aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/x4x/memmap.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-09-15 12:23:45 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-09-25 19:43:07 +0000
commit2a8ceefb277f3b395121bfdd9667cb1bf84bf222 (patch)
treed20974217aa27d3323a8a0f4939fcbb129bf1920 /src/northbridge/intel/x4x/memmap.h
parent8f0b3e546a6ee8501ac5c34b6522ae52b8104e2d (diff)
nb/intel/x4x/iomap.h: Rename to memmap.h
It primarily contains definitions for MMIO windows. Also, remove includes from files not directly using the definitions it contains. Tested with BUILD_TIMELESS=1, Asus P5QL PRO remains identical. Change-Id: Id28080d9b2924463dd3720492d5e717d65fa0071 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45419 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge/intel/x4x/memmap.h')
-rw-r--r--src/northbridge/intel/x4x/memmap.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/northbridge/intel/x4x/memmap.h b/src/northbridge/intel/x4x/memmap.h
new file mode 100644
index 0000000000..e4aafffbf6
--- /dev/null
+++ b/src/northbridge/intel/x4x/memmap.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
+#ifndef X4X_MEMMAP_H
+#define X4X_MEMMAP_H
+
+#define DEFAULT_MCHBAR 0xfed14000 /* 16 KB */
+#define DEFAULT_DMIBAR 0xfed18000 /* 4 KB */
+#define DEFAULT_EPBAR 0xfed19000 /* 4 KB */
+#define DEFAULT_HECIBAR 0xfed10000
+
+#define TPM_BASE_ADDRESS 0xfed40000
+
+#endif /* X4X_MEMMAP_H */