summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2017-08-23 13:49:26 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-08-25 22:41:46 -0400
commit3dc97bf136a0116d56353c20355418d34518faa0 (patch)
tree425366c5a8ba405b9869f916837e94e7720f4832
parentfc241b27f02795dbe4c99670ba6f9007dce195d3 (diff)
downloadtalos-sbe-3dc97bf136a0116d56353c20355418d34518faa0.tar.gz
talos-sbe-3dc97bf136a0116d56353c20355418d34518faa0.zip
p9_sbe_scominit -- unmask PB EAST FIR 31 for hypervisor TI
Change-Id: I584450ac1d6190c141db29a8f37d40c05f440c04 CQ: SW396917 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45058 Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45064 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/hwp/nest/p9_sbe_scominit.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/nest/p9_sbe_scominit.C b/src/import/chips/p9/procedures/hwp/nest/p9_sbe_scominit.C
index 38c69756..e8fc9904 100644
--- a/src/import/chips/p9/procedures/hwp/nest/p9_sbe_scominit.C
+++ b/src/import/chips/p9/procedures/hwp/nest/p9_sbe_scominit.C
@@ -71,7 +71,7 @@ const uint64_t FBC_WEST_FIR_ACTION1 = 0x0000000000000000ULL;
const uint64_t FBC_WEST_FIR_MASK = 0x0000FFFFC0000000ULL;
const uint64_t FBC_EAST_FIR_ACTION0 = 0x0000000000000000ULL;
const uint64_t FBC_EAST_FIR_ACTION1 = 0x0000000000000000ULL;
-const uint64_t FBC_EAST_FIR_MASK = 0x00FF1FFFC0000000ULL;
+const uint64_t FBC_EAST_FIR_MASK = 0x00FF1FFEC0000000ULL;
// LPC FIR constants
const uint64_t LPC_FIR_ACTION0 = 0x0000000000000000ULL;
OpenPOWER on IntegriCloud