summaryrefslogtreecommitdiffstats
path: root/src/sbefw/core/sbeSecureMemRegionManager.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/core/sbeSecureMemRegionManager.H')
-rw-r--r--src/sbefw/core/sbeSecureMemRegionManager.H11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/sbefw/core/sbeSecureMemRegionManager.H b/src/sbefw/core/sbeSecureMemRegionManager.H
index 1d5fc4bd..c049fc2c 100644
--- a/src/sbefw/core/sbeSecureMemRegionManager.H
+++ b/src/sbefw/core/sbeSecureMemRegionManager.H
@@ -5,7 +5,8 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2017 */
+/* Contributors Listed Below - COPYRIGHT 2017,2018 */
+/* [+] International Business Machines Corp. */
/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
@@ -41,12 +42,9 @@ typedef struct
uint32_t mode;
} secureMemRegion_t;
-// OCC SRAM Command buffer
+// OCC SRAM Command buffer ( R/W access )
constexpr uint64_t OCC_CMD_ADDR = 0xFFFBE000ull;
constexpr uint32_t OCC_CMD_SIZE = 0xFFFBEFFF - 0xFFFBE000;
-// OCC SRAM Response buffer
-constexpr uint64_t OCC_RESP_ADDR = 0xFFFBF000ull;
-constexpr uint32_t OCC_RESP_SIZE = 0xFFFBFFFF- 0xFFFBF000;
class SBESecureMemRegionManager
{
@@ -130,9 +128,6 @@ class SBEOccSramSecMemRegionManager : public SBESecureMemRegionManager
OCC_CMD_SIZE,
static_cast<uint8_t>( memRegionMode::WRITE) |
static_cast<uint8_t>(memRegionMode::READ));
- add(OCC_RESP_ADDR,
- OCC_RESP_SIZE,
- static_cast<uint8_t>(memRegionMode::READ));
}
// Disable copy constructors
OpenPOWER on IntegriCloud