summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.H
diff options
context:
space:
mode:
authorAndre Marin <aamarin@us.ibm.com>2018-11-27 13:21:51 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-02-14 17:16:05 -0600
commit4da49bc35fa2b408393a0718942eaf86a418f37b (patch)
tree3c209c19cc044dff6f1e9fd996e59fe6637df651 /src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.H
parent8b4a6f12f80085fe6f734a29b9e61a2674f92ae2 (diff)
downloadtalos-hostboot-4da49bc35fa2b408393a0718942eaf86a418f37b.tar.gz
talos-hostboot-4da49bc35fa2b408393a0718942eaf86a418f37b.zip
Add L1 procedures for p9a and makefiles
Change-Id: I9f56a57f85a1b970bb17adde474ff6f89dc3c19d Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69155 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71844 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.H')
-rw-r--r--src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.H32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.H b/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.H
index 6ef3131e4..179292a80 100644
--- a/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.H
+++ b/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.H
@@ -22,3 +22,35 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
+
+///
+/// @file p9a_mss_freq.H
+/// @brief Calculate and save off DIMM frequencies
+///
+// *HWP HWP Owner: Louis Stermole <stermole@us.ibm.com>
+// *HWP HWP Backup: Andre A. Marin <aamarin@us.ibm.com>
+// *HWP Team: Memory
+// *HWP Level: 1
+// *HWP Consumed by: FSP:HB
+
+#ifndef P9A_MSS_FREQ_H_
+#define P9A_MSS_FREQ_H_
+
+#include <fapi2.H>
+#include <vector>
+
+typedef fapi2::ReturnCode (*p9a_mss_freq_FP_t) (const fapi2::Target<fapi2::TARGET_TYPE_MEM_PORT>&);
+
+extern "C"
+{
+
+ ///
+ /// @brief Calculate and save off DIMM frequencies
+ /// @param[in] i_target port target
+ /// @return FAPI2_RC_SUCCESS iff ok
+ ///
+ fapi2::ReturnCode p9a_mss_freq( const fapi2::Target<fapi2::TARGET_TYPE_MEM_PORT>& i_target );
+
+}
+
+#endif
OpenPOWER on IntegriCloud