aboutsummaryrefslogtreecommitdiff
path: root/src/shadow.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-13Use the e-segment instead of the 9-segment for bios "low mem".Kevin O'Connor1-2/+2
2011-07-02Rename foreachbdf_in_bus to foreachbdf and simplify it.Kevin O'Connor1-2/+2
2011-06-21Convert pci_init_device to use 'struct pci_device'.Kevin O'Connor1-5/+5
2011-06-21Use manual PCI search when making bios ram writable.Kevin O'Connor1-18/+13
2011-06-19Remove dev-i440fx.c/h - move code closer to its callers.Kevin O'Connor1-9/+20
2011-06-13Add support for use as Xen HVM BIOS.Ian Campbell1-2/+3
2010-09-15Try to hard-reboot on rerun of post even on emulators.Kevin O'Connor1-0/+13
2010-09-15Don't do shadow copying of optionroms when CONFIG_OPTIONROMS_DEPLOYED.Kevin O'Connor1-17/+10
2010-07-24seabios: shadow: make device finding more generic.Isaku Yamahata1-41/+65
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-2/+2
2009-12-18Do not guard qemu shadow ram work around in CONFIG_OPTIONROMS_DEPLOYEDAnthony Liguori1-12/+8
2009-09-20Allow rom to grow beyond 64K.Kevin O'Connor1-32/+34
2009-07-26Add support for enabling ram in 0xc0000-0xf0000 area.Kevin O'Connor1-12/+48
2009-07-24When enabling write access to 0xf0000, just copy from 0xffff0000.Kevin O'Connor1-16/+16
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2008-12-04Don't allow start_bdf with new auto max bus detection code.Kevin O'Connor1-2/+2
2008-11-09Overhaul PCI config functions.Kevin O'Connor1-16/+12
2008-11-08Synch pci ids and registers with Linux kernel source.Kevin O'Connor1-0/+1
2008-10-25Use defines for PCI ids.Kevin O'Connor1-2/+4
2008-07-04Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.Kevin O'Connor1-5/+7
2008-07-04Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor1-0/+1
2008-06-11Move acpi code out of rombios32.c; clean up use of fixed memory addresses.Kevin O'Connor1-6/+4
2008-06-08Separate out ram shadow code and permit more code to write to bios.Kevin O'Connor1-0/+87