Skip to content

Commit

Permalink
PRD: Scrubbed registers captured in OP checkstop analysis
Browse files Browse the repository at this point in the history
There were several registers in the list that did not exist in PRD
analysis. Some were causing SCOM error in test. Those were removed.
Created RTC 177480 to readd the registers if actually needed.

Change-Id: I4d3e01e06c617d76e7f5f804d99a2ba3c91c35fa
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43344
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43359
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
  • Loading branch information
zane131 committed Jul 20, 2017
1 parent 553e252 commit 152aabb
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 152 deletions.
6 changes: 3 additions & 3 deletions src/usr/diag/prdf/common/plat/p9/p9_ec_regs.rule
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
# Contributors Listed Below - COPYRIGHT 2016
# Contributors Listed Below - COPYRIGHT 2016,2017
# [+] International Business Machines Corp.
#
#
Expand Down Expand Up @@ -33,14 +33,14 @@
register EC_CONFIG_REG
{
name "EC Chiplet PCB SLAVE CONFIG REG";
scomaddr 0x100F001E;
scomaddr 0x200F001E;
capture group PllFIRs;
};

register EC_ERROR_REG
{
name "EC Chiplet PCB SLAVE ERROR REG";
scomaddr 0x100F001F;
scomaddr 0x200F001F;
capture group PllFIRs;
};

4 changes: 2 additions & 2 deletions src/usr/diag/prdf/common/plat/p9/p9_eq_regs.rule
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
register EQ_ERROR_REG
{
name "EQ PCB Slave error reg";
scomaddr 0x130F001F;
scomaddr 0x100F001F;
capture group PllFIRs;
};

register EQ_CONFIG_REG
{
name "EQ PCB Slave config reg";
scomaddr 0x130F001E;
scomaddr 0x100F001E;
capture group PllFIRs;
};

0 comments on commit 152aabb

Please sign in to comment.