summaryrefslogtreecommitdiffstats
path: root/src/import/chips
diff options
context:
space:
mode:
authorSoma BhanuTej <soma.bhanu@in.ibm.com>2018-01-24 05:07:43 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-01-26 00:22:45 -0500
commit699a2315f4ac2fde790be769797c57f09207125b (patch)
tree401ea2fd19949375cbdd6ce98885ec930be84a59 /src/import/chips
parent095e608c7f68eeac89d277da09b48ffa71b49230 (diff)
downloadtalos-sbe-699a2315f4ac2fde790be769797c57f09207125b.tar.gz
talos-sbe-699a2315f4ac2fde790be769797c57f09207125b.zip
Make SBE errors recoverable - p9_sbe_common
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
Diffstat (limited to 'src/import/chips')
-rw-r--r--src/import/chips/p9/procedures/hwp/perv/p9_sbe_common.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/perv/p9_sbe_common.C b/src/import/chips/p9/procedures/hwp/perv/p9_sbe_common.C
index 672fbd7b..2d777446 100644
--- a/src/import/chips/p9/procedures/hwp/perv/p9_sbe_common.C
+++ b/src/import/chips/p9/procedures/hwp/perv/p9_sbe_common.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2017 */
+/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -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
@@ -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
OpenPOWER on IntegriCloud