From fc1ce68719eecf6b41e2cabf47f98d59c115ad0b Mon Sep 17 00:00:00 2001 From: Louis Stermole Date: Tue, 2 Jan 2018 15:42:16 -0600 Subject: Enable exit_1 mode in FWMS for symbol marks Change-Id: I49e8f1787a18456c006445e5cf640793c112c1ee CQ:SW412082 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51368 Reviewed-by: STEPHEN GLANCY Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: ANDRE A. MARIN Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51457 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/procedures/hwp/memory/lib/ecc/ecc.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/import/chips') diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/ecc/ecc.H b/src/import/chips/p9/procedures/hwp/memory/lib/ecc/ecc.H index 02cee02be..5a657edac 100644 --- a/src/import/chips/p9/procedures/hwp/memory/lib/ecc/ecc.H +++ b/src/import/chips/p9/procedures/hwp/memory/lib/ecc/ecc.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2016,2017 */ +/* Contributors Listed Below - COPYRIGHT 2016,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -181,6 +181,7 @@ inline fapi2::ReturnCode set_fwms( const fapi2::Target& i_target, mss::ecc::fwms::set_type(l_buffer, i_type); mss::ecc::fwms::set_region(l_buffer, i_region); mss::ecc::fwms::set_address(l_buffer, i_address); + mss::ecc::fwms::set_exit_1(l_buffer, mss::YES); } FAPI_TRY( mss::ecc::fwms::write(i_target, i_rank, l_buffer) ); -- cgit v1.2.1