summaryrefslogtreecommitdiffstats
path: root/src/include/usr/isteps/pm/occCheckstop.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/isteps/pm/occCheckstop.H')
-rw-r--r--src/include/usr/isteps/pm/occCheckstop.H6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/usr/isteps/pm/occCheckstop.H b/src/include/usr/isteps/pm/occCheckstop.H
index 026c8db55..edb4b4ab3 100644
--- a/src/include/usr/isteps/pm/occCheckstop.H
+++ b/src/include/usr/isteps/pm/occCheckstop.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014,2017 */
+/* Contributors Listed Below - COPYRIGHT 2014,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -47,6 +47,10 @@ namespace HBOCC
NOT_FIR_MASTER = 0x00000000,
IS_FIR_MASTER = 0x00000001,
+ // SMF Mode
+ SMF_MODE_DISABLED = 0x00000000,
+ SMF_MODE_ENABLED = 0x00000001,
+
// SRAM Addresses for OCC Main App and GPE0 app
OCC_405_SRAM_ADDRESS = 0xFFF40000,
OCC_GPE0_SRAM_ADDRESS = 0xFFF01000,
OpenPOWER on IntegriCloud