[coreboot] [PATCH 04/16] Port persimmon r6578 and r6596 to e350m1: MMCONF base

mbuschman at lucidmachines.com mbuschman at lucidmachines.com
Sat Jun 4 08:10:32 CEST 2011


From: Marc Jones <marcj303 at gmail.com>

Remove multiple mmconf settings and just use kconfig setting.

Signed-off-by: Peter Stuge <peter at stuge.se>
---
 src/mainboard/asrock/e350m1/dsdt.asl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mainboard/asrock/e350m1/dsdt.asl b/src/mainboard/asrock/e350m1/dsdt.asl
index 32d4497..ddde158 100644
--- a/src/mainboard/asrock/e350m1/dsdt.asl
+++ b/src/mainboard/asrock/e350m1/dsdt.asl
@@ -36,7 +36,7 @@ DefinitionBlock (
 	Name(PBAD, 0x0)	/* Address of BIOS area (If TOM2 != 0, Addr >> 16) */
 	Name(PBLN, 0x0)	/* Length of BIOS area */
 
-	Name(PCBA, 0xE0000000)	/* Base address of PCIe config space */
+	Name(PCBA, CONFIG_MMCONF_BASE_ADDRESS)	/* Base address of PCIe config space */
 	Name(HPBA, 0xFED00000)	/* Base address of HPET table */
 
 	Name(SSFG, 0x0D)		/* S1 support: bit 0, S2 Support: bit 1, etc. S0 & S5 assumed */
-- 
1.7.4.1





More information about the coreboot mailing list