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
/
optionroms.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add stubs to permit devices to specify their boot priority.
Kevin O'Connor
2010-12-27
1
-5
/
+20
*
Simplify boot ordering by building an inclusive boot list.
Kevin O'Connor
2010-12-27
1
-3
/
+3
*
Track the source of each optionrom deployed.
Kevin O'Connor
2010-12-24
1
-10
/
+24
*
Cleanup - it's no longer necessary to manually reset global variables.
Kevin O'Connor
2010-09-25
1
-4
/
+1
*
Fix typo preventing relocated space from being used for option roms.
Kevin O'Connor
2010-09-25
1
-1
/
+1
*
Enable optionroms to use freed space due to CONFIG_RELOCATE_INIT.
Kevin O'Connor
2010-09-25
1
-7
/
+11
*
Initial bootsplash support.
Kevin O'Connor
2010-06-28
1
-11
/
+1
*
Unify optionrom cbfs/qemu_cfg rom pulling code.
Kevin O'Connor
2010-06-13
1
-30
/
+12
*
Improve optionrom debugging statements.
Kevin O'Connor
2010-05-23
1
-5
/
+7
*
Some improvements to optionrom preemption support.
Kevin O'Connor
2010-04-02
1
-0
/
+2
*
Introduce standard warnings for allocation failures and timeouts.
Kevin O'Connor
2010-02-14
1
-1
/
+1
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-4
/
+4
*
Add support for 32bit PCI BIOS entry.
Kevin O'Connor
2009-12-30
1
-3
/
+3
*
qemu: add rom loading via fw_cfg
Gerd Hoffmann
2009-12-18
1
-0
/
+23
*
Enhance experimental option rom "threading" - enable preemption.
Kevin O'Connor
2009-12-13
1
-0
/
+2
*
Introduce optimized iomemcpy function for copying from io memory.
Kevin O'Connor
2009-12-05
1
-1
/
+1
*
Interrupts should be enabled when calling 16bit code.
Kevin O'Connor
2009-09-24
1
-0
/
+2
*
Allow rom to grow beyond 64K.
Kevin O'Connor
2009-09-20
1
-5
/
+14
*
Add mechanism for describing internal drives in boot menu.
Kevin O'Connor
2009-09-12
1
-1
/
+1
*
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
2009-09-09
1
-2
/
+1
*
Further simplify cbfs functions - don't pass iscomp to callers.
Kevin O'Connor
2009-08-18
1
-4
/
+2
*
Rework coreboot cbfs interface for added flexibility.
Kevin O'Connor
2009-08-16
1
-5
/
+8
*
Add auto-generated version info to each build.
Kevin O'Connor
2009-07-29
1
-4
/
+4
*
Add support for enabling ram in 0xc0000-0xf0000 area.
Kevin O'Connor
2009-07-26
1
-22
/
+22
*
Only run the vga option rom of an enabled vga device.
Kevin O'Connor
2009-07-19
1
-1
/
+1
*
Expand int155f "vgahook" detection.
Kevin O'Connor
2009-07-19
1
-1
/
+2
*
Add option for running vga rom during s3 resume.
Kevin O'Connor
2009-07-04
1
-0
/
+11
*
Optionrom code cleanup.
Kevin O'Connor
2009-07-04
1
-76
/
+82
*
Support running non-pci specific vga option roms from CBFS.
Kevin O'Connor
2009-06-17
1
-2
/
+15
*
Add support for gcc v3.x compilers.
Kevin O'Connor
2009-06-10
1
-1
/
+1
*
Add support for field width argument to %x (eg, %08x).
Kevin O'Connor
2009-05-05
1
-3
/
+6
*
Add ability to run all option roms in CBFS directory "genroms/".
Kevin O'Connor
2009-04-30
1
-13
/
+29
*
Add support for compressed option roms.
Kevin O'Connor
2009-04-27
1
-4
/
+5
*
Fixup previous memcpy optimization.
Kevin O'Connor
2009-04-19
1
-1
/
+1
*
Try to prevent mapping option roms over flash.
Kevin O'Connor
2009-04-18
1
-1
/
+3
*
Minor - add more debugging output to option rom scanning.
Kevin O'Connor
2009-04-16
1
-1
/
+4
*
Make sure optionroms have a non-zero size before using them.
Kevin O'Connor
2009-04-13
1
-0
/
+2
*
Initial support for finding option roms in coreboot flash layout.
Kevin O'Connor
2009-04-11
1
-11
/
+17
*
Minor - change checksum functions to take a (void *).
Kevin O'Connor
2009-02-15
1
-1
/
+1
*
Add support for selecting harddrive order in boot menu.
Kevin O'Connor
2009-02-08
1
-4
/
+10
*
Reorganize boot code.
Kevin O'Connor
2009-02-08
1
-25
/
+1
*
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
2009-01-19
1
-4
/
+4
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Move IPL definitions from ebda to global variables.
Kevin O'Connor
2008-12-28
1
-5
/
+6
*
Support a relocatable ebda segment.
Kevin O'Connor
2008-12-26
1
-6
/
+1
*
Initial PnP bios call support.
Kevin O'Connor
2008-12-21
1
-6
/
+3
*
Support multiple BCVs in a single option rom.
Kevin O'Connor
2008-12-20
1
-3
/
+19
*
Call option roms in "big real mode".
Kevin O'Connor
2008-12-06
1
-2
/
+1
*
Add additional PCI option rom checks.
Kevin O'Connor
2008-12-06
1
-14
/
+29
*
Don't allow start_bdf with new auto max bus detection code.
Kevin O'Connor
2008-12-04
1
-2
/
+2
[next]