aboutsummaryrefslogtreecommitdiff
path: root/src/optionroms.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-22debug: Only call serial_debug_preinit() at startup.Kevin O'Connor1-2/+0
2013-12-04Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor1-1/+1
2013-09-18Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor1-1/+0
2013-09-18Move pnpbios definition to new file std/pnpbios.h.Kevin O'Connor1-0/+1
2013-09-18Move optionroms.h to std/optionrom.h and util.h.Kevin O'Connor1-1/+1
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-4/+5
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+1
2013-09-18Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor1-0/+1
2013-09-18Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor1-0/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-0/+1
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-3/+3
2013-03-22pciinit: Enable default VGA deviceAlex Williamson1-1/+1
2013-02-17Rename rom_get_top() to rom_get_max().Kevin O'Connor1-2/+2
2013-02-15Warn on unaligned PCI ROM structure in option roms.Kevin O'Connor1-0/+3
2013-02-12Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().Kevin O'Connor1-1/+1
2013-02-07Export callrom() for CSM to useDavid Woodhouse1-1/+1
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-6/+6
2012-06-02Cache romfile entries.Kevin O'Connor1-8/+8
2012-05-28Rename call16 to farcall16.Kevin O'Connor1-1/+1
2012-05-21Allow optionroms and "low mem" to share space.Kevin O'Connor1-51/+60
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