Skip to content

Commit

Permalink
PRD: Axone Dynamic Mem Dealloc Addr Translate Port Addr
Browse files Browse the repository at this point in the history
Change-Id: Iefc25ed1fa063078b180d3d2fcf4e1d862481d40
RTC: 199036
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/86747
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: Zane C Shelley <zshelle@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/88204
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
cnpalmer authored and zane131 committed Dec 6, 2019
1 parent 5743467 commit bcdae9c
Show file tree
Hide file tree
Showing 3 changed files with 357 additions and 78 deletions.
56 changes: 44 additions & 12 deletions src/usr/diag/prdf/common/plat/axone/axone_mi_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 @@ -48,34 +48,66 @@
capture group default;
};

register MCFGP
register MCFGP0
{
name "MCFGP";
scomaddr 0x501080A;
name "MCFGP0";
scomaddr 0x0501080A;
capture group default;
capture group MirrorConfig;
};

register MCFGPA
register MCFGP1
{
name "MCFGPA";
name "MCFGP1";
scomaddr 0x0501080B;
capture group default;
capture group MirrorConfig;
};

register MCFGPM
register MCFGP0A
{
name "MCFGPM";
scomaddr 0x501080C;
name "MCFGP0A";
scomaddr 0x0501080E;
capture group default;
capture group MirrorConfig;
};

register MCFGPMA
register MCFGP1A
{
name "MCFGPMA";
scomaddr 0x0501080D;
name "MCFGP1A";
scomaddr 0x0501080F;
capture group default;
capture group MirrorConfig;
};

register MCFGPM0
{
name "MCFGPM0";
scomaddr 0x5010820;
capture group default;
capture group MirrorConfig;
};

register MCFGPM0A
{
name "MCFGPM0A";
scomaddr 0x05010821;
capture group default;
capture group MirrorConfig;
};

register MCFGPM1
{
name "MCFGPM1";
scomaddr 0x5010830;
capture group default;
capture group MirrorConfig;
};

register MCFGPM1A
{
name "MCFGPM1A";
scomaddr 0x05010831;
capture group default;
capture group MirrorConfig;
};
21 changes: 21 additions & 0 deletions src/usr/diag/prdf/common/plat/explorer/explorer_ocmb_regs.rule
Expand Up @@ -448,6 +448,27 @@
capture group default;
};

register MC_ADDR_TRANS
{
name "P9 OCMB target address translation register0";
scomaddr 0x0801186F;
capture group default;
};

register MC_ADDR_TRANS1
{
name "P9 OCMB target address translation register1";
scomaddr 0x08011870;
capture group default;
};

register MC_ADDR_TRANS2
{
name "P9 OCMB target address translation register2";
scomaddr 0x08011871;
capture group default;
};

############################################################################
# Interrupt status register
############################################################################
Expand Down

0 comments on commit bcdae9c

Please sign in to comment.