summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaThresholds_common.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaThresholds_common.H')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/prdfCenMbaThresholds_common.H57
1 files changed, 57 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaThresholds_common.H b/src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaThresholds_common.H
new file mode 100755
index 000000000..4084ec614
--- /dev/null
+++ b/src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaThresholds_common.H
@@ -0,0 +1,57 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaThresholds_common.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2013 */
+/* */
+/* p1 */
+/* */
+/* Object Code Only (OCO) source materials */
+/* Licensed Internal Code Source Materials */
+/* IBM HostBoot Licensed Internal Code */
+/* */
+/* 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. */
+/* */
+/* Origin: 30 */
+/* */
+/* IBM_PROLOG_END_TAG */
+
+#ifndef __PRDF_CEN_MBA_COMMON_THRESHOLDS_H
+#define __PRDF_CEN_MBA_COMMON_THRESHOLDS_H
+
+/** @file prdfCenMbaThresholds_common.H
+ * @brief Utility functions used to get specific Centaur thresholds.
+ */
+
+#include <prdfThresholdResolutions.H>
+#include <prdfCenAddress.H>
+
+namespace PRDF
+{
+
+class ExtensibleChip;
+
+/**
+ * @brief Returns number of allowed CEs for MNFG IPLs.
+ * @pre Must check if in manufacturing mode before calling this function.
+ * @post Must callout if the count is greater than the returned values.
+ * @param i_mbaChip MBA chip.
+ * @param i_rank The rank for which the threshold is needed.
+ * @param o_cePerDram CEs allowed per DRAM.
+ * @param o_cePerHalfRank CEs allowed per logical DIMM rank.
+ * @param o_cePerDimm CEs allowed per logical DIMM.
+ * @return Non-SUCCESS if an internal function fails, SUCCESS otherwise.
+ */
+int32_t getMnfgMemCeTh( ExtensibleChip * i_mbaChip, const CenRank & i_rank,
+ uint16_t & o_cePerDram, uint16_t & o_cePerHalfRank,
+ uint16_t & o_cePerDimm );
+
+} // end namespace PRDF
+
+#endif /* __PRDF_CEN_MBA_COMMON_THRESHOLDS_H */
+
OpenPOWER on IntegriCloud