aboutsummaryrefslogtreecommitdiffstats
path: root/src/shadow.c
Commit message (Expand)AuthorAgeFilesLines
* seabios: shadow: make device finding more generic.Isaku Yamahata2010-07-241-41/+65
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-2/+2
* Do not guard qemu shadow ram work around in CONFIG_OPTIONROMS_DEPLOYEDAnthony Liguori2009-12-181-12/+8
* Allow rom to grow beyond 64K.Kevin O'Connor2009-09-201-32/+34
* Add support for enabling ram in 0xc0000-0xf0000 area.Kevin O'Connor2009-07-261-12/+48
* When enabling write access to 0xf0000, just copy from 0xffff0000.Kevin O'Connor2009-07-241-16/+16
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Don't allow start_bdf with new auto max bus detection code.Kevin O'Connor2008-12-041-2/+2
* Overhaul PCI config functions.Kevin O'Connor2008-11-091-16/+12
* Synch pci ids and registers with Linux kernel source.Kevin O'Connor2008-11-081-0/+1
* Use defines for PCI ids.Kevin O'Connor2008-10-251-2/+4
* Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.Kevin O'Connor2008-07-041-5/+7
* Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor2008-07-041-0/+1
* Move acpi code out of rombios32.c; clean up use of fixed memory addresses.Kevin O'Connor2008-06-111-6/+4
* Separate out ram shadow code and permit more code to write to bios.Kevin O'Connor2008-06-081-0/+87