aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/x4x/Kconfig
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-01-20 11:26:35 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-10 07:29:54 +0000
commite88f705946a1f8b18ff421c654a568581b1e969e (patch)
tree9b476bdbd17d70e47f228ab8459db50df0cadf14 /src/northbridge/intel/x4x/Kconfig
parent24b1d8af060fa0aabb8b127716ba5c5ed87f5edf (diff)
nb/intel/x4x: Use common {DMI,EP,MCH}BAR accessors
Tested with BUILD_TIMELESS=1, Asus P5QL PRO does not change. Change-Id: I33c17f56eac0277a12b32af777e2e1ceb086685f Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49754 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/northbridge/intel/x4x/Kconfig')
-rw-r--r--src/northbridge/intel/x4x/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/northbridge/intel/x4x/Kconfig b/src/northbridge/intel/x4x/Kconfig
index 711340d376..99f6d794fd 100644
--- a/src/northbridge/intel/x4x/Kconfig
+++ b/src/northbridge/intel/x4x/Kconfig
@@ -37,4 +37,13 @@ config MAX_CPUS
int
default 4
+config FIXED_MCHBAR_MMIO_BASE
+ default 0xfed14000
+
+config FIXED_DMIBAR_MMIO_BASE
+ default 0xfed18000
+
+config FIXED_EPBAR_MMIO_BASE
+ default 0xfed19000
+
endif