aboutsummaryrefslogtreecommitdiffstats
path: root/src/optionroms.c
Commit message (Expand)AuthorAgeFilesLines
* optionrom: disallow int19 redirect for pnp roms.Gerd Hoffmann2019-05-221-0/+24
* optionrom: enable non-vga display devicesGerd Hoffmann2018-06-221-1/+28
* add serial console supportGerd Hoffmann2017-09-221-6/+3
* optionroms: Drop support for CONFIG_OPTIONROMS_DEPLOYEDKevin O'Connor2016-04-061-39/+22
* pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor2016-02-031-1/+2
* pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor2016-02-031-12/+7
* optionroms: Don't run option rom on PCI bar if CBFS/fw_cfg version existsKevin O'Connor2015-08-121-18/+12
* tpm: Move call to tpm_option_rom into init_optionromStefan Berger2015-06-111-1/+2
* Add 'measurement' code to the BIOSStefan Berger2015-06-011-0/+2
* Add an option to only execute option ROMs contained in CBFStpearson@raptorengineeringinc.com2015-02-241-4/+4
* debug: Only call serial_debug_preinit() at startup.Kevin O'Connor2014-01-221-2/+0
* Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor2013-12-041-1/+1
* Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor2013-09-181-1/+0
* Move pnpbios definition to new file std/pnpbios.h.Kevin O'Connor2013-09-181-0/+1
* Move optionroms.h to std/optionrom.h and util.h.Kevin O'Connor2013-09-181-1/+1
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-4/+5
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-0/+1
* Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor2013-09-181-0/+1
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-181-0/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-3/+3
* pciinit: Enable default VGA deviceAlex Williamson2013-03-221-1/+1
* Rename rom_get_top() to rom_get_max().Kevin O'Connor2013-02-171-2/+2
* Warn on unaligned PCI ROM structure in option roms.Kevin O'Connor2013-02-151-0/+3
* Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().Kevin O'Connor2013-02-121-1/+1
* Export callrom() for CSM to useDavid Woodhouse2013-02-071-1/+1
* Normalize POST initialization function name suffixes.Kevin O'Connor2013-02-051-6/+6
* Cache romfile entries.Kevin O'Connor2012-06-021-8/+8
* Rename call16 to farcall16.Kevin O'Connor2012-05-281-1/+1
* Allow optionroms and "low mem" to share space.Kevin O'Connor2012-05-211-51/+60
* Use the e-segment instead of the 9-segment for bios "low mem".Kevin O'Connor2012-05-131-11/+3
* Running vgabios during resume from S3 on QEMU by defaultGleb Natapov2012-02-181-1/+1
* Permit multiple BEV and BEV/BCV combinations in a single option rom.Kevin O'Connor2012-01-141-11/+10
* Move optionroms definitions into a separate headerJulian Pidancet2011-12-201-52/+1
* Allow free space in f-segment to be used by malloc_fseg().Kevin O'Connor2011-08-031-1/+1
* Push use of 'struct pci_device' to bootprio_find_pci_rom().Kevin O'Connor2011-07-101-2/+2
* Replace CONFIG_SCREEN_AND_DEBUG with "etc/screen-and-debug" file.Kevin O'Connor2011-07-051-0/+3
* Replace CONFIG_S3_RESUME_VGA_INIT with "etc/s3-resume-vga-init" file.Kevin O'Connor2011-07-051-1/+4
* Replace "CONFIG_OPTIONROMS_CHECKSUM" with "etc/optionroms-checksum" file.Kevin O'Connor2011-07-051-1/+5
* Calculate vgahook responses during setup instead of in 16bit code.Kevin O'Connor2011-07-021-1/+2
* Use 'struct pci_device' to note which devices have native drivers.Kevin O'Connor2011-06-211-3/+1
* Convert option rom scan to use struct pci_device.Kevin O'Connor2011-06-201-31/+55
* Remove support for compiling in OPTIONROM_VENDEV_1/2.Kevin O'Connor2011-06-201-8/+0
* Rename foreachpci macro to foreachbdf.Kevin O'Connor2011-06-191-2/+2
* Add config option to permit running option roms with bad checksums.Kevin O'Connor2011-03-061-1/+2
* Add stubs to permit devices to specify their boot priority.Kevin O'Connor2010-12-271-5/+20
* Simplify boot ordering by building an inclusive boot list.Kevin O'Connor2010-12-271-3/+3
* Track the source of each optionrom deployed.Kevin O'Connor2010-12-241-10/+24
* Cleanup - it's no longer necessary to manually reset global variables.Kevin O'Connor2010-09-251-4/+1
* Fix typo preventing relocated space from being used for option roms.Kevin O'Connor2010-09-251-1/+1