Skip to content

Commit

Permalink
Make SBE errors recoverable - p9_sbe_common
Browse files Browse the repository at this point in the history
Change-Id: I145734f290153eb6f7bc9810917026260d490260
CQ: SW413535
Backport: release-fips910
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52513
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@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>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52521
  • Loading branch information
Soma BhanuTej authored and sgupta2m committed Jan 26, 2018
1 parent 095e608 commit 699a231
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/import/chips/p9/procedures/hwp/perv/p9_sbe_common.C
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -76,7 +76,7 @@ const uint64_t PERV_LFIR_ACTION0[15] =

const uint64_t PERV_LFIR_ACTION1[15] =
{
0xF00007C000000000ULL, // TP
0xF000042000000000ULL, // TP
0xF000000000000000ULL, // N0
0xF000000000000000ULL, // N1
0xF000000000000000ULL, // N2
Expand All @@ -95,7 +95,7 @@ const uint64_t PERV_LFIR_ACTION1[15] =

const uint64_t PERV_LFIR_MASK[15] =
{
0x0FFFB82BFC400000ULL, // TP
0x0FFFBBDFFC400000ULL, // TP
0x0FFFFFFFFFC00000ULL, // N0
0x0FFFFFFFFFC00000ULL, // N1
0x0FFFFFFFFFC00000ULL, // N2
Expand Down

0 comments on commit 699a231

Please sign in to comment.