aboutsummaryrefslogtreecommitdiff
path: root/src/boot.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-27boot: Rename drive_g to driveKevin O'Connor1-8/+8
2017-07-25usb: add hub portmapGerd Hoffmann1-3/+10
2017-04-25boot: Increase description size in boot menuKevin O'Connor1-1/+1
2016-02-03pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor1-0/+1
2016-01-07tpm: Rework the assertion of physical presenceStefan Berger1-2/+2
2015-12-20tpm: Add a menu for TPM configurationStefan Berger1-1/+8
2015-07-04bootorder: Update "extra pci root" buses bootorder format to match qemuKevin O'Connor1-2/+2
2015-06-01Add 'measurement' code to the BIOSStefan Berger1-0/+6
2015-03-16boot: switch default menu key to ESCPaolo Bonzini1-2/+2
2015-03-16boot.c: delay exiting boot if menu key is ESCPaolo Bonzini1-1/+7
2014-08-15boot: Change ":rom%d" boot order rom instance to ":rom%x"Kevin O'Connor1-2/+2
2014-08-15boot: Fix boot order for SCSI target, lun > 9Markus Armbruster1-2/+2
2014-06-06Abstract reset call (and possible 16bit mode switch) into reset() function.Kevin O'Connor1-4/+1
2014-06-04cdemu: store internal cdemu fields in standard "el-torito" spec format.Kevin O'Connor1-1/+1
2014-02-17Enhance nullTrailingSpace() so that it can also skip leading spaces.Kevin O'Connor1-1/+1
2014-01-22debug: Only call serial_debug_preinit() at startup.Kevin O'Connor1-2/+0
2013-12-12change boot order load log levelGerd Hoffmann1-2/+2
2013-12-04Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor1-2/+2
2013-09-28Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.Kevin O'Connor1-4/+4
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