Michał Żygowski has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62074 )
Change subject: nb/amd/amdfam10: Configure ECAM_MMCONF_SUPPORT ......................................................................
nb/amd/amdfam10: Configure ECAM_MMCONF_SUPPORT
Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com Change-Id: Ib64d459138303c094662894aba0beddbd191258d --- M src/northbridge/amd/amdfam10/Kconfig 1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/62074/1
diff --git a/src/northbridge/amd/amdfam10/Kconfig b/src/northbridge/amd/amdfam10/Kconfig index 6435887..1834a75 100644 --- a/src/northbridge/amd/amdfam10/Kconfig +++ b/src/northbridge/amd/amdfam10/Kconfig @@ -25,6 +25,7 @@ select PCIEXP_CLK_PM select PCIEXP_L1_SUB_STATE select NO_RELOCATABLE_RAMSTAGE + select ECAM_MMCONF_SUPPORT
if NORTHBRIDGE_AMD_AMDFAM10 config AGP_APERTURE_SIZE @@ -35,11 +36,11 @@ hex default 0x100000
-config MMCONF_BASE_ADDRESS +config ECAM_MMCONF_BASE_ADDRESS hex default 0xc0000000
-config MMCONF_BUS_NUMBER +config ECAM_MMCONF_BUS_NUMBER int default 256