summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/hwasPlat.C
diff options
context:
space:
mode:
authorKumar Challa <kvchalla@us.ibm.com>2013-04-24 12:42:20 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-05-13 10:57:58 -0500
commita212ae0c61e46778897de05cdd4183cc69b1c76c (patch)
treee1876bbf6dcba86027a35f9c5c14de5cde1fd2b8 /src/usr/hwas/hwasPlat.C
parent6d1c81fcc5b8f48d2456e5f1f276997ee8527b68 (diff)
downloadtalos-hostboot-a212ae0c61e46778897de05cdd4183cc69b1c76c.tar.gz
talos-hostboot-a212ae0c61e46778897de05cdd4183cc69b1c76c.zip
Do not deconfigTarget when System is at runtime.
Change-Id: I4daa3c3370eb91cdc5676e315a1476ed8c3a2e2a RTC:45747 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4195 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwas/hwasPlat.C')
-rw-r--r--src/usr/hwas/hwasPlat.C11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/usr/hwas/hwasPlat.C b/src/usr/hwas/hwasPlat.C
index a572501e6..864e01551 100644
--- a/src/usr/hwas/hwasPlat.C
+++ b/src/usr/hwas/hwasPlat.C
@@ -119,6 +119,17 @@ errlHndl_t platReadIDEC(const TargetHandle_t &i_target)
} // platReadIDEC
//******************************************************************************
+// platSystemIsAtRuntime function
+// Description: This function will return false always because when Hostboot
+// is running then System cannot be at runtime
+//******************************************************************************
+bool platSystemIsAtRuntime()
+{
+ HWAS_INF("HostBoot is running so system is not at runtime.");
+ return false;
+}
+
+//******************************************************************************
// platReadPartialGood function
//******************************************************************************
errlHndl_t platReadPartialGood(const TargetHandle_t &i_target,
OpenPOWER on IntegriCloud