Skip to content

Commit

Permalink
Fix HWAS_STATE_CHANGED_SUBSCRIPTION_MASK for MC/MI/DMI
Browse files Browse the repository at this point in the history
Change-Id: I4f1a7d2de5a230d831adb0730710b33a3d8c3b19
CQ:SW424122
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58017
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-by: Roland Veloz <rveloz@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
bhmadhur authored and dcrowell77 committed May 8, 2018
1 parent 2fe71f4 commit 9c93244
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion src/usr/targeting/common/xmltohb/target_types.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,10 @@
<default>MC</default>
</attribute>
<attribute><id>DECONFIG_GARDABLE</id><default>1</default></attribute>
<attribute>
<default>0x00000003</default>
<id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
</attribute>
<attribute><id>PARENT_PERVASIVE</id></attribute>
<attribute>
<id>CDM_DOMAIN</id>
Expand All @@ -1504,6 +1508,11 @@
<id>MODEL</id>
<default>CUMULUS</default>
</attribute>
<attribute><id>DECONFIG_GARDABLE</id><default>1</default></attribute>
<attribute>
<default>0x00000003</default>
<id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
</attribute>
</targetType>

<!-- MI
Expand All @@ -1520,6 +1529,10 @@
<default>1</default>
<id>DECONFIG_GARDABLE</id>
</attribute>
<attribute>
<default>0x00000003</default>
<id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
</attribute>
<attribute>
<id>PARENT_PERVASIVE</id>
</attribute>
Expand All @@ -1536,6 +1549,11 @@
<default>CUMULUS</default>
<id>MODEL</id>
</attribute>
<attribute><id>DECONFIG_GARDABLE</id><default>1</default></attribute>
<attribute>
<default>0x00000003</default>
<id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
</attribute>
</targetType>

<!-- DMI
Expand All @@ -1552,6 +1570,10 @@
<default>1</default>
<id>DECONFIG_GARDABLE</id>
</attribute>
<attribute>
<default>0x00000003</default>
<id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
</attribute>
<attribute>
<id>PARENT_PERVASIVE</id>
</attribute>
Expand All @@ -1568,6 +1590,11 @@
<default>CUMULUS</default>
<id>MODEL</id>
</attribute>
<attribute><id>DECONFIG_GARDABLE</id><default>1</default></attribute>
<attribute>
<default>0x00000003</default>
<id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
</attribute>
</targetType>

<!-- PEC corresponds to IOP. Use same PEC target for Nimbus and Cumulus
Expand Down Expand Up @@ -2106,6 +2133,9 @@
<default>1</default>
<id>DECONFIG_GARDABLE</id>
</attribute>
<attribute><id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
<default>0x00000003</default>
</attribute>
</targetType>

<targetType>
Expand All @@ -2119,6 +2149,13 @@
<id>CDM_DOMAIN</id>
<default>MEM</default>
</attribute>
<attribute>
<default>1</default>
<id>DECONFIG_GARDABLE</id>
</attribute>
<attribute><id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
<default>0x00000003</default>
</attribute>
</targetType>

<!-- Centaur MBA -->
Expand All @@ -2131,7 +2168,7 @@
</attribute>
<attribute><id>DECONFIG_GARDABLE</id><default>1</default></attribute>
<attribute><id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
<default>0x00000001</default> <!--GARD -->
<default>0x00000003</default>
</attribute>
<attribute>
<id>CDM_DOMAIN</id>
Expand Down

0 comments on commit 9c93244

Please sign in to comment.