aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* lets pretend that RTC can be used to wakeup from S4Gleb Natapov2011-02-041-2/+2
* Expand user configurable parameters in Kconfig.Kevin O'Connor2011-01-302-113/+347
* Support non-local build directory - allow "make OUT=abc/" to work.Kevin O'Connor2011-01-292-3/+3
* Start using Kconfig to configure SeaBIOS settings.Kevin O'Connor2011-01-292-9/+17
* Minor boot fixes.Kevin O'Connor2011-01-262-1/+1
* Minor comment / code layout improvement to romlayout.S.Kevin O'Connor2011-01-221-17/+18
* Fix to prevent infinite loop in build_pci_path().Kevin O'Connor2011-01-221-2/+3
* support T13 EDD3.0 specGleb Natapov2011-01-162-18/+39
* Add ability to track PCI paths and add to build_pci_path().Kevin O'Connor2011-01-104-5/+47
* Move the CBFS payload setup to later in the boot.Kevin O'Connor2011-01-083-3/+4
* Extract space trimming code from ATA and use in USB and bootorder code.Kevin O'Connor2011-01-085-11/+21
* seabios: acpi: add _RMV control method for PCI devicesKevin O'Connor2011-01-052-771/+999
* Add support for finding the boot priority of USB drives.Kevin O'Connor2011-01-013-3/+25
* Extend 'usb_pipe' to track the controller and ports of each device.Kevin O'Connor2011-01-015-0/+9
* Add functions for boot device path parsing.Kevin O'Connor2011-01-011-13/+95
* Use bootprio_find_named_rom() for ramdisk and cbfs payload priorities.Kevin O'Connor2010-12-302-5/+6
* Remove drive->desc field.Kevin O'Connor2010-12-2912-94/+114
* Minor reorganization of some of the boot_xxx code in boot.c.Kevin O'Connor2010-12-291-18/+25
* Move IPL.fw_bootorder to static variables in boot.c.Kevin O'Connor2010-12-292-18/+9
* Move IPL.bev to static variables in boot.cKevin O'Connor2010-12-292-26/+19
* Move IPL.checkfloppysig to a global (CheckFloppySig) in boot.c.Kevin O'Connor2010-12-292-4/+4
* Remove Drives global struct in favor of independent global variables.Kevin O'Connor2010-12-294-20/+15
* Don't access drive_g->desc from boot_cdrom().Kevin O'Connor2010-12-291-1/+1
* Simplify keyboard reading code in the interactive boot menu.Kevin O'Connor2010-12-291-16/+16
* Call setup_translation() from map_hd_drive().Kevin O'Connor2010-12-276-11/+4
* Rename add_ordered_drive() to add_drive() and use in map_hd_drive().Kevin O'Connor2010-12-271-25/+18
* Add stubs to permit devices to specify their boot priority.Kevin O'Connor2010-12-2710-53/+122
* Simplify boot ordering by building an inclusive boot list.Kevin O'Connor2010-12-2710-308/+216
* Populate drive_g->desc prior to calling add_bcv_internal().Kevin O'Connor2010-12-262-8/+5
* pciinit: fix off-by-oneIsaku Yamahata2010-12-261-1/+1
* Minor build fixes.Kevin O'Connor2010-12-261-1/+1
* Track the source of each optionrom deployed.Kevin O'Connor2010-12-241-10/+24
* Support qemu based romfile wrappers called out of order.Kevin O'Connor2010-12-241-6/+23
* Breakup boot_setup() bootorder code into its own function.Kevin O'Connor2010-12-241-30/+41
* Add romfile_loadfile() helper function.Kevin O'Connor2010-12-244-23/+34
* Read bootorder file into memory.Gleb Natapov2010-12-242-0/+47
* Add strchr() function.Kevin O'Connor2010-12-242-0/+10
* Add romfile_name() function.Gleb Natapov2010-12-242-0/+14
* Add BAID for ahci cdrom.Gleb Natapov2010-12-241-1/+3
* Provide full EDD 3.0 info for virtio diskGleb Natapov2010-12-241-53/+73
* Create separate IPL entry for each CD/DVDGleb Natapov2010-12-126-13/+52
* ahci: set controller idGerd Hoffmann2010-12-121-0/+1
* ahci: fix off-by-one in port countGerd Hoffmann2010-12-121-1/+1
* ahci: enable io/mem/dmaKevin O'Connor2010-12-121-0/+3
* ahci: set dma feature flagGerd Hoffmann2010-12-121-0/+2
* Check if capability enabled in XXX_cmd_data functions.Kevin O'Connor2010-12-053-0/+9
* Require a "_cfuncXX_" symbol prefix for inter-mode c function references.Kevin O'Connor2010-12-055-25/+19
* add ahci supportGerd Hoffmann2010-12-057-0/+687
* ata: make helpers availableGerd Hoffmann2010-12-052-9/+13
* util: add memset_fl()Gerd Hoffmann2010-12-052-0/+10