diff options
author | Caleb Palmer <cnpalmer@us.ibm.com> | 2018-11-05 16:05:37 -0600 |
---|---|---|
committer | Zane C. Shelley <zshelle@us.ibm.com> | 2018-11-09 09:53:03 -0600 |
commit | 7d4f360d16e2c8f734d361486e7334f2d31f9a20 (patch) | |
tree | 48819db3d2c422c0359b062b413f32945c585447 /src/usr/diag/mdia/mdiafwd.H | |
parent | 40039bb5fddf5efd1b01429ef011b68be999dce3 (diff) | |
download | talos-hostboot-7d4f360d16e2c8f734d361486e7334f2d31f9a20.tar.gz talos-hostboot-7d4f360d16e2c8f734d361486e7334f2d31f9a20.zip |
MDIA: Initial Axone/OCMB updates
Change-Id: Ifd1c78e5a777431731707103da1d816fd77e9e86
RTC: 199041
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68426
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
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>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Diffstat (limited to 'src/usr/diag/mdia/mdiafwd.H')
-rw-r--r-- | src/usr/diag/mdia/mdiafwd.H | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/usr/diag/mdia/mdiafwd.H b/src/usr/diag/mdia/mdiafwd.H index 64fbf7887..e3395781e 100644 --- a/src/usr/diag/mdia/mdiafwd.H +++ b/src/usr/diag/mdia/mdiafwd.H @@ -96,6 +96,20 @@ enum MCBIST_FIR_ACT0 = 0x07012306, MCBIST_FIR_ACT1 = 0x07012307, + // ocmb mcbist unit regs + OCMB_MCBIST_FIR = 0x08011800, + OCMB_MCBIST_FIR_AND = 0x08011801, + OCMB_MCBIST_FIR_MASK = 0x08011803, + OCMB_MCBIST_FIR_ACT0 = 0x08011806, + OCMB_MCBIST_FIR_ACT1 = 0x08011807, + + // ocmb omidlfir unit regs + OMIDLFIR = 0x07013340, + OMIDLFIR_AND = 0x07013341, + OMIDLFIR_MASK = 0x07013343, + OMIDLFIR_ACT0 = 0x07013346, + OMIDLFIR_ACT1 = 0x07013347, + // mcs unit regs CHI_FIR = 0x07010900, CHI_FIR_MASK = 0x07010903, |