From c2078fece2770dcb181a8d8b6da600fba8fbe744 Mon Sep 17 00:00:00 2001 From: Roland Veloz Date: Mon, 10 Jul 2017 17:29:36 -0500 Subject: Updated the hdat code to incorporate the new BMC type Change-Id: Ib475bc1b2c43eaa4529c0c4b5f2af6d1a72091b4 RTC:166755 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41979 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: ILYA SMIRNOV Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell Reviewed-by: NAGENDRA K. GURRAM Reviewed-by: William G. Hoffa --- src/usr/hwas/common/hwas.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/usr/hwas/common/hwas.C') diff --git a/src/usr/hwas/common/hwas.C b/src/usr/hwas/common/hwas.C index 9908ef8bf..f9ce03e3f 100644 --- a/src/usr/hwas/common/hwas.C +++ b/src/usr/hwas/common/hwas.C @@ -205,7 +205,8 @@ errlHndl_t discoverTargets() { // TODO:RTC:151617 Need to find a better way // to initialize the target - if(target->getAttr() == TYPE_SP) + if((target->getAttr() == TYPE_SP) || + (target->getAttr() == TYPE_BMC)) { HwasState hwasState = target->getAttr(); hwasState.deconfiguredByEid = 0; -- cgit v1.2.1