summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2015-12-28 11:26:59 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-02-22 09:42:21 -0600
commit13cadbe07510f7e7896c5c7c3cfd191a7075491e (patch)
treeee27b4cbf2f73575ab62d0c65a9faa5030a655b0 /src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C
parentf6700762b490d9caf3a62f5d078859ca242701b6 (diff)
downloadtalos-hostboot-13cadbe07510f7e7896c5c7c3cfd191a7075491e.tar.gz
talos-hostboot-13cadbe07510f7e7896c5c7c3cfd191a7075491e.zip
Initial commit of memory subsystem
Change-Id: I6b63d2c4eec5d77585c91d905a464962a6153a0a Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22978 Tested-by: Jenkins Server Reviewed-by: Craig C. Hamilton <cchamilt@us.ibm.com> Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24518 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C
index 91681919e..1d9aeaed8 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C
@@ -21,9 +21,8 @@
/// @file p9_mss_eff_config_thermal.C
/// @brief Perform thermal calculations as part of the effective configuration
///
-// *HWP HWP Owner: Luke Mulkey <lwmulkey@us.ibm.com>
-// *HWP HWP Backup: Andre Marin <aamarin@us.ibm.com>
-// *HWP FW Owner: Brian Silver <bsilver@us.ibm.com>
+// *HWP HWP Owner: Andre Marin <aamarin@us.ibm.com>
+// *HWP HWP Backup: Brian Silver <bsilver@us.ibm.com>
// *HWP Team: Memory
// *HWP Level: 1
// *HWP Consumed by: FSP:HB
@@ -31,17 +30,14 @@
#include <fapi2.H>
#include "p9_mss_eff_config_thermal.H"
-using fapi2::TARGET_TYPE_MCS;
-using fapi2::FAPI2_RC_SUCCESS;
-
///
/// @brief Perform thermal calculations as part of the effective configuration
/// @param[in] i_target, the controller (e.g., MCS)
/// @return FAPI2_RC_SUCCESS iff ok
///
-fapi2::ReturnCode p9_mss_eff_config_thermal( const fapi2::Target<TARGET_TYPE_MCS>& i_target )
+fapi2::ReturnCode p9_mss_eff_config_thermal( const fapi2::Target<fapi2::TARGET_TYPE_MCS>& i_target )
{
FAPI_INF("Start effective config thermal");
FAPI_INF("End effective config thermal");
- return FAPI2_RC_SUCCESS;
+ return fapi2::FAPI2_RC_SUCCESS;
}
OpenPOWER on IntegriCloud