coreboot-kgpe-d16/src/southbridge
Tobias Diedrich 8520e01af7 Linux also needs the MMCONF area to be reserved either in E820 or
as an ACPI motherboard resource or it will not enable MMCONFIG
and the extended pcie configuration area will be unaccessible:

This patch adds the IORESOURCE_RESERVE flag to the APIC and MMCONF
resource flags to do this.
I also added a new resource for the mapped bios rom area just below 4GB.
I'm not sure if the choice for the index parameter of new_resource()
is correct though.
Note that the bios rom decode is enabled in
src/southbridge/via/vt8237r/vt8237r_early_smbus.c
for the whole 4MB area (even though the comment says 1MB).

Ruik: I extended the flash range to 16MB (This is what VT8237S can decode)
Remove the MMCONFIG region reserve in the mainboard file (this patch makes it obsolete)

Signed-off-by: Tobias Diedrich <ranma+coreboot@tdiedrich.de>
Acked-by: Rudolf Marek <r.marek@assembler.cz> 




git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6083 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-11-17 11:30:50 +00:00
..
amd Revert sblk/sblink change, use sblk like the rest of the codebase does. 2010-10-20 20:21:27 +00:00
broadcom Move bcm5785_enable_rom.c include to where it's used. 2010-10-26 15:51:57 +00:00
intel Fix broken build due to missing #if CONFIG_IOAPIC. 2010-10-28 14:22:20 +00:00
nvidia We can't print this early. 2010-11-08 17:41:43 +00:00
ricoh Rename build system variables to be more intuitive, and 2010-09-30 16:55:02 +00:00
sis Convert some comments to proper Doxygen syntax. 2010-10-26 22:46:43 +00:00
ti Add more missing GPL-headers, fix inconsistencies in others. 2010-10-17 19:30:58 +00:00
via Linux also needs the MMCONF area to be reserved either in E820 or 2010-11-17 11:30:50 +00:00
Kconfig Whatever happened here,... The DEC Tulip is a network card, no bridge of any 2010-08-17 09:52:01 +00:00
Makefile.inc Whatever happened here,... The DEC Tulip is a network card, no bridge of any 2010-08-17 09:52:01 +00:00