Skip to content

Commit 214ef8b

Browse files
premsjhaop-jenkins
authored andcommitted
HWP: Fixed HV-UV and UV transition during STOP entry in case of LE.
In case of LE Hyp in PEF environment, during STOP entry, core must transition from HV to UV and LE to BE before it can accomplish SPR self save. Commit handles transition of LE to BE and executes SC2 in BE. Incase of BE core, LE-BE transition instructions act as NOP and core executes SC2 for HV-UV transition. Change-Id: Id0e67f5ba0aa040abba4f7c033da4fb1b25407f1 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/86779 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: Gregory S Still <stillgs@us.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
1 parent 90a6228 commit 214ef8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* */
66
/* OpenPOWER HCODE Project */
77
/* */
8-
/* COPYRIGHT 2015,2019 */
8+
/* COPYRIGHT 2015,2020 */
99
/* [+] International Business Machines Corp. */
1010
/* */
1111
/* */
@@ -465,7 +465,7 @@ HCD_CONST(CME_REGION_SIZE, (64 * ONE_KB))
465465
// HOMER compatibility
466466

467467
HCD_CONST(STOP_API_CPU_SAVE_VER, 0x02)
468-
HCD_CONST(SELF_SAVE_RESTORE_VER, 0x02)
468+
HCD_CONST(SELF_SAVE_RESTORE_VER, 0x03)
469469
HCD_CONST(SMF_SUPPORT_SIGNATURE_OFFSET, 0x1300)
470470
HCD_CONST(SMF_SELF_SIGNATURE, (0x5f534d46))
471471
// Debug

0 commit comments

Comments
 (0)