[Skiboot] [PATCH 1/2] p9_stop_api: EQ SCOM Restore: Introduced version control in SCOM restore entry.

Stewart Smith stewart at linux.vnet.ibm.com
Fri Dec 1 08:16:38 AEDT 2017


From: Prem Shanker Jha <premjha2 at in.ibm.com>

    - introduces version control in header of SCOM restore entry
    - ensures backward compatibility
    - introduces flexibility to handle any number of SCOM restore entry.

Key_Cronus_Test=NO_TEST

CQ:HW423686
HW-Image-Prereq: Ie1611b009e95192a0dad3a47af14ef8a36dd454b
Change-Id: I781b0862dc983001574ba5f09a84ea0a2f7f781f
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48793
Tested-by: Jenkins Server <pfd-jenkins+hostboot at us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot at us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot at us.ibm.com>
Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr at in.ibm.com>
Reviewed-by: Gregory S. Still <stillgs at us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer at us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48795
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot at us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell at us.ibm.com>
(cherry picked from hostboot commit 04846f139458c34b6b35824f2a63876fe75daf06)
Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
---
 libpore/p9_hcd_memmap_base.H | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libpore/p9_hcd_memmap_base.H b/libpore/p9_hcd_memmap_base.H
index 6e3b54d49817..852692b6f471 100644
--- a/libpore/p9_hcd_memmap_base.H
+++ b/libpore/p9_hcd_memmap_base.H
@@ -56,7 +56,7 @@ HCD_CONST64(PPMR_MAGIC_NUMBER,                  ULL(0x50504d525f312e30))  // PPM
 HCD_CONST64(PGPE_MAGIC_NUMBER,                  ULL(0x504750455F312E30))  // PGPE_1.0
 
 HCD_CONST(CME_BUILD_VERSION,                    0x001) // CME__1.0
-HCD_CONST(SGPE_BUILD_VERSION,                   0x001) // SGPE_1.0
+HCD_CONST(SGPE_BUILD_VERSION,                   0x002) // SGPE_1.0
 HCD_CONST(PGPE_BUILD_VERSION,                   0x001) // PGPE_1.0
 
 HCD_CONST64(CPMR_MAGIC_NUMBER_BASE,                  ULL(0x43504d525f302e30))  // CPMR_0.0
@@ -416,7 +416,6 @@ HCD_CONST(CPMR_DEBUG_REGION_OFFSET,             CPMR_TRACE_REGION_OFFSET + CPMR_
 HCD_CONST(CPMR_DEBUG_REGION_SIZE,               (64 * ONE_KB)) // 192K + 64K = 256K
 
 
-
 //---------------------------------------------------------------------------------------
 
 /// PPMR Header
-- 
2.14.3



More information about the Skiboot mailing list