grml...
[seabios.git] / src / optionroms.c
2012-01-14 Kevin O'ConnorPermit multiple BEV and BEV/BCV combinations in a singl...
2011-12-21 Julian PidancetMove optionroms definitions into a separate header
2011-08-04 Kevin O'ConnorAllow free space in f-segment to be used by malloc_fseg().
2011-07-10 Kevin O'ConnorPush use of 'struct pci_device' to bootprio_find_pci_rom().
2011-07-06 Kevin O'ConnorReplace CONFIG_SCREEN_AND_DEBUG with "etc/screen-and...
2011-07-06 Kevin O'ConnorReplace CONFIG_S3_RESUME_VGA_INIT with "etc/s3-resume...
2011-07-06 Kevin O'ConnorReplace "CONFIG_OPTIONROMS_CHECKSUM" with "etc/optionro...
2011-07-02 Kevin O'ConnorCalculate vgahook responses during setup instead of...
2011-06-22 Kevin O'ConnorUse 'struct pci_device' to note which devices have...
2011-06-21 Kevin O'ConnorConvert option rom scan to use struct pci_device.
2011-06-21 Kevin O'ConnorRemove support for compiling in OPTIONROM_VENDEV_1/2.
2011-06-19 Kevin O'ConnorRename foreachpci macro to foreachbdf.
2011-03-07 Kevin O'ConnorAdd config option to permit running option roms with...
2010-12-28 Kevin O'ConnorAdd stubs to permit devices to specify their boot priority.
2010-12-28 Kevin O'ConnorSimplify boot ordering by building an inclusive boot...
2010-12-24 Kevin O'ConnorTrack the source of each optionrom deployed.
2010-09-25 Kevin O'ConnorCleanup - it's no longer necessary to manually reset...
2010-09-25 Kevin O'ConnorFix typo preventing relocated space from being used...
2010-09-25 Kevin O'ConnorEnable optionroms to use freed space due to CONFIG_RELO...
2010-06-28 Kevin O'ConnorInitial bootsplash support.
2010-06-13 Kevin O'ConnorUnify optionrom cbfs/qemu_cfg rom pulling code.
2010-05-23 Kevin O'ConnorImprove optionrom debugging statements.
2010-04-02 Kevin O'ConnorSome improvements to optionrom preemption support.
2010-02-14 Kevin O'ConnorIntroduce standard warnings for allocation failures...
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
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.