Skip to content

Commit

Permalink
PRD: Cumulus Add PLL Slave Error Regs
Browse files Browse the repository at this point in the history
Change-Id: I22be3cdc538624980aeb958725245071925f0e7a
CQ: SW470335
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77690
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Benjamen G. Tyner <ben.tyner@ibm.com>
Reviewed-by: Paul Greenwood <paul.greenwood@ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81061
Reviewed-by: Zane C Shelley <zshelle@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
  • Loading branch information
cnpalmer authored and zane131 committed Jul 30, 2019
1 parent e659585 commit ddf90e5
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/usr/diag/prdf/common/plat/cumulus/cumulus_mc_regs.rule
Expand Up @@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
# Contributors Listed Below - COPYRIGHT 2018
# Contributors Listed Below - COPYRIGHT 2018,2019
# [+] International Business Machines Corp.
#
#
Expand Down Expand Up @@ -50,3 +50,20 @@
capture group default;
};

############################################################################
# PCB Slave Error Regs
############################################################################

register MC_ERROR_REG
{
name "MC PCB Slave error reg";
scomaddr 0x070F001F;
capture group PllFIRs;
};

register MC_CONFIG_REG
{
name "MC PCB Slave config reg";
scomaddr 0x070F001E;
capture group PllFIRs;
};

0 comments on commit ddf90e5

Please sign in to comment.