aboutsummaryrefslogtreecommitdiff
path: root/src/boot.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-15Cache boot-fail-wait to avoid romfile access after POST.rel-1.7.2.21.7.2-stableKevin O'Connor1-6/+9
2013-01-12boot: Support "halt" in the boot order to prevent default boot attempts.Kevin O'Connor1-0/+8
2012-12-21Minor: Separate UUID display from F12 boot prompt.Kevin O'Connor1-1/+1
2012-06-13Support USB MSC devices with multiples LUNsKevin O'Connor1-3/+9
2012-06-02Cache romfile entries.Kevin O'Connor1-2/+2
2012-05-28Rename call16 to farcall16.Kevin O'Connor1-2/+2
2012-05-28Rename wait_irq to yield_toirq.Kevin O'Connor1-1/+1
2012-05-20Convert disk code EBDA variables to VARLOW variables.Kevin O'Connor1-4/+2
2012-05-20Convert boot code EBDA variables to VARLOW variables.Kevin O'Connor1-7/+6
2012-05-13Automatically reboot after 60 second delay on failed boot.Kevin O'Connor1-6/+25
2012-03-10usb: Build path via chain of usbdevice_s.Kevin O'Connor1-9/+16
2012-03-06add virtio-scsi driverPaolo Bonzini1-0/+14
2012-01-14BCVs should inherrit the legacy harddrive priority.Kevin O'Connor1-1/+1
2011-11-22usb: fix boot pathsPaolo Bonzini1-2/+2
2011-07-10Remove now unneeded find_pci().Kevin O'Connor1-13/+0
2011-07-10Push use of 'struct pci_device' to bootprio_find_pci_rom().Kevin O'Connor1-2/+2
2011-07-10Push use of 'struct pci_device' to bootprio_find_ata_device().Kevin O'Connor1-3/+3
2011-07-10Push use of 'struct pci_device' to bootprio_find_fdc_device().Kevin O'Connor1-3/+3
2011-07-10Push use of 'struct pci_device' to bootprio_find_pci_device().Kevin O'Connor1-2/+2
2011-07-10Push use of 'struct pci_device' to bootprio_find_usb().Kevin O'Connor1-2/+2
2011-07-05Replace CONFIG_BOOTMENU_WAIT with dynamic "etc/boot-menu-wait" file.Kevin O'Connor1-1/+4
2011-06-20Replace PCIPaths code with struct pci_device.Kevin O'Connor1-15/+24
2011-05-10Add config option (CONFIG_BOOTORDER) to disable bootorder support.Kevin O'Connor1-0/+15
2011-01-26Minor boot fixes.Kevin O'Connor1-0/+1
2011-01-10Add ability to track PCI paths and add to build_pci_path().Kevin O'Connor1-5/+12
2011-01-08Extract space trimming code from ATA and use in USB and bootorder code.Kevin O'Connor1-0/+1
2011-01-01Add support for finding the boot priority of USB drives.Kevin O'Connor1-0/+15
2011-01-01Add functions for boot device path parsing.Kevin O'Connor1-13/+95
2010-12-29Remove drive->desc field.Kevin O'Connor1-7/+7
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'Connor1-8/+9
2010-12-29Move IPL.bev to static variables in boot.cKevin O'Connor1-7/+19
2010-12-29Move IPL.checkfloppysig to a global (CheckFloppySig) in boot.c.Kevin O'Connor1-3/+4
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-27Add stubs to permit devices to specify their boot priority.Kevin O'Connor1-31/+68
2010-12-27Simplify boot ordering by building an inclusive boot list.Kevin O'Connor1-254/+165
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'Connor1-16/+2
2010-12-24Read bootorder file into memory.Gleb Natapov1-0/+45
2010-12-12Create separate IPL entry for each CD/DVDGleb Natapov1-8/+31
2010-08-25Only show bootsplash during boot menu.Kevin O'Connor1-4/+2
2010-07-26Be sure to disable bootsplash on all BIOS boot cases.Kevin O'Connor1-4/+4
2010-06-28Initial bootsplash support.Kevin O'Connor1-0/+3
2010-06-10SeaBIOS CD/DVD abbreviationsStefan Reinauer1-3/+3
2010-05-23Allow wait_irq to be called in 32bit code.Kevin O'Connor1-1/+1
2010-05-01Further parallelize init when using CONFIG_THREAD_OPTIONROMS.Kevin O'Connor1-1/+5
2010-03-20Default CONFIG_COREBOOT_FLASH on; make depend on CONFIG_COREBOOT.Kevin O'Connor1-2/+2
2010-02-21Cleanup - build drive description in temp memory during init.Kevin O'Connor1-9/+4
2010-02-15Dynamically allocate each drive_g with malloc_fseg().Kevin O'Connor1-1/+1