aboutsummaryrefslogtreecommitdiff
path: root/include/nx.h
diff options
context:
space:
mode:
authorHaren Myneni <haren@linux.ibm.com>2021-08-04 12:51:02 +0530
committerVasant Hegde <hegdevasant@linux.vnet.ibm.com>2021-08-06 12:23:35 +0530
commit1cf5e13ae554cadeb1abedd9c5cafc0d7bd56a16 (patch)
treebfbbf3848d8198d5ffb705cd5455c580403563b3 /include/nx.h
parent7734813aa6802e3fbf9434506ab480b0b6d20c2d (diff)
downloadskiboot-1cf5e13ae554cadeb1abedd9c5cafc0d7bd56a16.zip
skiboot-1cf5e13ae554cadeb1abedd9c5cafc0d7bd56a16.tar.gz
skiboot-1cf5e13ae554cadeb1abedd9c5cafc0d7bd56a16.tar.bz2
NX: Set VAS RMA write BAR register on P10
For each NX instance, VAS RMA write BAR register should be set with the corresponding VAS RMA BAR value. Refer section: 5.30 VAS RMA write BAR (P10 NX work Book V1.01) Signed-off-by: Haren Myneni <haren@linux.ibm.com> Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Diffstat (limited to 'include/nx.h')
-rw-r--r--include/nx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/nx.h b/include/nx.h
index 5734e24..c42d165 100644
--- a/include/nx.h
+++ b/include/nx.h
@@ -141,6 +141,9 @@
#define NX_P9_ERAT_STATUS_CTRL NX_P9_SAT(0x3, 0x16)
+/* Introduced in P10, but P10 NX SCOM address is same as P9 */
+#define NX_P10_VAS_RMA_WRITE_BAR NX_P9_SAT(0x3, 0x19)
+
/* NX Status Register */
#define NX_P8_STATUS NX_P8_SAT(0x1, 0x00)
#define NX_P9_STATUS NX_P9_SAT(0x1, 0x00) /* DMA Status register */