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
*
optionrom: enable non-vga display devices
Gerd Hoffmann
2018-06-22
1
-1
/
+28
*
add serial console support
Gerd Hoffmann
2017-09-22
1
-6
/
+3
*
optionroms: Drop support for CONFIG_OPTIONROMS_DEPLOYED
Kevin O'Connor
2016-04-06
1
-39
/
+22
*
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
2016-02-03
1
-1
/
+2
*
pci: Implement '%pP' printf handler for 'struct pci_device' pointers
Kevin O'Connor
2016-02-03
1
-12
/
+7
*
optionroms: Don't run option rom on PCI bar if CBFS/fw_cfg version exists
Kevin O'Connor
2015-08-12
1
-18
/
+12
*
tpm: Move call to tpm_option_rom into init_optionrom
Stefan Berger
2015-06-11
1
-1
/
+2
*
Add 'measurement' code to the BIOS
Stefan Berger
2015-06-01
1
-0
/
+2
*
Add an option to only execute option ROMs contained in CBFS
tpearson@raptorengineeringinc.com
2015-02-24
1
-4
/
+4
*
debug: Only call serial_debug_preinit() at startup.
Kevin O'Connor
2014-01-22
1
-2
/
+0
*
Move low-level hardware writing from output.c to new file hw/serialio.c.
Kevin O'Connor
2013-12-04
1
-1
/
+1
*
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Move pnpbios definition to new file std/pnpbios.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move optionroms.h to std/optionrom.h and util.h.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-4
/
+5
*
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
*
Move stacks.c definitions from util.h to new file stacks.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 code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-3
/
+3
*
pciinit: Enable default VGA device
Alex Williamson
2013-03-22
1
-1
/
+1
*
Rename rom_get_top() to rom_get_max().
Kevin O'Connor
2013-02-17
1
-2
/
+2
*
Warn on unaligned PCI ROM structure in option roms.
Kevin O'Connor
2013-02-15
1
-0
/
+3
*
Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().
Kevin O'Connor
2013-02-12
1
-1
/
+1
*
Export callrom() for CSM to use
David Woodhouse
2013-02-07
1
-1
/
+1
*
Normalize POST initialization function name suffixes.
Kevin O'Connor
2013-02-05
1
-6
/
+6
*
Cache romfile entries.
Kevin O'Connor
2012-06-02
1
-8
/
+8
*
Rename call16 to farcall16.
Kevin O'Connor
2012-05-28
1
-1
/
+1
*
Allow optionroms and "low mem" to share space.
Kevin O'Connor
2012-05-21
1
-51
/
+60
*
Use the e-segment instead of the 9-segment for bios "low mem".
Kevin O'Connor
2012-05-13
1
-11
/
+3
*
Running vgabios during resume from S3 on QEMU by default
Gleb Natapov
2012-02-18
1
-1
/
+1
*
Permit multiple BEV and BEV/BCV combinations in a single option rom.
Kevin O'Connor
2012-01-14
1
-11
/
+10
*
Move optionroms definitions into a separate header
Julian Pidancet
2011-12-20
1
-52
/
+1
*
Allow free space in f-segment to be used by malloc_fseg().
Kevin O'Connor
2011-08-03
1
-1
/
+1
*
Push use of 'struct pci_device' to bootprio_find_pci_rom().
Kevin O'Connor
2011-07-10
1
-2
/
+2
*
Replace CONFIG_SCREEN_AND_DEBUG with "etc/screen-and-debug" file.
Kevin O'Connor
2011-07-05
1
-0
/
+3
*
Replace CONFIG_S3_RESUME_VGA_INIT with "etc/s3-resume-vga-init" file.
Kevin O'Connor
2011-07-05
1
-1
/
+4
*
Replace "CONFIG_OPTIONROMS_CHECKSUM" with "etc/optionroms-checksum" file.
Kevin O'Connor
2011-07-05
1
-1
/
+5
*
Calculate vgahook responses during setup instead of in 16bit code.
Kevin O'Connor
2011-07-02
1
-1
/
+2
*
Use 'struct pci_device' to note which devices have native drivers.
Kevin O'Connor
2011-06-21
1
-3
/
+1
*
Convert option rom scan to use struct pci_device.
Kevin O'Connor
2011-06-20
1
-31
/
+55
*
Remove support for compiling in OPTIONROM_VENDEV_1/2.
Kevin O'Connor
2011-06-20
1
-8
/
+0
*
Rename foreachpci macro to foreachbdf.
Kevin O'Connor
2011-06-19
1
-2
/
+2
*
Add config option to permit running option roms with bad checksums.
Kevin O'Connor
2011-03-06
1
-1
/
+2
*
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
[next]