Skip to content

Commit

Permalink
Change TP FIR bits 38, 39, 40 as recoverable & Masked
Browse files Browse the repository at this point in the history
Change-Id: Ib21a9940b9b458a74d24a4a6bf1ad734ec4896c3
CQ: SW419535
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54951
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Reviewed-by: Daniel J. Henderson <hende@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54956
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
Soma BhanuTej authored and dcrowell77 committed Mar 16, 2018
1 parent 288ca88 commit c09c372
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] =
{
0xF000042000000000ULL, // TP
0xF000042003800000ULL, // 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] =
{
0x0FFFBBFFFC400000ULL, // TP
0x0FFFBBFFFFC00000ULL, // TP
0x0FFFFFFFFFC00000ULL, // N0
0x0FFFFFFFFFC00000ULL, // N1
0x0FFFFFFFFFC00000ULL, // N2
Expand Down

0 comments on commit c09c372

Please sign in to comment.