aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/pineview/memmap.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-09-15 00:48:16 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-09-17 19:59:48 +0000
commitd25e2f6c80fbeca955fe698ad6822e4bf598ebd2 (patch)
tree26ae5fadbc1477d9d050e10e88f47226797aa821 /src/northbridge/intel/pineview/memmap.h
parent298d34d8ffae14fb5fe154dc6c5e7abfa69a7061 (diff)
nb/intel/pineview/iomap.h: Rename to memmap.h
It primarily contains definitions for MMIO windows. Change-Id: I8cd639c8c7d400a5bfd73735113dd27dd6f948e6 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45385 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/northbridge/intel/pineview/memmap.h')
-rw-r--r--src/northbridge/intel/pineview/memmap.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/northbridge/intel/pineview/memmap.h b/src/northbridge/intel/pineview/memmap.h
new file mode 100644
index 0000000000..50ede0b717
--- /dev/null
+++ b/src/northbridge/intel/pineview/memmap.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
+#ifndef PINEVIEW_MEMMAP_H
+#define PINEVIEW_MEMMAP_H
+
+#define DEFAULT_MCHBAR 0xfed14000 /* 16 KB */
+#define DEFAULT_DMIBAR 0xfed18000 /* 4 KB */
+#define DEFAULT_EPBAR 0xfed19000 /* 4 KB */
+#define DEFAULT_PMIOBAR 0x00000400
+
+#endif /* PINEVIEW_MEMMAP_H */