aboutsummaryrefslogtreecommitdiff
path: root/hw/sbe-p9.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/sbe-p9.c')
-rw-r--r--hw/sbe-p9.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/sbe-p9.c b/hw/sbe-p9.c
index 24ed91b..ae5aacb 100644
--- a/hw/sbe-p9.c
+++ b/hw/sbe-p9.c
@@ -952,6 +952,9 @@ void p9_sbe_terminate(void)
if (!is_mpipl_enabled())
return;
+ /* Save crashing CPU details */
+ opal_mpipl_save_crashing_pir();
+
/* Unregister flash. It will request BMC MBOX reset */
if (!flash_unregister()) {
prlog(PR_DEBUG, "Failed to reset BMC MBOX\n");