Skip to content

Commit d1862ef

Browse files
Jenny Huynhop-jenkins
authored andcommitted
Make COREFIR(63) unit checkstop for Cumulus
Change-Id: Iee9a8eac390f24a3902970441321dede0ebeae2b CQ:HW509193 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/85361 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Kevin F Reick <reick@us.ibm.com> Reviewed-by: Joseph J McGill <jmcgill@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
1 parent 925882f commit d1862ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_hcd_core_scominit.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* */
66
/* OpenPOWER HCODE Project */
77
/* */
8-
/* COPYRIGHT 2015,2018 */
8+
/* COPYRIGHT 2015,2019 */
99
/* [+] International Business Machines Corp. */
1010
/* */
1111
/* */
@@ -78,8 +78,8 @@ p9_hcd_core_scominit(uint32_t core)
7878
CME_PUTSCOM(CORE_ACTION1, core, 0xA854009775100000);
7979
CME_PUTSCOM(CORE_FIRMASK, core, 0x0301D70000AB76FE);
8080
#else
81-
CME_PUTSCOM(CORE_ACTION0, core, 0x14A800408A000040);
82-
CME_PUTSCOM(CORE_ACTION1, core, 0xBCFC00D7FF100040);
81+
CME_PUTSCOM(CORE_ACTION0, core, 0x14A800408A000041);
82+
CME_PUTSCOM(CORE_ACTION1, core, 0xBCFC00D7FF100041);
8383
CME_PUTSCOM(CORE_FIRMASK, core, 0x0301D70000AB76BE);
8484

8585
// set mask for core_cs_recovery_handshake

0 commit comments

Comments
 (0)