aboutsummaryrefslogtreecommitdiffstats
path: root/src/boot.c
Commit message (Expand)AuthorAgeFilesLines
* Skip boot menu and timeout with only one boot deviceMatt DeVillier2020-03-171-0/+6
* boot: cache HALT priorityGerd Hoffmann2020-01-141-1/+5
* boot: Detect strict boot order (HALT record) in functionAlexey Kirillov2020-01-141-0/+5
* geometry: Add boot_lchs_find_*() utility functionsSam Eiderman2019-11-181-0/+69
* boot: Build ata and scsi paths in functionSam Eiderman2019-11-181-8/+28
* geometry: Read LCHS from fw_cfgSam Eiderman2019-11-181-0/+74
* Revert "geometry: Read LCHS from fw_cfg"Gerd Hoffmann2019-11-181-87/+0
* Revert "geometry: Add boot_lchs_find_*() utility functions"Gerd Hoffmann2019-11-181-82/+0
* Revert "config: Add toggle for bootdevice information"Gerd Hoffmann2019-11-181-9/+0
* config: Add toggle for bootdevice informationSam Eiderman2019-11-061-0/+9
* geometry: Add boot_lchs_find_*() utility functionsSam Eiderman2019-11-061-0/+82
* boot: Reorder functions in boot.cSam Eiderman2019-11-061-45/+49
* geometry: Read LCHS from fw_cfgSam Eiderman2019-11-061-0/+87
* bootmenu: add support for more than 9 entriesGerd Hoffmann2019-05-171-18/+42
* add get_keystroke_full() helperGerd Hoffmann2019-05-171-2/+14
* 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