Skip to content

Commit

Permalink
Revert Tempopary fix to fail MPIPL if Cache is not scommable
Browse files Browse the repository at this point in the history
This reverts commit 104a5bd.

Change-Id: Idf0b24a4704be3b3096f4c880d8a9ccccc13ed13
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58335
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
sgupta2m committed May 4, 2018
1 parent 104a5bd commit 9dc8c3e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/sbefw/app/power/ipl_table.C
Original file line number Diff line number Diff line change
Expand Up @@ -815,10 +815,6 @@ 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,
Expand Down Expand Up @@ -876,10 +872,6 @@ 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),
Expand Down

0 comments on commit 9dc8c3e

Please sign in to comment.