summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/arch/memorymap.H3
-rw-r--r--src/include/usr/mmio/mmio_reasoncodes.H3
2 files changed, 4 insertions, 2 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
*/
diff --git a/src/include/usr/mmio/mmio_reasoncodes.H b/src/include/usr/mmio/mmio_reasoncodes.H
index 7e2481934..86ff60b5b 100644
--- a/src/include/usr/mmio/mmio_reasoncodes.H
+++ b/src/include/usr/mmio/mmio_reasoncodes.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2018 */
+/* Contributors Listed Below - COPYRIGHT 2011,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -51,6 +51,7 @@ namespace MMIO
RC_BAD_MMIO_READ = MMIO_COMP_ID | 0x08,
RC_BAD_MMIO_WRITE = MMIO_COMP_ID | 0x09,
RC_PROC_NOT_FOUND = MMIO_COMP_ID | 0x0A,
+ RC_BAR_OFFSET_MISMATCH = MMIO_COMP_ID | 0x0B,
};
};
OpenPOWER on IntegriCloud