diff options
author | Brian Horton <brianh@linux.ibm.com> | 2013-07-28 13:46:42 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-07-28 19:02:10 -0500 |
commit | 40745f06db13a73461a9ebf8d078d1bc0a5ef585 (patch) | |
tree | d9aeb3cd7f6229e784d9b7f1194bd8280e31a0a5 /src/include/usr/hwas/common/hwasCommon.H | |
parent | bb7773f4aced9b3bf4d8991b137244fb3b1d5bf8 (diff) | |
download | blackbird-hostboot-40745f06db13a73461a9ebf8d078d1bc0a5ef585.tar.gz blackbird-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/common/hwasCommon.H')
-rw-r--r-- | src/include/usr/hwas/common/hwasCommon.H | 13 |
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 |