Skip to content

Commit fa4a985

Browse files
zane131A. Patrick Williams III
authored andcommitted
PRD: Removed unneeded registers from OCC CS analysis
Change-Id: Ifbd68ad9d17d5edb08711b5561434b13e3e01987 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18996 Tested-by: Jenkins Server Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: BENJAMIN J. WEISENBECK <bweisenb@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/19068 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW
1 parent a7887a2 commit fa4a985

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/usr/diag/prdf/occ_firdata/prdfWriteHomerFirData.C

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ static uint32_t proc_reg[] =
133133
0x09012800, // PCICLOCKFIR_2
134134

135135
// PLL registers
136-
0x00001007, // CFAM_FSI_STATUS
137-
0x00002816, // CFAM_FSI_GP7
138136
0x00050019, // PCIE_OSC_SWITCH
139137
0x01020019, // OSCERR
140138

@@ -192,7 +190,7 @@ static uint32_t proc_reg[] =
192190
0x020130A3, // NXCQFIR_ERROR_REPORT_1
193191
0x020130EB, // NXASFIR_IN_ERROR_HOLD_REPORT
194192
0x020130FF, // NXASFIR_ERROR_HOLD_REPORT
195-
0x0201314E, // NXASFIR_EG_ERROR_HOLD_REPORT
193+
//0x0201314E, // NXASFIR_EG_ERROR_HOLD_REPORT (Murano DD1.0 only)
196194
0x0201314F, // NXASFIR_CE_HOLD_REPORT
197195
0x02013419, // MCDFIR_ERROR_REPORT
198196
0x020F001E, // PB_CONFIG_REG
@@ -369,9 +367,6 @@ static uint32_t memb_reg[] =
369367
0x02010880, // NESTFBISTFIR
370368
0x0201141e, // MBSSECUREFIR
371369

372-
// PLL registers
373-
0x00001007, // CFAM_FSI_STATUS
374-
375370
// c_err_rpt and extra FFDC registers
376371
0x01030009, // TP_ERROR_STATUS
377372
0x0201080F, // MBIERPT

0 commit comments

Comments
 (0)