Linux also needs the MMCONF area to be reserved either in E820 or
authorTobias Diedrich <ranma+coreboot@tdiedrich.de>
Wed, 17 Nov 2010 11:30:50 +0000 (11:30 +0000)
committerRudolf Marek <r.marek@assembler.cz>
Wed, 17 Nov 2010 11:30:50 +0000 (11:30 +0000)
commit8520e01af792bca95aaed332bc0cbc7116948706
tree4e715c366d39234d621350358ee0c0ed60e825b1
parente0c0a82954978747aa68eceb19709d93a019829d
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
src/mainboard/asus/m2v-mx_se/mainboard.c
src/southbridge/via/k8t890/k8t890_traf_ctrl.c
src/southbridge/via/vt8237r/vt8237r_lpc.c