aboutsummaryrefslogtreecommitdiff
path: root/src/optionroms.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-13Use the e-segment instead of the 9-segment for bios "low mem".Kevin O'Connor1-11/+3
2012-02-18Running vgabios during resume from S3 on QEMU by defaultGleb Natapov1-1/+1
2012-01-14Permit multiple BEV and BEV/BCV combinations in a single option rom.Kevin O'Connor1-11/+10
2011-12-20Move optionroms definitions into a separate headerJulian Pidancet1-52/+1
2011-08-03Allow free space in f-segment to be used by malloc_fseg().Kevin O'Connor1-1/+1
2011-07-10Push use of 'struct pci_device' to bootprio_find_pci_rom().Kevin O'Connor1-2/+2
2011-07-05Replace CONFIG_SCREEN_AND_DEBUG with "etc/screen-and-debug" file.Kevin O'Connor1-0/+3
2011-07-05Replace CONFIG_S3_RESUME_VGA_INIT with "etc/s3-resume-vga-init" file.Kevin O'Connor1-1/+4
2011-07-05Replace "CONFIG_OPTIONROMS_CHECKSUM" with "etc/optionroms-checksum" file.Kevin O'Connor1-1/+5
2011-07-02Calculate vgahook responses during setup instead of in 16bit code.Kevin O'Connor1-1/+2
2011-06-21Use 'struct pci_device' to note which devices have native drivers.Kevin O'Connor1-3/+1
2011-06-20Convert option rom scan to use struct pci_device.Kevin O'Connor1-31/+55
2011-06-20Remove support for compiling in OPTIONROM_VENDEV_1/2.Kevin O'Connor1-8/+0
2011-06-19Rename foreachpci macro to foreachbdf.Kevin O'Connor1-2/+2
2011-03-06Add config option to permit running option roms with bad checksums.Kevin O'Connor1-1/+2
2010-12-27Add stubs to permit devices to specify their boot priority.Kevin O'Connor1-5/+20
2010-12-27Simplify boot ordering by building an inclusive boot list.Kevin O'Connor1-3/+3
2010-12-24Track the source of each optionrom deployed.Kevin O'Connor1-10/+24
2010-09-25Cleanup - it's no longer necessary to manually reset global variables.Kevin O'Connor1-4/+1
2010-09-25Fix typo preventing relocated space from being used for option roms.Kevin O'Connor1-1/+1
2010-09-25Enable optionroms to use freed space due to CONFIG_RELOCATE_INIT.Kevin O'Connor1-7/+11
2010-06-28Initial bootsplash support.Kevin O'Connor1-11/+1
2010-06-13Unify optionrom cbfs/qemu_cfg rom pulling code.Kevin O'Connor1-30/+12
2010-05-23Improve optionrom debugging statements.Kevin O'Connor1-5/+7
2010-04-02Some improvements to optionrom preemption support.Kevin O'Connor1-0/+2
2010-02-14Introduce standard warnings for allocation failures and timeouts.Kevin O'Connor1-1/+1
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-4/+4
2009-12-30Add support for 32bit PCI BIOS entry.Kevin O'Connor1-3/+3
2009-12-18qemu: add rom loading via fw_cfgGerd Hoffmann1-0/+23
2009-12-13Enhance experimental option rom "threading" - enable preemption.Kevin O'Connor1-0/+2
2009-12-05Introduce optimized iomemcpy function for copying from io memory.Kevin O'Connor1-1/+1
2009-09-24Interrupts should be enabled when calling 16bit code.Kevin O'Connor1-0/+2
2009-09-20Allow rom to grow beyond 64K.Kevin O'Connor1-5/+14
2009-09-12Add mechanism for describing internal drives in boot menu.Kevin O'Connor1-1/+1
2009-09-09Replace common segment/offset pairs with struct segoff_s.Kevin O'Connor1-2/+1
2009-08-18Further simplify cbfs functions - don't pass iscomp to callers.Kevin O'Connor1-4/+2
2009-08-16Rework coreboot cbfs interface for added flexibility.Kevin O'Connor1-5/+8
2009-07-29Add auto-generated version info to each build.Kevin O'Connor1-4/+4
2009-07-26Add support for enabling ram in 0xc0000-0xf0000 area.Kevin O'Connor1-22/+22
2009-07-19Only run the vga option rom of an enabled vga device.Kevin O'Connor1-1/+1
2009-07-19Expand int155f "vgahook" detection.Kevin O'Connor1-1/+2
2009-07-04Add option for running vga rom during s3 resume.Kevin O'Connor1-0/+11
2009-07-04Optionrom code cleanup.Kevin O'Connor1-76/+82
2009-06-17Support running non-pci specific vga option roms from CBFS.Kevin O'Connor1-2/+15
2009-06-10Add support for gcc v3.x compilers.Kevin O'Connor1-1/+1
2009-05-05Add support for field width argument to %x (eg, %08x).Kevin O'Connor1-3/+6
2009-04-30Add ability to run all option roms in CBFS directory "genroms/".Kevin O'Connor1-13/+29
2009-04-27Add support for compressed option roms.Kevin O'Connor1-4/+5
2009-04-19Fixup previous memcpy optimization.Kevin O'Connor1-1/+1
2009-04-18Try to prevent mapping option roms over flash.Kevin O'Connor1-1/+3