summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/p9_mss_power_cleanup.H
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2015-11-10 13:47:31 -0600
committerStephen Cprek <smcprek@us.ibm.com>2016-02-19 17:06:50 -0600
commitf529f486d5448c9c44c2658773212da8f406458a (patch)
treefa7ef6e9b8b6b05046027e6996e4044f51591577 /src/import/chips/p9/procedures/hwp/memory/p9_mss_power_cleanup.H
parent37e8afd1f88fc71af5c4f83046ee83a4703748ff (diff)
downloadtalos-hostboot-f529f486d5448c9c44c2658773212da8f406458a.tar.gz
talos-hostboot-f529f486d5448c9c44c2658773212da8f406458a.zip
Change L1 headers to include defines to avoid duplicate inclusion
Add missing L1 headers Change-Id: I0bf75b02bdec97ade47b8757db3a730eeffb43fd Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21940 Tested-by: Jenkins Server Reviewed-by: Craig C. Hamilton <cchamilt@us.ibm.com> Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/p9_mss_power_cleanup.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_power_cleanup.H47
1 files changed, 47 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_power_cleanup.H b/src/import/chips/p9/procedures/hwp/memory/p9_mss_power_cleanup.H
new file mode 100644
index 000000000..94f932b77
--- /dev/null
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_power_cleanup.H
@@ -0,0 +1,47 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: chips/p9/procedures/hwp/memory/p9_mss_power_cleanup.H $ */
+/* */
+/* 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_powercleanup.H
+/// @brief Perform any necessary power cleanup
+///
+// *HWP HWP Owner: Brian Silver <bsilver@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
+
+#ifndef __P9_MSS_POWERCLEAN__
+#define __P9_MSS_POWERCLEAN__
+
+#include <fapi2.H>
+
+typedef fapi2::ReturnCode (*p9_mss_power_cleanup_FP_t) (const fapi2::Target<fapi2::TARGET_TYPE_MCBIST>&);
+
+extern "C"
+{
+///
+/// @brief Perform any necessary power cleanup
+/// @param[in] i_target, the McBIST of the ports of the dram you're training
+/// @return FAPI2_RC_SUCCESS iff ok
+///
+ fapi2::ReturnCode p9_mss_power_cleanup( const fapi2::Target<fapi2::TARGET_TYPE_MCBIST>& i_target );
+}
+
+#endif
OpenPOWER on IntegriCloud