summaryrefslogtreecommitdiffstats
path: root/import
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2019-05-17 01:28:47 -0500
committerhostboot <hostboot@us.ibm.com>2019-12-19 03:58:19 -0600
commit04f9cd2bc64bb174189a8e2fdb024ebd9ec43ed9 (patch)
treeba560abd8a28d30a5d01192d79cc9f1ed52d125e /import
parent9658287fcf76e515981e4c9699e51ee0a220ab86 (diff)
downloadtalos-hcode-04f9cd2bc64bb174189a8e2fdb024ebd9ec43ed9.tar.gz
talos-hcode-04f9cd2bc64bb174189a8e2fdb024ebd9ec43ed9.zip
Img Build: Updated STOP API version to reflect SPR self save availability.
Commit version field of associated with self save restore and cpu save API. This is part of the solution identified to address version mismatch and missing commits pertaining to STOP on open power side. Change-Id: I462d84b13e93752813fc2e4bb32d0ee7753ed6ac Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77523 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: Gregory S Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import')
-rw-r--r--import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H b/import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H
index 7417d69a..968d8184 100644
--- a/import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H
+++ b/import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H
@@ -461,6 +461,13 @@ HCD_CONST(CME_QUAD_PSTATE_SIZE, HALF_KB)
HCD_CONST(CME_REGION_SIZE, (64 * ONE_KB))
+
+// HOMER compatibility
+
+HCD_CONST(STOP_API_CPU_SAVE_VER, 0x02)
+HCD_CONST(SELF_SAVE_RESTORE_VER, 0x02)
+HCD_CONST(SMF_SUPPORT_SIGNATURE_OFFSET, 0x1300)
+HCD_CONST(SMF_SELF_SIGNATURE, (0x5f534d46))
// Debug
HCD_CONST(CPMR_TRACE_REGION_OFFSET, (512 * ONE_KB))
OpenPOWER on IntegriCloud