summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/ppe/pk/ppe42/ppe42.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/ppe/pk/ppe42/ppe42.h')
-rw-r--r--src/import/chips/p9/procedures/ppe/pk/ppe42/ppe42.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/ppe/pk/ppe42/ppe42.h b/src/import/chips/p9/procedures/ppe/pk/ppe42/ppe42.h
index 18ee3fdf..d1be9935 100644
--- a/src/import/chips/p9/procedures/ppe/pk/ppe42/ppe42.h
+++ b/src/import/chips/p9/procedures/ppe/pk/ppe42/ppe42.h
@@ -428,7 +428,12 @@ uint32_t __pk_panic_dbcr = DBCR_RST_HALT;
/// the 'panic' macros and the default DBCR0 setup.
#ifndef PPE42_DBCR_INITIAL
-#define PPE42_DBCR_INITIAL DBCR_TRAP
+#define PPE42_DBCR_INITIAL (DBCR_TRAP | DBCR_IACE)
+#endif
+
+
+#ifndef PPE42_DACR_INITIAL
+#define PPE42_DACR_INITIAL 0
#endif
/// This is the value of the MSR used during initialization. Once PK threads
OpenPOWER on IntegriCloud