summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-06Add config option to permit running option roms with bad checksums.HEADmasterKevin O'Connor2-1/+13
2011-03-06Add config option to disable MTRR initialization.Kevin O'Connor2-1/+7
2011-03-06Prep version for next release.Kevin O'Connor1-1/+1
2011-02-28Update version to 0.6.2Kevin O'Connor1-1/+1
2011-02-04lets pretend that RTC can be used to wakeup from S4Gleb Natapov1-2/+2
2011-01-30Expand user configurable parameters in Kconfig.Kevin O'Connor2-113/+347
2011-01-29Support non-local build directory - allow "make OUT=abc/" to work.Kevin O'Connor4-5/+6
2011-01-29The vgabios build must depend on autoconf.h.Kevin O'Connor1-1/+1
2011-01-29fix parallel compilation of SeaBIOSStefan Reinauer1-1/+4
2011-01-29Start using Kconfig to configure SeaBIOS settings.Kevin O'Connor4-12/+30
2011-01-29Change kconfig to emit disabled symbols in autoconf.h.Kevin O'Connor1-1/+10
2011-01-29Build changes for Linux kconfig code to work in seabios dir structure.Kevin O'Connor5-26/+48
2011-01-26Initial commit of Kconfig build tool.Kevin O'Connor40-0/+22689
2011-01-26Minor boot fixes.Kevin O'Connor2-1/+1
2011-01-22Minor comment / code layout improvement to romlayout.S.Kevin O'Connor1-17/+18
2011-01-22Fix to prevent infinite loop in build_pci_path().Kevin O'Connor1-2/+3
2011-01-16support T13 EDD3.0 specGleb Natapov2-18/+39
2011-01-10Add ability to track PCI paths and add to build_pci_path().Kevin O'Connor4-5/+47
2011-01-08Move the CBFS payload setup to later in the boot.Kevin O'Connor3-3/+4
2011-01-08Extract space trimming code from ATA and use in USB and bootorder code.Kevin O'Connor5-11/+21
2011-01-05seabios: acpi: add _RMV control method for PCI devicesKevin O'Connor2-771/+999
2011-01-01Add support for finding the boot priority of USB drives.Kevin O'Connor3-3/+25
2011-01-01Extend 'usb_pipe' to track the controller and ports of each device.Kevin O'Connor5-0/+9
2011-01-01Add functions for boot device path parsing.Kevin O'Connor1-13/+95
2010-12-30Use bootprio_find_named_rom() for ramdisk and cbfs payload priorities.Kevin O'Connor2-5/+6
2010-12-29Remove drive->desc field.Kevin O'Connor12-94/+114
2010-12-29Minor reorganization of some of the boot_xxx code in boot.c.Kevin O'Connor1-18/+25
2010-12-29Move IPL.fw_bootorder to static variables in boot.c.Kevin O'Connor2-18/+9
2010-12-29Move IPL.bev to static variables in boot.cKevin O'Connor2-26/+19
2010-12-29Move IPL.checkfloppysig to a global (CheckFloppySig) in boot.c.Kevin O'Connor2-4/+4
2010-12-29Remove Drives global struct in favor of independent global variables.Kevin O'Connor4-20/+15
2010-12-29Don't access drive_g->desc from boot_cdrom().Kevin O'Connor1-1/+1
2010-12-29Simplify keyboard reading code in the interactive boot menu.Kevin O'Connor1-16/+16
2010-12-27Call setup_translation() from map_hd_drive().Kevin O'Connor6-11/+4
2010-12-27Rename add_ordered_drive() to add_drive() and use in map_hd_drive().Kevin O'Connor1-25/+18
2010-12-27Add stubs to permit devices to specify their boot priority.Kevin O'Connor10-53/+122
2010-12-27Simplify boot ordering by building an inclusive boot list.Kevin O'Connor10-308/+216
2010-12-26Populate drive_g->desc prior to calling add_bcv_internal().Kevin O'Connor2-8/+5
2010-12-26pciinit: fix off-by-oneIsaku Yamahata1-1/+1
2010-12-26Minor build fixes.Kevin O'Connor2-2/+2
2010-12-24Track the source of each optionrom deployed.Kevin O'Connor1-10/+24
2010-12-24Support qemu based romfile wrappers called out of order.Kevin O'Connor1-6/+23
2010-12-24Breakup boot_setup() bootorder code into its own function.Kevin O'Connor1-30/+41
2010-12-24Add romfile_loadfile() helper function.Kevin O'Connor4-23/+34
2010-12-24Read bootorder file into memory.Gleb Natapov2-0/+47
2010-12-24Add strchr() function.Kevin O'Connor2-0/+10
2010-12-24Add romfile_name() function.Gleb Natapov2-0/+14
2010-12-24Add BAID for ahci cdrom.Gleb Natapov1-1/+3
2010-12-24Provide full EDD 3.0 info for virtio diskGleb Natapov1-53/+73
2010-12-24Enhance layoutrom.py to work around a binutils quirk.Kevin O'Connor1-1/+10