diff options
author | Swathi Madhuri Bhattiprolu <bhmadhur@in.ibm.com> | 2018-04-30 05:35:26 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-05-08 10:02:46 -0400 |
commit | 9c93244cabf8de4b6de3d99d8f1cbd5f28b6a1b4 (patch) | |
tree | f4dc9f03a68d558fb8616c805eea03c8bb9faba1 /src/usr/targeting | |
parent | 2fe71f4ddc13e3c730fbb7e1fcfe0d319eddc333 (diff) | |
download | talos-hostboot-9c93244cabf8de4b6de3d99d8f1cbd5f28b6a1b4.tar.gz talos-hostboot-9c93244cabf8de4b6de3d99d8f1cbd5f28b6a1b4.zip |
Fix HWAS_STATE_CHANGED_SUBSCRIPTION_MASK for MC/MI/DMI
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>
Diffstat (limited to 'src/usr/targeting')
-rw-r--r-- | src/usr/targeting/common/xmltohb/target_types.xml | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index 5763b6ba0..b7cc025ce 100644 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -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> @@ -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 @@ -1521,6 +1530,10 @@ <id>DECONFIG_GARDABLE</id> </attribute> <attribute> + <default>0x00000003</default> + <id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id> + </attribute> + <attribute> <id>PARENT_PERVASIVE</id> </attribute> <attribute> @@ -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 @@ -1553,6 +1571,10 @@ <id>DECONFIG_GARDABLE</id> </attribute> <attribute> + <default>0x00000003</default> + <id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id> + </attribute> + <attribute> <id>PARENT_PERVASIVE</id> </attribute> <attribute> @@ -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 @@ -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> @@ -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 --> @@ -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> |