summaryrefslogtreecommitdiffstats
path: root/src/sbefw
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw')
-rw-r--r--src/sbefw/app/power/ipl_table.C8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/sbefw/app/power/ipl_table.C b/src/sbefw/app/power/ipl_table.C
index c282d151..2281e6e7 100644
--- a/src/sbefw/app/power/ipl_table.C
+++ b/src/sbefw/app/power/ipl_table.C
@@ -815,6 +815,10 @@ ReturnCode istepWithExL2Flush( voidfuncptr_t i_hwp)
// Enable this code back once stop states are enabled
// This is temporary hack to debug SW422447
// continue;
+ SBE_ERROR(SBE_FUNC "Ex chipletId [%d] not l2 scomable, so no purge",
+ exTgt.getChipletNumber());
+ rc = fapi2::FAPI2_RC_PLAT_ERR_SEE_DATA | 0x11;
+ break;
}
p9core::purgeData_t l_purgeData;
SBE_EXEC_HWP(rc,
@@ -872,6 +876,10 @@ ReturnCode istepWithExL3Flush( voidfuncptr_t i_hwp)
// Enable this code back once stop states are enabled
// This is temporary hack to debug SW422447
// continue;
+ SBE_INFO(SBE_FUNC "Ex chipletId [%d] not l2 scomable, so no purge",
+ exTgt.getChipletNumber());
+ rc = fapi2::FAPI2_RC_PLAT_ERR_SEE_DATA | 0x12;
+ break;
}
SBE_EXEC_HWP(rc, reinterpret_cast<sbeIstepHwpExL3Flush_t>(i_hwp),
OpenPOWER on IntegriCloud