aboutsummaryrefslogtreecommitdiffstats
path: root/src/boot.c
Commit message (Expand)AuthorAgeFilesLines
...
* Move keyboard calling code from util.c to boot.c.Kevin O'Connor2013-09-181-1/+43
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-021-2/+2
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-3/+3
* Support custom boot menu prompt and custom boot menu key.Kevin O'Connor2013-08-021-3/+5
* Rename check_timer() function (and similar) to irqtimer_check().Kevin O'Connor2013-07-211-2/+2
* Another fix for hlist_for_each_entry_safe.Kevin O'Connor2013-06-131-1/+1
* Convert boot.c to use standard list manipulation code.Kevin O'Connor2013-06-081-20/+17
* Use VARVERIFY32INIT on global variables that point to "tmp" memory.Kevin O'Connor2013-03-081-2/+2
* Cache boot-fail-wait to avoid romfile access after POST.Kevin O'Connor2013-03-051-6/+9
* Convert basic integer fw_cfg entries into romfile entries.Kevin O'Connor2013-02-121-1/+1
* Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().Kevin O'Connor2013-02-121-2/+2
* Add CSM supportDavid Woodhouse2013-02-071-0/+7
* POST: Reorganize post init functions for better grouping and reusability.Kevin O'Connor2013-02-051-11/+5
* Normalize POST initialization function name suffixes.Kevin O'Connor2013-02-051-4/+4
* boot: Support "halt" in the boot order to prevent default boot attempts.Kevin O'Connor2013-01-121-0/+8
* Minor: Separate UUID display from F12 boot prompt.Kevin O'Connor2012-12-211-1/+1
* Support USB MSC devices with multiples LUNsKevin O'Connor2012-06-131-3/+9
* Cache romfile entries.Kevin O'Connor2012-06-021-2/+2
* Rename call16 to farcall16.Kevin O'Connor2012-05-281-2/+2
* Rename wait_irq to yield_toirq.Kevin O'Connor2012-05-281-1/+1
* Convert disk code EBDA variables to VARLOW variables.Kevin O'Connor2012-05-201-4/+2
* Convert boot code EBDA variables to VARLOW variables.Kevin O'Connor2012-05-201-7/+6
* Automatically reboot after 60 second delay on failed boot.Kevin O'Connor2012-05-131-6/+25
* usb: Build path via chain of usbdevice_s.Kevin O'Connor2012-03-101-9/+16
* add virtio-scsi driverPaolo Bonzini2012-03-061-0/+14
* BCVs should inherrit the legacy harddrive priority.Kevin O'Connor2012-01-141-1/+1
* usb: fix boot pathsPaolo Bonzini2011-11-221-2/+2
* Remove now unneeded find_pci().Kevin O'Connor2011-07-101-13/+0
* Push use of 'struct pci_device' to bootprio_find_pci_rom().Kevin O'Connor2011-07-101-2/+2
* Push use of 'struct pci_device' to bootprio_find_ata_device().Kevin O'Connor2011-07-101-3/+3
* Push use of 'struct pci_device' to bootprio_find_fdc_device().Kevin O'Connor2011-07-101-3/+3
* Push use of 'struct pci_device' to bootprio_find_pci_device().Kevin O'Connor2011-07-101-2/+2
* Push use of 'struct pci_device' to bootprio_find_usb().Kevin O'Connor2011-07-101-2/+2
* Replace CONFIG_BOOTMENU_WAIT with dynamic "etc/boot-menu-wait" file.Kevin O'Connor2011-07-051-1/+4
* Replace PCIPaths code with struct pci_device.Kevin O'Connor2011-06-201-15/+24
* Add config option (CONFIG_BOOTORDER) to disable bootorder support.Kevin O'Connor2011-05-101-0/+15
* Minor boot fixes.Kevin O'Connor2011-01-261-0/+1
* Add ability to track PCI paths and add to build_pci_path().Kevin O'Connor2011-01-101-5/+12
* Extract space trimming code from ATA and use in USB and bootorder code.Kevin O'Connor2011-01-081-0/+1
* Add support for finding the boot priority of USB drives.Kevin O'Connor2011-01-011-0/+15
* Add functions for boot device path parsing.Kevin O'Connor2011-01-011-13/+95
* Remove drive->desc field.Kevin O'Connor2010-12-291-7/+7
* 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-291-8/+9
* Move IPL.bev to static variables in boot.cKevin O'Connor2010-12-291-7/+19
* Move IPL.checkfloppysig to a global (CheckFloppySig) in boot.c.Kevin O'Connor2010-12-291-3/+4
* 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
* Add stubs to permit devices to specify their boot priority.Kevin O'Connor2010-12-271-31/+68
* Simplify boot ordering by building an inclusive boot list.Kevin O'Connor2010-12-271-254/+165