From 3dc97bf136a0116d56353c20355418d34518faa0 Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Wed, 23 Aug 2017 13:49:26 -0500 Subject: 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 Reviewed-by: William G. Hoffa Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45064 Reviewed-by: Sachin Gupta --- src/import/chips/p9/procedures/hwp/nest/p9_sbe_scominit.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.1