Skip to content

Commit

Permalink
Fixes explorer FIR check to preserve bad RC
Browse files Browse the repository at this point in the history
Change-Id: Ibdbf7f973f4801db47b185e4c8ebcfed761dae1e
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89297
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Reviewed-by: Christian R Geddes <crgeddes@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: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89331
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
  • Loading branch information
sglancy6 authored and dcrowell77 committed Jan 9, 2020
1 parent d99b1ed commit aae5b3e
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2019 */
/* Contributors Listed Below - COPYRIGHT 2019,2020 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -95,12 +95,11 @@ namespace check
// TK update this when FIR's are fully reviewed
template<>
fapi2::ReturnCode bad_fir_bits<mss::mc_type::EXPLORER>( const fapi2::Target<fapi2::TARGET_TYPE_OCMB_CHIP>& 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;
}
Expand Down

0 comments on commit aae5b3e

Please sign in to comment.