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
...
*
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
*
usb: Build path via chain of usbdevice_s.
Kevin O'Connor
2012-03-10
1
-9
/
+16
*
add virtio-scsi driver
Paolo Bonzini
2012-03-06
1
-0
/
+14
*
BCVs should inherrit the legacy harddrive priority.
Kevin O'Connor
2012-01-14
1
-1
/
+1
*
usb: fix boot paths
Paolo Bonzini
2011-11-22
1
-2
/
+2
*
Remove now unneeded find_pci().
Kevin O'Connor
2011-07-10
1
-13
/
+0
*
Push use of 'struct pci_device' to bootprio_find_pci_rom().
Kevin O'Connor
2011-07-10
1
-2
/
+2
*
Push use of 'struct pci_device' to bootprio_find_ata_device().
Kevin O'Connor
2011-07-10
1
-3
/
+3
*
Push use of 'struct pci_device' to bootprio_find_fdc_device().
Kevin O'Connor
2011-07-10
1
-3
/
+3
*
Push use of 'struct pci_device' to bootprio_find_pci_device().
Kevin O'Connor
2011-07-10
1
-2
/
+2
*
Push use of 'struct pci_device' to bootprio_find_usb().
Kevin O'Connor
2011-07-10
1
-2
/
+2
*
Replace CONFIG_BOOTMENU_WAIT with dynamic "etc/boot-menu-wait" file.
Kevin O'Connor
2011-07-05
1
-1
/
+4
*
Replace PCIPaths code with struct pci_device.
Kevin O'Connor
2011-06-20
1
-15
/
+24
*
Add config option (CONFIG_BOOTORDER) to disable bootorder support.
Kevin O'Connor
2011-05-10
1
-0
/
+15
*
Minor boot fixes.
Kevin O'Connor
2011-01-26
1
-0
/
+1
*
Add ability to track PCI paths and add to build_pci_path().
Kevin O'Connor
2011-01-10
1
-5
/
+12
*
Extract space trimming code from ATA and use in USB and bootorder code.
Kevin O'Connor
2011-01-08
1
-0
/
+1
*
Add support for finding the boot priority of USB drives.
Kevin O'Connor
2011-01-01
1
-0
/
+15
*
Add functions for boot device path parsing.
Kevin O'Connor
2011-01-01
1
-13
/
+95
*
Remove drive->desc field.
Kevin O'Connor
2010-12-29
1
-7
/
+7
*
Minor reorganization of some of the boot_xxx code in boot.c.
Kevin O'Connor
2010-12-29
1
-18
/
+25
*
Move IPL.fw_bootorder to static variables in boot.c.
Kevin O'Connor
2010-12-29
1
-8
/
+9
*
Move IPL.bev to static variables in boot.c
Kevin O'Connor
2010-12-29
1
-7
/
+19
*
Move IPL.checkfloppysig to a global (CheckFloppySig) in boot.c.
Kevin O'Connor
2010-12-29
1
-3
/
+4
*
Don't access drive_g->desc from boot_cdrom().
Kevin O'Connor
2010-12-29
1
-1
/
+1
*
Simplify keyboard reading code in the interactive boot menu.
Kevin O'Connor
2010-12-29
1
-16
/
+16
*
Add stubs to permit devices to specify their boot priority.
Kevin O'Connor
2010-12-27
1
-31
/
+68
*
Simplify boot ordering by building an inclusive boot list.
Kevin O'Connor
2010-12-27
1
-254
/
+165
[prev]
[next]