aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cleanup serial and lpt timers.Kevin O'Connor2009-07-132-53/+85
* Delay fdpt pointer setting in ebda to drive map stage.Kevin O'Connor2009-07-122-2/+8
* Add u64 cast to READ64_SEG() macro to fix vga compiling.Kevin O'Connor2009-07-121-1/+1
* Use "p->sum -= checksum()" style for setting checksums.Kevin O'Connor2009-07-048-16/+11
* Add option for running vga rom during s3 resume.Kevin O'Connor2009-07-044-0/+16
* Optionrom code cleanup.Kevin O'Connor2009-07-044-80/+86
* Rework READ64_SEG macro to prevent spurious warning on gcc 4.4.Kevin O'Connor2009-06-301-5/+6
* Minor - remove VAR16_32 from extern declaration in header.Kevin O'Connor2009-06-221-1/+1
* Remove 0x09 as a normal post code (forward port from bochs).Kevin O'Connor2009-06-211-1/+0
* Forward port bochs pci changes.Kevin O'Connor2009-06-211-10/+3
* Forward port bochs smp changes; rename smpdetect.c to smp.c.Kevin O'Connor2009-06-218-55/+96
* Support running non-pci specific vga option roms from CBFS.Kevin O'Connor2009-06-173-8/+26
* Make sure memcpy() works in 16bit mode also.Kevin O'Connor2009-06-152-0/+6
* Fix compile of smpdetect - last commit missed an include.Kevin O'Connor2009-06-151-0/+1
* Unify mode16/32 compiler checks.Kevin O'Connor2009-06-156-18/+15
* Avoid -fwhole-program on broken gcc instead of stopping build.Kevin O'Connor2009-06-153-13/+0
* Add support for gcc v3.x compilers.Kevin O'Connor2009-06-105-28/+46
* Do garbage collection of unused sections.Kevin O'Connor2009-06-109-22/+38
* Try to check for IDE drive 0 responding to drive 1 commands.Kevin O'Connor2009-06-101-21/+31
* Fix typo in irqentryarg declaration.Kevin O'Connor2009-05-301-1/+1
* In register dump, show %esp - not address of regs.Kevin O'Connor2009-05-271-2/+2
* Add delay when changing drive on ide.Kevin O'Connor2009-05-241-2/+3
* Eliminate "_code32_" prefix on 32bit symbols referenced from 16bit code.Kevin O'Connor2009-05-234-15/+31
* Pack 16bit code into last part of f-segment.Kevin O'Connor2009-05-232-5/+1
* Verify ebda segment looks sane before using during resume.Kevin O'Connor2009-05-174-4/+16
* Support %ebp register in 'struct bregs'.Kevin O'Connor2009-05-165-6/+17
* Define unified entry points for irq handlers.Kevin O'Connor2009-05-163-37/+96
* Flush debugging serial output after every line.Kevin O'Connor2009-05-151-6/+22
* Improve serial port detection.Kevin O'Connor2009-05-123-31/+48
* Move assembler entry macros in romlayout.S into new file entryfuncs.S.Kevin O'Connor2009-05-062-135/+141
* Minor - report found serial and lpt ports.Kevin O'Connor2009-05-061-1/+3
* Minor - formatting enhancements; add memset_far funcs.Kevin O'Connor2009-05-064-15/+39
* Minor - verify e820 request is large enough to hold response.Kevin O'Connor2009-05-061-1/+2
* Minor - add some additional vga definitions of bda.Kevin O'Connor2009-05-061-0/+9
* Detect ps2 nak response.Kevin O'Connor2009-05-061-6/+11
* Add support for field width argument to %x (eg, %08x).Kevin O'Connor2009-05-054-21/+47
* Don't send ATA error reports when cdrom not ready.Kevin O'Connor2009-05-051-2/+5
* Add ability to run all option roms in CBFS directory "genroms/".Kevin O'Connor2009-04-303-31/+76
* Add config option to set boot menu delay time.Kevin O'Connor2009-04-292-3/+5
* Add support for compressed option roms.Kevin O'Connor2009-04-273-24/+56
* Add LZMA decompression support to CBFS.Kevin O'Connor2009-04-264-8/+517
* Exit CBFS file search early if zero signature found.Kevin O'Connor2009-04-261-1/+4
* Minor - simplify add_e820() function.Kevin O'Connor2009-04-261-14/+11
* Fixup previous memcpy optimization.Kevin O'Connor2009-04-193-20/+7
* Optimize memcpy.Kevin O'Connor2009-04-192-6/+22
* Allow booting from any device when under coreboot.Kevin O'Connor2009-04-181-11/+5
* Try to prevent mapping option roms over flash.Kevin O'Connor2009-04-181-1/+3
* Replace memeq/streq functions with memcmp/strcmp.Kevin O'Connor2009-04-184-11/+11
* Add support for waiting for drive startup during ATA detect.Kevin O'Connor2009-04-181-11/+41
* Minor - add more debugging output to option rom scanning.Kevin O'Connor2009-04-161-1/+4