Add support for 32bit PCI BIOS entry.
[seabios.git] / src / optionroms.c
2009-12-30 Kevin O'ConnorAdd support for 32bit PCI BIOS entry.
2009-12-18 Gerd Hoffmannqemu: add rom loading via fw_cfg
2009-12-13 Kevin O'ConnorEnhance experimental option rom "threading" - enable...
2009-12-05 Kevin O'ConnorIntroduce optimized iomemcpy function for copying from...
2009-09-25 Kevin O'ConnorInterrupts should be enabled when calling 16bit code.
2009-09-20 Kevin O'ConnorAllow rom to grow beyond 64K.
2009-09-12 Kevin O'ConnorAdd mechanism for describing internal drives in boot...
2009-09-09 Kevin O'ConnorReplace common segment/offset pairs with struct segoff_s.
2009-08-19 Kevin O'ConnorFurther simplify cbfs functions - don't pass iscomp...
2009-08-17 Kevin O'ConnorRework coreboot cbfs interface for added flexibility.
2009-07-30 Kevin O'ConnorAdd auto-generated version info to each build.
2009-07-26 Kevin O'ConnorAdd support for enabling ram in 0xc0000-0xf0000 area.
2009-07-19 Kevin O'ConnorOnly run the vga option rom of an enabled vga device.
2009-07-19 Kevin O'ConnorExpand int155f "vgahook" detection.
2009-07-04 Kevin O'ConnorAdd option for running vga rom during s3 resume.
2009-07-04 Kevin O'ConnorOptionrom code cleanup.
2009-06-18 Kevin O'ConnorSupport running non-pci specific vga option roms from...
2009-06-11 Kevin O'ConnorAdd support for gcc v3.x compilers.
2009-05-06 Kevin O'ConnorAdd support for field width argument to %x (eg, %08x).
2009-05-01 Kevin O'ConnorAdd ability to run all option roms in CBFS directory...
2009-04-28 Kevin O'ConnorAdd support for compressed option roms.
2009-04-20 Kevin O'ConnorFixup previous memcpy optimization.
2009-04-18 Kevin O'ConnorTry to prevent mapping option roms over flash.
2009-04-17 Kevin O'ConnorMinor - add more debugging output to option rom scanning.
2009-04-13 Kevin O'ConnorMake sure optionroms have a non-zero size before using...
2009-04-12 Kevin O'ConnorInitial support for finding option roms in coreboot...
2009-02-15 Kevin O'ConnorMinor - change checksum functions to take a (void *).
2009-02-09 Kevin O'ConnorAdd support for selecting harddrive order in boot menu.
2009-02-08 Kevin O'ConnorReorganize boot code.
2009-01-19 Kevin O'ConnorRename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2008-12-29 Kevin O'ConnorMove IPL definitions from ebda to global variables.
2008-12-27 Kevin O'ConnorSupport a relocatable ebda segment.
2008-12-21 Kevin O'ConnorInitial PnP bios call support.
2008-12-21 Kevin O'ConnorSupport multiple BCVs in a single option rom.
2008-12-06 Kevin O'ConnorCall option roms in "big real mode".
2008-12-06 Kevin O'ConnorAdd additional PCI option rom checks.
2008-12-05 Kevin O'ConnorDon't allow start_bdf with new auto max bus detection...
2008-11-30 Kevin O'ConnorEnance support for PCI option roms.
2008-11-30 Kevin O'ConnorOnly touch PCI functions > 0 on multi-function devices...
2008-11-13 Kevin O'ConnorIncrease debugging output in option rom processing.
2008-11-09 Kevin O'ConnorOverhaul PCI config functions.
2008-11-09 Kevin O'ConnorOverhaul option rom processing.
2008-11-08 Kevin O'ConnorAvoid casting EBDA variables ipl.description and pir_loc.
2008-11-02 Kevin O'ConnorSeparate out and enhance option rom scanning code.