coreboot-kgpe-d16/src
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
..
arch/i386 Factor out common mptable code to mptable_init(). 2010-10-25 15:32:07 +00:00
boot Rename build system variables to be more intuitive, and 2010-09-30 16:55:02 +00:00
console AMD SB600 uses a hardcoded USB Debug Port number. 2010-10-02 20:33:56 +00:00
cpu Move the SET_FIDVID* family of configuration options to Kconfig and 2010-11-16 21:25:29 +00:00
devices Various cosmetic and coding style fixes in src/devices. 2010-11-04 23:23:47 +00:00
drivers Rename build system variables to be more intuitive, and 2010-09-30 16:55:02 +00:00
include MTRR related improvements for AMD family 10h and family 0Fh systems 2010-11-13 19:07:59 +00:00
lib Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG() 2010-11-10 02:00:32 +00:00
mainboard Linux also needs the MMCONF area to be reserved either in E820 or 2010-11-17 11:30:50 +00:00
northbridge This problem was introduced with 2010-11-17 11:02:05 +00:00
pc80 - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1 2010-10-05 13:40:31 +00:00
southbridge Linux also needs the MMCONF area to be reserved either in E820 or 2010-11-17 11:30:50 +00:00
superio Drop W83627THF, it's the same device as W83627THG. 2010-11-16 23:15:37 +00:00
Kconfig Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG() 2010-11-10 02:00:32 +00:00
Kconfig.deprecated_options Whitespace/typo/cosmetic fixes (trivial). 2010-09-23 18:48:27 +00:00