aboutsummaryrefslogtreecommitdiffstats
path: root/src/optionroms.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable optionroms to use freed space due to CONFIG_RELOCATE_INIT.Kevin O'Connor2010-09-251-7/+11
* Initial bootsplash support.Kevin O'Connor2010-06-281-11/+1
* Unify optionrom cbfs/qemu_cfg rom pulling code.Kevin O'Connor2010-06-131-30/+12
* Improve optionrom debugging statements.Kevin O'Connor2010-05-231-5/+7
* Some improvements to optionrom preemption support.Kevin O'Connor2010-04-021-0/+2
* Introduce standard warnings for allocation failures and timeouts.Kevin O'Connor2010-02-141-1/+1
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-4/+4
* Add support for 32bit PCI BIOS entry.Kevin O'Connor2009-12-301-3/+3
* qemu: add rom loading via fw_cfgGerd Hoffmann2009-12-181-0/+23
* Enhance experimental option rom "threading" - enable preemption.Kevin O'Connor2009-12-131-0/+2
* Introduce optimized iomemcpy function for copying from io memory.Kevin O'Connor2009-12-051-1/+1
* Interrupts should be enabled when calling 16bit code.Kevin O'Connor2009-09-241-0/+2
* Allow rom to grow beyond 64K.Kevin O'Connor2009-09-201-5/+14
* Add mechanism for describing internal drives in boot menu.Kevin O'Connor2009-09-121-1/+1
* Replace common segment/offset pairs with struct segoff_s.Kevin O'Connor2009-09-091-2/+1
* Further simplify cbfs functions - don't pass iscomp to callers.Kevin O'Connor2009-08-181-4/+2
* Rework coreboot cbfs interface for added flexibility.Kevin O'Connor2009-08-161-5/+8
* Add auto-generated version info to each build.Kevin O'Connor2009-07-291-4/+4
* Add support for enabling ram in 0xc0000-0xf0000 area.Kevin O'Connor2009-07-261-22/+22
* Only run the vga option rom of an enabled vga device.Kevin O'Connor2009-07-191-1/+1
* Expand int155f "vgahook" detection.Kevin O'Connor2009-07-191-1/+2
* Add option for running vga rom during s3 resume.Kevin O'Connor2009-07-041-0/+11
* Optionrom code cleanup.Kevin O'Connor2009-07-041-76/+82
* Support running non-pci specific vga option roms from CBFS.Kevin O'Connor2009-06-171-2/+15
* Add support for gcc v3.x compilers.Kevin O'Connor2009-06-101-1/+1
* Add support for field width argument to %x (eg, %08x).Kevin O'Connor2009-05-051-3/+6
* Add ability to run all option roms in CBFS directory "genroms/".Kevin O'Connor2009-04-301-13/+29
* Add support for compressed option roms.Kevin O'Connor2009-04-271-4/+5
* Fixup previous memcpy optimization.Kevin O'Connor2009-04-191-1/+1
* Try to prevent mapping option roms over flash.Kevin O'Connor2009-04-181-1/+3
* Minor - add more debugging output to option rom scanning.Kevin O'Connor2009-04-161-1/+4
* Make sure optionroms have a non-zero size before using them.Kevin O'Connor2009-04-131-0/+2
* Initial support for finding option roms in coreboot flash layout.Kevin O'Connor2009-04-111-11/+17
* Minor - change checksum functions to take a (void *).Kevin O'Connor2009-02-151-1/+1
* Add support for selecting harddrive order in boot menu.Kevin O'Connor2009-02-081-4/+10
* Reorganize boot code.Kevin O'Connor2009-02-081-25/+1
* Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.Kevin O'Connor2009-01-191-4/+4
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Move IPL definitions from ebda to global variables.Kevin O'Connor2008-12-281-5/+6
* Support a relocatable ebda segment.Kevin O'Connor2008-12-261-6/+1
* Initial PnP bios call support.Kevin O'Connor2008-12-211-6/+3
* Support multiple BCVs in a single option rom.Kevin O'Connor2008-12-201-3/+19
* Call option roms in "big real mode".Kevin O'Connor2008-12-061-2/+1
* Add additional PCI option rom checks.Kevin O'Connor2008-12-061-14/+29
* Don't allow start_bdf with new auto max bus detection code.Kevin O'Connor2008-12-041-2/+2