summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCaleb Palmer <cnpalmer@us.ibm.com>2019-11-04 13:57:42 -0600
committerChristian R Geddes <crgeddes@us.ibm.com>2019-11-12 16:47:42 -0600
commitfcbb09411953da21ad2354bbe30464ebdd61c236 (patch)
treed5fda6605bf716799dd9c4222479e0e8a42a58e9 /src
parent50b0357dd001a70e4e0da7a3e34b04d852dde21b (diff)
downloadtalos-hostboot-fcbb09411953da21ad2354bbe30464ebdd61c236.tar.gz
talos-hostboot-fcbb09411953da21ad2354bbe30464ebdd61c236.zip
Uncomment the remainder of hwp_wrappers.H
Change-Id: Idf567c5cddbf4b5f4e4683ef411fd9d060b88c2f Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/86473 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: Zane C Shelley <zshelle@us.ibm.com> Reviewed-by: Brian J Stegmiller <bjs@us.ibm.com> Reviewed-by: Paul Greenwood <paul.greenwood@ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/86485 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: Christian R Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/generic/memory/lib/prd/hwp_wrappers.H14
1 files changed, 6 insertions, 8 deletions
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<fapi2::TARGET_TYPE_OCMB_CHIP>
const mss::mcbist::address& i_end_address = mss::mcbist::address(
mss::mcbistTraits<mss::mc_type::EXPLORER, fapi2::TARGET_TYPE_OCMB_CHIP>::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::TARGET_TYPE_OCMB_CHIP>
///
fapi2::ReturnCode nim_background_scrub( const fapi2::Target<fapi2::TARGET_TYPE_MCBIST>& i_target,
const mss::mcbist::stop_conditions<mss::mc_type::NIMBUS>& 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<fapi2::TARGET_TYPE_M
///
fapi2::ReturnCode exp_background_scrub( const fapi2::Target<fapi2::TARGET_TYPE_OCMB_CHIP>& i_target,
const mss::mcbist::stop_conditions<mss::mc_type::EXPLORER>& 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<fapi2::TARGET_TYPE_MCBIS
const mss::mcbist::end_boundary i_end = mss::mcbist::end_boundary::DONT_CHANGE,
const mss::mcbist::stop_conditions<mss::mc_type::NIMBUS>& i_stop = mss::mcbist::stop_conditions<mss::mc_type::NIMBUS>
(mss::mcbist::stop_conditions<mss::mc_type::NIMBUS>::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<fapi2::TARGET_TYPE_OCMB_
const mss::mcbist::stop_conditions<mss::mc_type::EXPLORER>& i_stop =
mss::mcbist::stop_conditions<mss::mc_type::EXPLORER>
(mss::mcbist::stop_conditions<mss::mc_type::EXPLORER>::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<fapi2::Target<fapi2
/// @param[in] i_kinds the dimms to effect
/// @return o_capable - yes iff these vector of targets are broadcast capable
///
-const mss::states nim_is_broadcast_capable(const std::vector<mss::dimm::kind>& i_kinds);
+const mss::states nim_is_broadcast_capable(const std::vector<mss::dimm::kind<>>& i_kinds);
///
/// @brief Broadcast mode check wrapper for Explorer
@@ -242,7 +241,6 @@ const mss::states exp_is_broadcast_capable(const std::vector<fapi2::Target<fapi2
/// @param[in] i_kinds the dimms to effect
/// @return o_capable - yes iff these vector of targets are broadcast capable
///
-const mss::states exp_is_broadcast_capable(const std::vector<mss::dimm::kind>& i_kinds);
-#endif
+const mss::states exp_is_broadcast_capable(const std::vector<mss::dimm::kind<>>& i_kinds);
#endif
OpenPOWER on IntegriCloud