summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory
diff options
context:
space:
mode:
authorLouis Stermole <stermole@us.ibm.com>2018-01-02 15:42:16 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-01-15 14:17:34 -0500
commitfc1ce68719eecf6b41e2cabf47f98d59c115ad0b (patch)
tree1d2c436ef3cf68144e88bd727a55d8731b6b2091 /src/import/chips/p9/procedures/hwp/memory
parent13b0dd8972961a31791f15388e39add7be77e1c0 (diff)
downloadtalos-hostboot-fc1ce68719eecf6b41e2cabf47f98d59c115ad0b.tar.gz
talos-hostboot-fc1ce68719eecf6b41e2cabf47f98d59c115ad0b.zip
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 <sglancy@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: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51457 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/ecc/ecc.H3
1 files changed, 2 insertions, 1 deletions
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<T>& 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) );
OpenPOWER on IntegriCloud