From fcbb09411953da21ad2354bbe30464ebdd61c236 Mon Sep 17 00:00:00 2001 From: Caleb Palmer Date: Mon, 4 Nov 2019 13:57:42 -0600 Subject: Uncomment the remainder of hwp_wrappers.H Change-Id: Idf567c5cddbf4b5f4e4683ef411fd9d060b88c2f Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/86473 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Zane C Shelley Reviewed-by: Brian J Stegmiller Reviewed-by: Paul Greenwood Reviewed-by: Louis Stermole Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/86485 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Christian R Geddes --- src/import/generic/memory/lib/prd/hwp_wrappers.H | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'src/import') diff --git a/src/import/generic/memory/lib/prd/hwp_wrappers.H b/src/import/generic/memory/lib/prd/hwp_wrappers.H index 7a50ca786..afbb34a81 100644 --- a/src/import/generic/memory/lib/prd/hwp_wrappers.H +++ b/src/import/generic/memory/lib/prd/hwp_wrappers.H @@ -112,7 +112,6 @@ fapi2::ReturnCode exp_sf_read( const fapi2::Target const mss::mcbist::address& i_end_address = mss::mcbist::address( mss::mcbistTraits::LARGEST_ADDRESS) ); -#if 0 // These functions aren't required at the moment, but leaving here in case /// /// @brief Continuous background scrub command wrapper for Nimbus /// @param[in] i_target the target behind which all memory should be scrubbed @@ -123,7 +122,7 @@ fapi2::ReturnCode exp_sf_read( const fapi2::Target /// fapi2::ReturnCode nim_background_scrub( const fapi2::Target& i_target, const mss::mcbist::stop_conditions& i_stop, - const speed i_speed, + const mss::mcbist::speed i_speed, const mss::mcbist::address& i_address ); /// @@ -136,7 +135,7 @@ fapi2::ReturnCode nim_background_scrub( const fapi2::Target& i_target, const mss::mcbist::stop_conditions& i_stop, - const speed i_speed, + const mss::mcbist::speed i_speed, const mss::mcbist::address& i_address ); /// @@ -183,7 +182,7 @@ fapi2::ReturnCode nim_continue_cmd( const fapi2::Target& i_stop = mss::mcbist::stop_conditions (mss::mcbist::stop_conditions::DONT_CHANGE), - const speed i_speed = speed::SAME_SPEED ); + const mss::mcbist::speed i_speed = mss::mcbist::speed::SAME_SPEED ); /// /// @brief Continue current command wrapper for Explorer @@ -198,7 +197,7 @@ fapi2::ReturnCode exp_continue_cmd( const fapi2::Target& i_stop = mss::mcbist::stop_conditions (mss::mcbist::stop_conditions::DONT_CHANGE), - const speed i_speed = speed::SAME_SPEED ); + const mss::mcbist::speed i_speed = mss::mcbist::speed::SAME_SPEED ); /// /// @brief Broadcast mode check wrapper for Nimbus @@ -220,7 +219,7 @@ const mss::states nim_is_broadcast_capable(const std::vector& i_kinds); +const mss::states nim_is_broadcast_capable(const std::vector>& i_kinds); /// /// @brief Broadcast mode check wrapper for Explorer @@ -242,7 +241,6 @@ const mss::states exp_is_broadcast_capable(const std::vector& i_kinds); -#endif +const mss::states exp_is_broadcast_capable(const std::vector>& i_kinds); #endif -- cgit v1.2.1