From 44d9ba05893caf59fb49a0f1f4244675332819f9 Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Thu, 27 Oct 2016 09:02:59 -0500 Subject: p9_sbe_scominit -- configure FBC personalization for MC chiplets Change-Id: I3cc772c6a9edc1f060a47ed6160423a3e9f60559 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31911 Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Brian R. Silver Reviewed-by: Jenny Huynh Reviewed-by: Kevin F. Reick Reviewed-by: Joseph J. McGill Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31913 Reviewed-by: Hostboot Team Tested-by: FSP CI Jenkins Reviewed-by: Sachin Gupta --- src/import/chips/p9/procedures/hwp/nest/p9_sbe_scominit.C | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (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 20b76982..a545d28d 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 @@ -95,8 +95,6 @@ p9_sbe_scominit(const fapi2::Target& i_target) uint64_t l_base_addr_nm1; uint64_t l_base_addr_m; uint64_t l_base_addr_mmio; - uint8_t l_mc_sync_mode; - fapi2::TargetFilter l_target_filter = fapi2::TARGET_FILTER_NONE ; // set fabric topology information in each pervasive chiplet (outside of EC/EP) { @@ -116,6 +114,7 @@ p9_sbe_scominit(const fapi2::Target& i_target) fapi2::TARGET_FILTER_ALL_NEST | fapi2::TARGET_FILTER_XBUS | fapi2::TARGET_FILTER_ALL_OBUS | + fapi2::TARGET_FILTER_ALL_MC | fapi2::TARGET_FILTER_ALL_PCI), fapi2::TARGET_STATE_FUNCTIONAL)) { @@ -302,11 +301,12 @@ p9_sbe_scominit(const fapi2::Target& i_target) // configure chiplet pervasive FIRs / XFIRs { - l_target_filter = static_cast(fapi2::TARGET_FILTER_TP | - fapi2::TARGET_FILTER_ALL_NEST | - fapi2::TARGET_FILTER_XBUS | - fapi2::TARGET_FILTER_ALL_OBUS | - fapi2::TARGET_FILTER_ALL_PCI); + uint8_t l_mc_sync_mode = 0; + fapi2::TargetFilter l_target_filter = static_cast(fapi2::TARGET_FILTER_TP | + fapi2::TARGET_FILTER_ALL_NEST | + fapi2::TARGET_FILTER_XBUS | + fapi2::TARGET_FILTER_ALL_OBUS | + fapi2::TARGET_FILTER_ALL_PCI); FAPI_TRY(FAPI_ATTR_GET(fapi2::ATTR_MC_SYNC_MODE, i_target, l_mc_sync_mode), "Error from FAPI_ATTR_GET (ATTR_MC_SYNC_MODE)"); -- cgit v1.2.1