From 9f49d11b83bfbc8c626474262ccaac4560ba0947 Mon Sep 17 00:00:00 2001 From: Raja Das Date: Tue, 29 May 2018 00:31:05 -0500 Subject: [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 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes Reviewed-by: Daniel M. Crowell --- src/include/runtime/interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/runtime') diff --git a/src/include/runtime/interface.h b/src/include/runtime/interface.h index 3d5cba1f4..de00eb271 100644 --- a/src/include/runtime/interface.h +++ b/src/include/runtime/interface.h @@ -151,6 +151,7 @@ enum HbrtRcPiberr_t #define HBRT_RSVD_MEM__SBE_FFDC "ibm,sbe-ffdc" #define HBRT_RSVD_MEM__SECUREBOOT "ibm,secure-crypt-algo-code" #define HBRT_RSVD_MEM__DATA "ibm,hbrt-data" +#define HBRT_RSVD_MEM__ARCH_REG "ibm,arch-reg-data" // Aligned reserved memory size for Opal #define HBRT_RSVD_MEM_OPAL_ALIGN 64*KILOBYTE -- cgit v1.2.1