summaryrefslogtreecommitdiffstats
path: root/src/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/rt_main.C7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/runtime/rt_main.C b/src/runtime/rt_main.C
index bb0d43d70..19a15e518 100644
--- a/src/runtime/rt_main.C
+++ b/src/runtime/rt_main.C
@@ -132,6 +132,13 @@ runtimeInterfaces_t* rt_start(hostInterfaces_t* intf)
postInitCalls_t* rtPost = getPostInitCalls();
rtPost->callApplyTempOverrides();
+ // load FIRDATA section into memory so PRD can access
+ // when PNOR is no longer accessible (ie SBE reboot)
+ rtPost->callInitPnor();
+
+ // Make sure errlmanager is ready
+ rtPost->callInitErrlManager();
+
// check for possible missed in-flight messages/interrupts
rtPost->callClearPendingSbeMsgs();
OpenPOWER on IntegriCloud