grml...
[seabios.git] / src / shadow.c
2011-07-03 Kevin O'ConnorRename foreachbdf_in_bus to foreachbdf and simplify it.
2011-06-22 Kevin O'ConnorConvert pci_init_device to use 'struct pci_device'.
2011-06-22 Kevin O'ConnorUse manual PCI search when making bios ram writable.
2011-06-19 Kevin O'ConnorRemove dev-i440fx.c/h - move code closer to its callers.
2011-06-13 Ian CampbellAdd support for use as Xen HVM BIOS.
2010-09-16 Kevin O'ConnorTry to hard-reboot on rerun of post even on emulators.
2010-09-16 Kevin O'ConnorDon't do shadow copying of optionroms when CONFIG_OPTIO...
2010-07-24 Isaku Yamahataseabios: shadow: make device finding more generic.
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-18 Anthony LiguoriDo not guard qemu shadow ram work around in CONFIG_OPTI...
2009-09-20 Kevin O'ConnorAllow rom to grow beyond 64K.
2009-07-26 Kevin O'ConnorAdd support for enabling ram in 0xc0000-0xf0000 area.
2009-07-25 Kevin O'ConnorWhen enabling write access to 0xf0000, just copy from...
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2008-12-05 Kevin O'ConnorDon't allow start_bdf with new auto max bus detection...
2008-11-09 Kevin O'ConnorOverhaul PCI config functions.
2008-11-08 Kevin O'ConnorSynch pci ids and registers with Linux kernel source.
2008-10-25 Kevin O'ConnorUse defines for PCI ids.
2008-07-04 Kevin O'ConnorDefine 16bit OFFSET_x to be 32bit addresses; introduce...
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-06-12 Kevin O'ConnorMove acpi code out of rombios32.c; clean up use of...
2008-06-08 Kevin O'ConnorSeparate out ram shadow code and permit more code to...