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
*
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
*
Breakup boot_setup() bootorder code into its own function.
Kevin O'Connor
2010-12-24
1
-30
/
+41
*
Add romfile_loadfile() helper function.
Kevin O'Connor
2010-12-24
1
-16
/
+2
*
Read bootorder file into memory.
Gleb Natapov
2010-12-24
1
-0
/
+45
*
Create separate IPL entry for each CD/DVD
Gleb Natapov
2010-12-12
1
-8
/
+31
*
Only show bootsplash during boot menu.
Kevin O'Connor
2010-08-25
1
-4
/
+2
*
Be sure to disable bootsplash on all BIOS boot cases.
Kevin O'Connor
2010-07-26
1
-4
/
+4
*
Initial bootsplash support.
Kevin O'Connor
2010-06-28
1
-0
/
+3
*
SeaBIOS CD/DVD abbreviations
Stefan Reinauer
2010-06-10
1
-3
/
+3
*
Allow wait_irq to be called in 32bit code.
Kevin O'Connor
2010-05-23
1
-1
/
+1
*
Further parallelize init when using CONFIG_THREAD_OPTIONROMS.
Kevin O'Connor
2010-05-01
1
-1
/
+5
*
Default CONFIG_COREBOOT_FLASH on; make depend on CONFIG_COREBOOT.
Kevin O'Connor
2010-03-20
1
-2
/
+2
*
Cleanup - build drive description in temp memory during init.
Kevin O'Connor
2010-02-21
1
-9
/
+4
*
Dynamically allocate each drive_g with malloc_fseg().
Kevin O'Connor
2010-02-15
1
-1
/
+1
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-5
/
+5
*
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
2009-12-26
1
-2
/
+2
*
Fix use before free in boot_cbfs (boot.c).
Kevin O'Connor
2009-12-13
1
-1
/
+1
*
Add simple cooperative threading scheme to allow parallel hw init.
Kevin O'Connor
2009-10-24
1
-0
/
+19
*
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
2009-10-24
1
-2
/
+2
*
Pass 'drive_s' pointer instead of driveid.
Kevin O'Connor
2009-10-22
1
-8
/
+8
*
Move qemu config code from smbios.c to its own files. Add support for
Kevin O'Connor
2009-10-04
1
-1
/
+2
*
Interrupts should be enabled when calling 16bit code.
Kevin O'Connor
2009-09-24
1
-0
/
+3
*
Fix uninitialized variable in cbfs menu code.
Kevin O'Connor
2009-09-20
1
-2
/
+2
*
Add mechanism for describing internal drives in boot menu.
Kevin O'Connor
2009-09-12
1
-13
/
+18
*
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
2009-09-09
1
-2
/
+1
*
Rework coreboot cbfs interface for added flexibility.
Kevin O'Connor
2009-08-16
1
-6
/
+14
*
Enhance boot menu to allow selection of floppy to boot from.
Kevin O'Connor
2009-08-16
1
-4
/
+12
*
Add floppy controllers to "drives" list also.
Kevin O'Connor
2009-08-16
1
-2
/
+2
*
Store cdrom emulated driveid directly.
Kevin O'Connor
2009-08-11
1
-1
/
+1
*
Separate ATA code from generic disk code.
Kevin O'Connor
2009-08-11
1
-5
/
+5
*
Optionrom code cleanup.
Kevin O'Connor
2009-07-04
1
-1
/
+1
*
Avoid -fwhole-program on broken gcc instead of stopping build.
Kevin O'Connor
2009-06-15
1
-4
/
+0
*
Add support for field width argument to %x (eg, %08x).
Kevin O'Connor
2009-05-05
1
-1
/
+1
*
Add config option to set boot menu delay time.
Kevin O'Connor
2009-04-29
1
-1
/
+1
*
Allow booting from any device when under coreboot.
Kevin O'Connor
2009-04-18
1
-11
/
+5
*
Initial support for running CBFS payloads.
Kevin O'Connor
2009-04-13
1
-15
/
+46
*
Enhance boot menu to allow user to select which CD drive to boot from.
Kevin O'Connor
2009-02-16
1
-9
/
+19
[next]