We did together some patch which makes finally a MMCONFIG workable in
authorRudolf Marek <r.marek@assembler.cz>
Thu, 23 Jul 2009 08:10:51 +0000 (08:10 +0000)
committerRudolf Marek <r.marek@assembler.cz>
Thu, 23 Jul 2009 08:10:51 +0000 (08:10 +0000)
commitb2bd9963a5ceb4fc6751f2303dab5bfea43d4293
tree53ffcc006636025b97de3e8b1dc538996c9b206f
parent8dee52d7a86d905b1aae4590a1f53dd4c6d2f6f4
We did together some patch which makes finally a MMCONFIG workable in
linux out of the box. There were two problems. First was that the
mmconfig ACPI structure was empty because of cut and paste (PCI ID of
K8M890 is different).

Second problem is now nicely solvable by add_region. Linux expects that
the mmconfig region is found as reserved memory. Otherwise it does not
trust it.

Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Acked-by: Luc Verhaegen <libv@skynet.be>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4464 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/mainboard/asus/m2v-mx_se/acpi_tables.c
src/mainboard/asus/m2v-mx_se/mainboard.c