summaryrefslogtreecommitdiffstats
path: root/src/include/usr/sbeio/sbeioif.H
diff options
context:
space:
mode:
authorRaja Das <rajadas2@in.ibm.com>2018-05-29 00:31:05 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-07-20 13:14:05 -0500
commit9f49d11b83bfbc8c626474262ccaac4560ba0947 (patch)
tree9430e7b70f22af56be9bacd269a1b611f1c8421e /src/include/usr/sbeio/sbeioif.H
parent529bf938bf0ee224f01ed8a2c28fe74729042fd1 (diff)
downloadtalos-hostboot-9f49d11b83bfbc8c626474262ccaac4560ba0947.tar.gz
talos-hostboot-9f49d11b83bfbc8c626474262ccaac4560ba0947.zip
[ARCH_REG 2] Enable architected register data reserve in the host
Keep a reserve space for each proc where sbe can dump all the architected register state data, which host will use to build the hdat in mpipl path. Host will pass on this address to each SBE in the stash after calculating the respective offset basis the proc. Change-Id: Ia78c2ecaaa8967c1aac13913272ce6f2ea427b5d Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/59534 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: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/sbeio/sbeioif.H')
-rw-r--r--src/include/usr/sbeio/sbeioif.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/sbeio/sbeioif.H b/src/include/usr/sbeio/sbeioif.H
index 9376f7b22..1da44c646 100644
--- a/src/include/usr/sbeio/sbeioif.H
+++ b/src/include/usr/sbeio/sbeioif.H
@@ -45,6 +45,7 @@ namespace SBEIO
// reusing this could break backwards
// compatibility
RELOC_PAYLOAD_ADDR = 0x03,
+ ARCH_REG_DATA_ADDR = 0x04,
//On SBE side struct is defaulted so that
//Keys are 0xFF and Vals are 0xFFFFFFFFFFFFFFFF
//So a key w/ FF means its empty or at its default val
OpenPOWER on IntegriCloud