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-10-01 08:51:04 -0500
committerStephen Cprek <smcprek@us.ibm.com>2016-02-19 17:06:45 -0600
commit5497cd42ffcebb7929c22be4ec85d3146265a92b (patch)
tree9ed620ea1852f1d62fd71c814f8db2d5b630002b /src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C
parent586a24f50694ccab0763586d24a322bb293fc66f (diff)
downloadtalos-hostboot-5497cd42ffcebb7929c22be4ec85d3146265a92b.tar.gz
talos-hostboot-5497cd42ffcebb7929c22be4ec85d3146265a92b.zip
Change Memory L1 procedures
Move from chips/centaur Add remaining interfaces Change-Id: I85f568d5101fb46de031d884cb9aeee3fb32dd2b Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20902 Tested-by: Jenkins Server Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: Andre A. Marin <aamarin@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@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.C46
1 files changed, 46 insertions, 0 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
new file mode 100644
index 000000000..04dc11044
--- /dev/null
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C
@@ -0,0 +1,46 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: chips/centaur/procedures/ipl/hwp/p9_mss_eff_config_thermal.C $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* EKB Project */
+/* */
+/* COPYRIGHT 2015 */
+/* [+] International Business Machines Corp. */
+/* */
+/* */
+/* The source code for this program is not published or otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
+/* */
+/* IBM_PROLOG_END_TAG */
+
+///
+/// @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 Team: Memory
+// *HWP Level: 1
+// *HWP Consumed by: FSP:HB
+
+#include <fapi2.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 )
+{
+ FAPI_INF("Start effective config thermal");
+ FAPI_INF("End effective config thermal");
+ return FAPI2_RC_SUCCESS;
+}
OpenPOWER on IntegriCloud