aboutsummaryrefslogtreecommitdiffstats
path: root/src/boot.c
Commit message (Expand)AuthorAgeFilesLines
* pretty boot menu entry for cdrom drivesGerd Hoffmann2018-10-051-0/+10
* boot: Rename drive_g to driveKevin O'Connor2017-09-271-8/+8
* usb: add hub portmapGerd Hoffmann2017-07-251-3/+10
* boot: Increase description size in boot menuKevin O'Connor2017-04-251-1/+1
* pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor2016-02-031-0/+1
* tpm: Rework the assertion of physical presenceStefan Berger2016-01-071-2/+2
* tpm: Add a menu for TPM configurationStefan Berger2015-12-201-1/+8
* bootorder: Update "extra pci root" buses bootorder format to match qemuKevin O'Connor2015-07-041-2/+2
* Add 'measurement' code to the BIOSStefan Berger2015-06-011-0/+6
* boot: switch default menu key to ESCPaolo Bonzini2015-03-161-2/+2
* boot.c: delay exiting boot if menu key is ESCPaolo Bonzini2015-03-161-1/+7
* boot: Change ":rom%d" boot order rom instance to ":rom%x"Kevin O'Connor2014-08-151-2/+2
* boot: Fix boot order for SCSI target, lun > 9Markus Armbruster2014-08-151-2/+2
* Abstract reset call (and possible 16bit mode switch) into reset() function.Kevin O'Connor2014-06-061-4/+1
* cdemu: store internal cdemu fields in standard "el-torito" spec format.Kevin O'Connor2014-06-041-1/+1
* Enhance nullTrailingSpace() so that it can also skip leading spaces.Kevin O'Connor2014-02-171-1/+1
* debug: Only call serial_debug_preinit() at startup.Kevin O'Connor2014-01-221-2/+0
* change boot order load log levelGerd Hoffmann2013-12-121-2/+2
* Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor2013-12-041-2/+2
* Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.Kevin O'Connor2013-09-281-4/+4
* Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor2013-09-181-1/+0
* Split disk.h into block.h and std/disk.h.Kevin O'Connor2013-09-181-1/+2
* Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.Kevin O'Connor2013-09-181-1/+0
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-5/+6
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-0/+1
* Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor2013-09-181-0/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* 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