From 4f1561707bd1fe443f5f5aa1c2ac3fe8e680e27f Mon Sep 17 00:00:00 2001 From: Brian Silver Date: Thu, 21 Jul 2016 06:54:06 -0500 Subject: Add mrs_one_shot to the MSS Lab code Change-Id: I84fd2f29f4b3d8581a6ff8c0f8a2688cc0cf645a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27373 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Louis Stermole Reviewed-by: ANDRE A. MARIN Reviewed-by: Brian R. Silver Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27375 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/mrs03.C | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/mrs03.C') diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/mrs03.C b/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/mrs03.C index 31a1e323a..ae6277d1c 100644 --- a/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/mrs03.C +++ b/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/mrs03.C @@ -189,5 +189,13 @@ fapi2::ReturnCode mrs03_decode(const ccs::instruction_t& i_i return FAPI2_RC_SUCCESS; } +fapi2::ReturnCode (*mrs03_data::make_ccs_instruction)(const fapi2::Target& i_target, + const mrs03_data& i_data, + ccs::instruction_t& io_inst, + const uint64_t i_rank) = &mrs03; + +fapi2::ReturnCode (*mrs03_data::decode)(const ccs::instruction_t& i_inst, + const uint64_t i_rank) = &mrs03_decode; + } // ns ddr4 } // ns mss -- cgit v1.2.1