index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
boot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pretty boot menu entry for cdrom drives
Gerd Hoffmann
2018-10-05
1
-0
/
+10
*
boot: Rename drive_g to drive
Kevin O'Connor
2017-09-27
1
-8
/
+8
*
usb: add hub portmap
Gerd Hoffmann
2017-07-25
1
-3
/
+10
*
boot: Increase description size in boot menu
Kevin O'Connor
2017-04-25
1
-1
/
+1
*
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
2016-02-03
1
-0
/
+1
*
tpm: Rework the assertion of physical presence
Stefan Berger
2016-01-07
1
-2
/
+2
*
tpm: Add a menu for TPM configuration
Stefan Berger
2015-12-20
1
-1
/
+8
*
bootorder: Update "extra pci root" buses bootorder format to match qemu
Kevin O'Connor
2015-07-04
1
-2
/
+2
*
Add 'measurement' code to the BIOS
Stefan Berger
2015-06-01
1
-0
/
+6
*
boot: switch default menu key to ESC
Paolo Bonzini
2015-03-16
1
-2
/
+2
*
boot.c: delay exiting boot if menu key is ESC
Paolo Bonzini
2015-03-16
1
-1
/
+7
*
boot: Change ":rom%d" boot order rom instance to ":rom%x"
Kevin O'Connor
2014-08-15
1
-2
/
+2
*
boot: Fix boot order for SCSI target, lun > 9
Markus Armbruster
2014-08-15
1
-2
/
+2
*
Abstract reset call (and possible 16bit mode switch) into reset() function.
Kevin O'Connor
2014-06-06
1
-4
/
+1
*
cdemu: store internal cdemu fields in standard "el-torito" spec format.
Kevin O'Connor
2014-06-04
1
-1
/
+1
*
Enhance nullTrailingSpace() so that it can also skip leading spaces.
Kevin O'Connor
2014-02-17
1
-1
/
+1
*
debug: Only call serial_debug_preinit() at startup.
Kevin O'Connor
2014-01-22
1
-2
/
+0
*
change boot order load log level
Gerd Hoffmann
2013-12-12
1
-2
/
+2
*
Move low-level hardware writing from output.c to new file hw/serialio.c.
Kevin O'Connor
2013-12-04
1
-2
/
+2
*
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
Kevin O'Connor
2013-09-28
1
-4
/
+4
*
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
2013-09-18
1
-1
/
+2
*
Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-5
/
+6
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move romfile definitions from util.h to new file romfile.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move keyboard calling code from util.c to boot.c.
Kevin O'Connor
2013-09-18
1
-1
/
+43
*
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
1
-2
/
+2
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-3
/
+3
*
Support custom boot menu prompt and custom boot menu key.
Kevin O'Connor
2013-08-02
1
-3
/
+5
*
Rename check_timer() function (and similar) to irqtimer_check().
Kevin O'Connor
2013-07-21
1
-2
/
+2
*
Another fix for hlist_for_each_entry_safe.
Kevin O'Connor
2013-06-13
1
-1
/
+1
*
Convert boot.c to use standard list manipulation code.
Kevin O'Connor
2013-06-08
1
-20
/
+17
*
Use VARVERIFY32INIT on global variables that point to "tmp" memory.
Kevin O'Connor
2013-03-08
1
-2
/
+2
*
Cache boot-fail-wait to avoid romfile access after POST.
Kevin O'Connor
2013-03-05
1
-6
/
+9
*
Convert basic integer fw_cfg entries into romfile entries.
Kevin O'Connor
2013-02-12
1
-1
/
+1
*
Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().
Kevin O'Connor
2013-02-12
1
-2
/
+2
*
Add CSM support
David Woodhouse
2013-02-07
1
-0
/
+7
*
POST: Reorganize post init functions for better grouping and reusability.
Kevin O'Connor
2013-02-05
1
-11
/
+5
*
Normalize POST initialization function name suffixes.
Kevin O'Connor
2013-02-05
1
-4
/
+4
*
boot: Support "halt" in the boot order to prevent default boot attempts.
Kevin O'Connor
2013-01-12
1
-0
/
+8
*
Minor: Separate UUID display from F12 boot prompt.
Kevin O'Connor
2012-12-21
1
-1
/
+1
*
Support USB MSC devices with multiples LUNs
Kevin O'Connor
2012-06-13
1
-3
/
+9
*
Cache romfile entries.
Kevin O'Connor
2012-06-02
1
-2
/
+2
*
Rename call16 to farcall16.
Kevin O'Connor
2012-05-28
1
-2
/
+2
*
Rename wait_irq to yield_toirq.
Kevin O'Connor
2012-05-28
1
-1
/
+1
*
Convert disk code EBDA variables to VARLOW variables.
Kevin O'Connor
2012-05-20
1
-4
/
+2
*
Convert boot code EBDA variables to VARLOW variables.
Kevin O'Connor
2012-05-20
1
-7
/
+6
*
Automatically reboot after 60 second delay on failed boot.
Kevin O'Connor
2012-05-13
1
-6
/
+25
[next]