aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2017-05-10 13:12:37 +0200
committerPatrick Georgi <pgeorgi@google.com>2017-05-11 16:40:18 +0200
commit512a2d1c4f2e9d63effebae03806fc2f9ddb1ce7 (patch)
tree3bba9a8b57adf817a5d9b15f6cd6ac969b655247 /src/northbridge
parent1dcb2ac199d557eb287a7c1408b7c7b0ca6b0220 (diff)
nb/intel/x4x: Define and use default MMCONF_BASE_ADDRESS
Currently only one board uses this northbridge in coreboot but some patches are pending to add more. Change-Id: If035e442d1a23674667f46a07b44c4f2b81be48c Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/19650 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/northbridge')
-rw-r--r--src/northbridge/intel/x4x/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/northbridge/intel/x4x/Kconfig b/src/northbridge/intel/x4x/Kconfig
index 716a015fbf..f5dd39eb55 100644
--- a/src/northbridge/intel/x4x/Kconfig
+++ b/src/northbridge/intel/x4x/Kconfig
@@ -38,4 +38,8 @@ config VGA_BIOS_ID
string
default "8086,2e32"
+config MMCONF_BASE_ADDRESS
+ hex
+ default 0xe0000000
+
endif