summaryrefslogtreecommitdiffstats
path: root/src/include/arch/memorymap.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/arch/memorymap.H')
-rw-r--r--src/include/arch/memorymap.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/arch/memorymap.H b/src/include/arch/memorymap.H
index a25bcb62d..7b75f6363 100644
--- a/src/include/arch/memorymap.H
+++ b/src/include/arch/memorymap.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2017,2018 */
+/* Contributors Listed Below - COPYRIGHT 2017,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -38,6 +38,7 @@
constexpr uint64_t MMIO_OFFSET_PER_CHIP = (4*TERABYTE); //0x40000000000
constexpr uint64_t MMIO_OFFSET_PER_GROUP = (32*TERABYTE); //0x200000000000
+constexpr uint64_t MMIO_BASE = 0x6000000000000;
/**
* @brief Compute MMIO value for a given chip and base value
*/
OpenPOWER on IntegriCloud