Skip to content

Commit

Permalink
p9_sbe_common -- mark TP LFIR bits 18:20 recoverable
Browse files Browse the repository at this point in the history
Change-Id: I641636e54dcc615cdf8f2de6f43d6878275113bf
CQ: SW427932
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59869
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: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59894
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
jjmcgill authored and dcrowell77 committed Jun 15, 2018
1 parent cbfc8c2 commit 14d009a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/import/chips/p9/procedures/hwp/perv/p9_sbe_common.C
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const uint64_t PERV_LFIR_ACTION0[15] =

const uint64_t PERV_LFIR_ACTION1[15] =
{
0xF000042003800000ULL, // TP
0xF0003C2003800000ULL, // 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] =
{
0x0FFFBBFFFFC00000ULL, // TP
0x0FFF83FFFFC00000ULL, // TP
0x0FFFFFFFFFC00000ULL, // N0
0x0FFFFFFFFFC00000ULL, // N1
0x0FFFFFFFFFC00000ULL, // N2
Expand Down

0 comments on commit 14d009a

Please sign in to comment.