summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwas
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2013-07-28 13:46:42 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-07-28 19:02:10 -0500
commit40745f06db13a73461a9ebf8d078d1bc0a5ef585 (patch)
treed9aeb3cd7f6229e784d9b7f1194bd8280e31a0a5 /src/include/usr/hwas
parentbb7773f4aced9b3bf4d8991b137244fb3b1d5bf8 (diff)
downloadtalos-hostboot-40745f06db13a73461a9ebf8d078d1bc0a5ef585.tar.gz
talos-hostboot-40745f06db13a73461a9ebf8d078d1bc0a5ef585.zip
add platIsMinHwCheckingAllowed and call in checkMinimumHardware().
Change-Id: Ia29e53af168f4467203740b0dff5c242d85d29da RTC: 79501 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5607 Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwas')
-rw-r--r--src/include/usr/hwas/common/hwasCommon.H13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/include/usr/hwas/common/hwasCommon.H b/src/include/usr/hwas/common/hwasCommon.H
index e7e1ff384..9a3b6f70f 100644
--- a/src/include/usr/hwas/common/hwasCommon.H
+++ b/src/include/usr/hwas/common/hwasCommon.H
@@ -60,6 +60,19 @@ namespace HWAS
bool platSystemIsAtRuntime();
/**
+ * @brief platform specific code to determine if minimum hardware
+ * check is allowed.
+ *
+ * @param[out] o_minHwCheckingAllowed boolean:
+ * TRUE if minimum hardware checking is allowed
+ * FALSE if minimum hardware checking is not allowed
+ *
+ * @return errlHndl_t valid errlHndl_t handle if there was an error
+ * NULL if no errors;
+ */
+errlHndl_t platIsMinHwCheckingAllowed(bool &o_minHwCheckingAllowed);
+
+/**
* @brief platform specific code to determine if the targets in the
* input list are present or not. If a target is NOT present, it is erased
* from the list
OpenPOWER on IntegriCloud