aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-05-06Move assembler entry macros in romlayout.S into new file entryfuncs.S.Kevin O'Connor2-135/+141
2009-05-06Minor - report found serial and lpt ports.Kevin O'Connor1-1/+3
2009-05-06Minor - formatting enhancements; add memset_far funcs.Kevin O'Connor4-15/+39
2009-05-06Minor - verify e820 request is large enough to hold response.Kevin O'Connor1-1/+2
2009-05-06Minor - add some additional vga definitions of bda.Kevin O'Connor1-0/+9
2009-05-06Detect ps2 nak response.Kevin O'Connor1-6/+11
2009-05-05Add support for field width argument to %x (eg, %08x).Kevin O'Connor4-21/+47
2009-05-05Don't send ATA error reports when cdrom not ready.Kevin O'Connor1-2/+5
2009-04-30Add ability to run all option roms in CBFS directory "genroms/".Kevin O'Connor3-31/+76
2009-04-29Add config option to set boot menu delay time.Kevin O'Connor2-3/+5
2009-04-27Add support for compressed option roms.Kevin O'Connor3-24/+56
2009-04-26Add LZMA decompression support to CBFS.Kevin O'Connor4-8/+517
2009-04-26Exit CBFS file search early if zero signature found.Kevin O'Connor1-1/+4
2009-04-26Minor - simplify add_e820() function.Kevin O'Connor1-14/+11
2009-04-19Fixup previous memcpy optimization.Kevin O'Connor3-20/+7
2009-04-19Optimize memcpy.Kevin O'Connor2-6/+22
2009-04-18Allow booting from any device when under coreboot.Kevin O'Connor1-11/+5
2009-04-18Try to prevent mapping option roms over flash.Kevin O'Connor1-1/+3
2009-04-18Replace memeq/streq functions with memcmp/strcmp.Kevin O'Connor4-11/+11
2009-04-18Add support for waiting for drive startup during ATA detect.Kevin O'Connor1-11/+41
2009-04-16Minor - add more debugging output to option rom scanning.Kevin O'Connor1-1/+4
2009-04-13Add option CONFIG_DISABLE_A20 to control disabling A20 on boot.Kevin O'Connor2-0/+4
2009-04-13Minor - reset data segments in post32 entry point.Kevin O'Connor1-0/+6
2009-04-13Clear irqs in transition32 instead of callers.Kevin O'Connor2-13/+11
2009-04-13Minor - reorganize romlayout.S to better group entry points.Kevin O'Connor1-67/+72
2009-04-13Make sure optionroms have a non-zero size before using them.Kevin O'Connor1-0/+2
2009-04-13Initial support for running CBFS payloads.Kevin O'Connor5-36/+196
2009-04-11Initial support for finding option roms in coreboot flash layout.Kevin O'Connor7-33/+168
2009-04-08Rework linker scripts so they work on new version of ld.Kevin O'Connor3-10/+8
2009-03-21Add high coreboot table support to seabios.Kevin O'Connor1-0/+16
2009-03-07Minor - reduce forced inlining directives in src/ata.c.Kevin O'Connor1-7/+7
2009-03-07Register int02 handler (nmi); disable NMI by default.Kevin O'Connor6-7/+18
2009-03-01Minor - improve formatting of src/acpi.c.Kevin O'Connor1-103/+101
2009-03-01Consistently disable irqs at start of each assembler entry point.Kevin O'Connor3-24/+27
2009-02-28Fix mptable MPCONFIG_SIGNATURE incorrect signature.Kevin O'Connor1-1/+1
2009-02-28Support multiple independent root buses (if known at compile time).Kevin O'Connor2-3/+13
2009-02-28Fix bug in emulator mptable creation - space not reserved.Kevin O'Connor1-0/+1
2009-02-27Don't 'autodetect' ATA PIO32 mode - use compile def instead.Kevin O'Connor4-17/+13
2009-02-27Minor - cleanup return code of floppy_media_sense.Kevin O'Connor1-11/+3
2009-02-27Copy mptable floater and config tables when on coreboot.Kevin O'Connor1-3/+10
2009-02-27Build mptable using C 'struct's.Kevin O'Connor6-155/+160
2009-02-27Minor - simplify add_e820() function.Kevin O'Connor1-33/+28
2009-02-27Save/restore %ebp in __call16 instead of in caller (call16).Kevin O'Connor2-8/+13
2009-02-17Add hexdump() output helper function.Kevin O'Connor2-0/+21
2009-02-17Fix typo causing atapi drive type misreport.Kevin O'Connor1-1/+1
2009-02-17Clear out the BiosTableSpace array on each boot.Kevin O'Connor1-0/+1
2009-02-17Bug fix - cdrom media emulation only moves drives if of the same type.Kevin O'Connor1-2/+3
2009-02-16Enhance boot menu to allow user to select which CD drive to boot from.Kevin O'Connor4-43/+32
2009-02-16Fix RTC UIP timing.Kevin O'Connor1-4/+4
2009-02-15Minor - change checksum functions to take a (void *).Kevin O'Connor7-11/+11