Skip to content

Commit 04729f8

Browse files
zane131A. Patrick Williams III
authored andcommitted
PRD: add support for SW initiated reboot with diagnostics
Change-Id: Idaeed661f5004806cd77ccf90b29d296f80c8267 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19392 Tested-by: Jenkins Server Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: BENJAMIN J. WEISENBECK <bweisenb@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19500 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW
1 parent a2f2c67 commit 04729f8

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

src/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,10 +1182,22 @@ group gPbWestEastFir filter singlebit
11821182
*/
11831183
(PbWestFir, bit(29|30|31)) ? defaultMaskedError;
11841184

1185-
/** PBEASTFIR[29|30|31]
1186-
* PB_EAST_FIR_SPARE_0,1 and 2
1187-
*/
1188-
(PbEastFir, bit(29|30|31)) ? defaultMaskedError;
1185+
/** PBEASTFIR[29|30]
1186+
* PB_EAST_FIR_SPARE
1187+
*/
1188+
(PbEastFir, bit(29|30)) ? defaultMaskedError;
1189+
1190+
/** PBEASTFIR[31]
1191+
* SW initiated reboot with diagnostics
1192+
*/
1193+
# Intended to be used by OPAL to initiate a reboot if there is an issue like
1194+
# a memory UE that prevents OPAL to continue loading. Generally, PRD should
1195+
# be able to isolate to the memory UE and blame that as the root cause,
1196+
# however, it is possible there are no hardware errors and OPAL just needs
1197+
# to force a reboot. Therefore, the callout will be 2nd Level Support. It is
1198+
# possible that PRD may need to force memory diagnostics on all memory but
1199+
# that is not a requirement at this time.
1200+
(PbEastFir, bit(31)) ? callout2ndLvlMedThr1;
11891201

11901202
/** PBWESTFIR[32]
11911203
* FIR_SCOM_WEST_ERR

0 commit comments

Comments
 (0)