summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/p9_mss_freq_system.H
diff options
context:
space:
mode:
authorAndre Marin <aamarin@us.ibm.com>2016-05-16 14:24:56 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-10 15:14:52 -0400
commitad3596350bd516768708848c4c95d8d27062852e (patch)
tree4c3a6e7ff656fa3fb44b8e91e7ee1d73b9e7e003 /src/import/chips/p9/procedures/hwp/memory/p9_mss_freq_system.H
parent279c91579592b2d841755faa0c12d6e337f90cef (diff)
downloadtalos-hostboot-ad3596350bd516768708848c4c95d8d27062852e.tar.gz
talos-hostboot-ad3596350bd516768708848c4c95d8d27062852e.zip
Add initial L2 mss_freq_system procedure.
Change-Id: I386654a87eb0f34c405f4e97deb3fb51159295ad Original-Change-Id: Ife86394b2779634f84392f3e0ca22e4f30854ebf Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25028 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25656 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/p9_mss_freq_system.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_freq_system.H50
1 files changed, 50 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_freq_system.H b/src/import/chips/p9/procedures/hwp/memory/p9_mss_freq_system.H
new file mode 100644
index 000000000..974b6c53a
--- /dev/null
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_freq_system.H
@@ -0,0 +1,50 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: chips/p9/procedures/hwp/memory/p9_mss_freq_system.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* EKB Project */
+/* */
+/* COPYRIGHT 2015,2016 */
+/* [+] 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_freq_system.H
+/// @brief Sets synchronous mode
+///
+// *HWP HWP Owner: Andre A. Marin <aamarin@us.ibm.com>
+// *HWP FW Owner: Brian Silver <bsilver@us.ibm.com>
+// *HWP Team: Memory
+// *HWP Level: 2
+// *HWP Consumed by: FSP:HB
+
+#ifndef FREQ_SYSTEM_H_
+#define FREQ_SYSTEM_H_
+
+#include <fapi2.H>
+#include <vector>
+
+typedef fapi2::ReturnCode (*p9_mss_freq_system_FP_t) (const std::vector< fapi2::Target<fapi2::TARGET_TYPE_MCBIST> >&);
+
+extern "C"
+{
+
+ ///
+ /// @brief Set synchronous mode
+ /// @param[in] i_target the controller (e.g., MCS)
+ /// @return FAPI2_RC_SUCCESS iff ok
+ ///
+ fapi2::ReturnCode p9_mss_freq_system( const std::vector< fapi2::Target<fapi2::TARGET_TYPE_MCBIST> >& i_targets);
+
+}
+
+#endif
OpenPOWER on IntegriCloud