From 517a60f328e827ed207ef12c0d03f4579338886c Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Fri, 30 Jun 2017 11:59:25 -0500 Subject: p9_sbe_select_ex -- skip new checks for b_single=false breaks cache contained,force_all_cores modes Change-Id: I7a609c14c1577a74339b4869078bc78abd203732 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42667 Reviewed-by: James N. Klazynski Reviewed-by: Joachim Fenkes Dev-Ready: Brent Wieman Reviewed-by: Michael S. Floyd Tested-by: Jenkins Server Reviewed-by: Joseph J. McGill Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42675 Tested-by: FSP CI Jenkins Reviewed-by: AMIT J. TENDOLKAR --- src/import/chips/p9/procedures/hwp/perv/p9_sbe_select_ex.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/import/chips/p9/procedures/hwp/perv') diff --git a/src/import/chips/p9/procedures/hwp/perv/p9_sbe_select_ex.C b/src/import/chips/p9/procedures/hwp/perv/p9_sbe_select_ex.C index c0588d19..61c25c00 100644 --- a/src/import/chips/p9/procedures/hwp/perv/p9_sbe_select_ex.C +++ b/src/import/chips/p9/procedures/hwp/perv/p9_sbe_select_ex.C @@ -382,7 +382,7 @@ fapi2::ReturnCode p9_sbe_select_ex( FAPI_TRY(fapi2::putScom(core, C_PPM_PFDLY, l_data64)); } // Core loop - FAPI_ASSERT(b_host_core_found, + FAPI_ASSERT(!b_single || b_host_core_found, fapi2::SBE_SELECT_EX_NO_CORE_AVAIL_ERROR() .set_CHIP(i_target), "No good cores found to boot with"); @@ -442,7 +442,7 @@ fapi2::ReturnCode p9_sbe_select_ex( } // EQ loop - FAPI_ASSERT(b_host_eq_found, + FAPI_ASSERT(!b_single || b_host_eq_found, fapi2::SBE_SELECT_EX_CORE_EQ_CONFIG_ERROR() .set_CHIP(i_target), "The cache chiplet associated with the first good core not functional"); -- cgit v1.2.1