aboutsummaryrefslogtreecommitdiff
path: root/src/boot.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-18Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor1-1/+0
2013-09-18Split disk.h into block.h and std/disk.h.Kevin O'Connor1-1/+2
2013-09-18Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.Kevin O'Connor1-1/+0
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-5/+6
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+1
2013-09-18Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor1-0/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-0/+1
2013-09-18Move keyboard calling code from util.c to boot.c.Kevin O'Connor1-1/+43
2013-09-02Move code cenetered around firmware initialization to src/fw/Kevin O'Connor1-2/+2
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-3/+3
2013-08-02Support custom boot menu prompt and custom boot menu key.Kevin O'Connor1-3/+5
2013-07-21Rename check_timer() function (and similar) to irqtimer_check().Kevin O'Connor1-2/+2
2013-06-13Another fix for hlist_for_each_entry_safe.Kevin O'Connor1-1/+1
2013-06-08Convert boot.c to use standard list manipulation code.Kevin O'Connor1-20/+17
2013-03-08Use VARVERIFY32INIT on global variables that point to "tmp" memory.Kevin O'Connor1-2/+2
2013-03-05Cache boot-fail-wait to avoid romfile access after POST.Kevin O'Connor1-6/+9
2013-02-12Convert basic integer fw_cfg entries into romfile entries.Kevin O'Connor1-1/+1
2013-02-12Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().Kevin O'Connor1-2/+2
2013-02-07Add CSM supportDavid Woodhouse1-0/+7
2013-02-05POST: Reorganize post init functions for better grouping and reusability.Kevin O'Connor1-11/+5
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-4/+4
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