summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2018-05-08 15:43:44 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-09 23:07:28 -0400
commitdbd116ad5b6a379a399bd548552273a657e636ba (patch)
tree0ff97646e855544d9ea8629d255f2d50070eec0c /src/usr/hwas
parent233fec0d3893d42b0ea1f3eab3081c1886f2492a (diff)
downloadtalos-hostboot-dbd116ad5b6a379a399bd548552273a657e636ba.tar.gz
talos-hostboot-dbd116ad5b6a379a399bd548552273a657e636ba.zip
wrap_test: targeting fixups
We currently do not support attribute overrides for enum based attributes. Therefore, change the type of ATTR_MFG_WRAP_TEST_ABUS_LINK_SET_ENABLE to uint8_t and add PROC_EFF_FABRIC_GROUP/CHIP_ID attributes to processMrw. Change-Id: I4991e19ab5ceac8e8cf0fbd826b68d7e0fd9ab1d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58527 Reviewed-by: Richard Ward <rward15@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/hwas')
-rw-r--r--src/usr/hwas/common/hwas.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hwas/common/hwas.C b/src/usr/hwas/common/hwas.C
index 62beadae5..3f242aefe 100644
--- a/src/usr/hwas/common/hwas.C
+++ b/src/usr/hwas/common/hwas.C
@@ -253,7 +253,7 @@ errlHndl_t disableOBUSes()
//only if MFG_WRAP_TEST_ABUS_LINKS_SET_ENABLE was overidden
//because that means we are trying to run in wrap mode.
//Otherwise, it will be defaulted to SET_NONE
- if (l_links_set_enable != MFG_WRAP_TEST_ABUS_LINKS_SET_ENABLE_SET_NONE)
+ if (l_links_set_enable)
{
TargetHandleList l_procList;
getAllChips(l_procList, TYPE_PROC);
OpenPOWER on IntegriCloud