From 5fd4a6a86be690ca464915ee60dbdd634a2d15cf Mon Sep 17 00:00:00 2001 From: Jacob Harvey Date: Fri, 16 Jun 2017 14:25:21 -0500 Subject: Fix draminit_training wrapper and function Change-Id: I2bd698e838be576adb5fd8af6bd0805de2bb7585 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42069 Reviewed-by: Louis Stermole Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: STEPHEN GLANCY Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42074 Reviewed-by: Hostboot Team Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.H | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.H') diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.H b/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.H index 69c776666..bb0a3a847 100644 --- a/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.H +++ b/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.H @@ -110,6 +110,15 @@ fapi2::ReturnCode reset_delay_values( const fapi2::Target& i_target ); +/// +/// @brief Write the READ_VREF register to enable and or to skip the read centering cal +/// @param[in] i_target the MCA target associated with this cal setup +/// @param[in] i_cal_steps_enabled fapi2::buffer representing the cal steps to enable +/// @return FAPI2_RC_SUCCESS iff setup was successful +/// +fapi2::ReturnCode setup_read_vref_config1( const fapi2::Target& i_target, + const fapi2::buffer& i_cal_steps_enabled); + /// /// @brief Configure the DP16 sysclk /// @param[in] i_target a MCBIST target -- cgit v1.2.1