From aae5b3e332c25897a5687584b168e0ccd1eaebe2 Mon Sep 17 00:00:00 2001 From: Stephen Glancy Date: Tue, 7 Jan 2020 10:29:07 -0500 Subject: Fixes explorer FIR check to preserve bad RC Change-Id: Ibdbf7f973f4801db47b185e4c8ebcfed761dae1e Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89297 Reviewed-by: Louis Stermole Reviewed-by: Daniel M Crowell Reviewed-by: Christian R Geddes Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89331 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW --- .../ocmb/explorer/procedures/hwp/memory/lib/phy/exp_train_handler.C | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/phy/exp_train_handler.C b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/phy/exp_train_handler.C index 8ca3b5f87..82a538c32 100644 --- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/phy/exp_train_handler.C +++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/phy/exp_train_handler.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2019 */ +/* Contributors Listed Below - COPYRIGHT 2019,2020 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -95,12 +95,11 @@ namespace check // TK update this when FIR's are fully reviewed template<> fapi2::ReturnCode bad_fir_bits( const fapi2::Target& i_target, - fapi2::ReturnCode& io_rc, bool& o_fir_error ) { - io_rc = fapi2::FAPI2_RC_SUCCESS; + FAPI_ERR("%s Checking for FIR's is currently unimplemented. Passing back the discovered RC", mss::c_str(i_target)); o_fir_error = false; return fapi2::FAPI2_RC_SUCCESS; } -- cgit v1.2.1