summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2013-08-16 13:57:12 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-08-19 13:24:51 -0500
commit694b4840fe38e4f03f5185c9e4ab9240a1ba7094 (patch)
tree50460755e3dcd36e209635a5a2fd375707487878 /src/usr/targeting
parent2e4efe05fd1fa3ac3e175f6043bb5d22a712633d (diff)
downloadtalos-hostboot-694b4840fe38e4f03f5185c9e4ab9240a1ba7094.tar.gz
talos-hostboot-694b4840fe38e4f03f5185c9e4ab9240a1ba7094.zip
correct DECONFIG_GARDABLE handling
. update attribute description to be more accurate . revert CORE setting back to not DECONFIG_GARDABLE . correct deconfigByAssociation code to not check DECONFIG_GARDABLE Change-Id: Ib7bb678fd76f7bd8f99655810721b6985c5680e4 RTC: 81134 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5816 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml3
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml4
2 files changed, 4 insertions, 3 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index c38fa1282..20951ce64 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -980,7 +980,8 @@
<attribute>
<id>DECONFIG_GARDABLE</id>
- <description>If the Target is Deconfigurable and GARDable</description>
+ <description>If the Target is directly deconfigurable and GARDable; target
+ may still be deconfigured in 'by association' processing.</description>
<simpleType>
<uint8_t>
<default>0</default>
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 54eaf3618..6d8d78e9c 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -578,9 +578,9 @@
<id>TYPE</id>
<default>CORE</default>
</attribute>
- <attribute><id>DECONFIG_GARDABLE</id><default>1</default></attribute>
+ <attribute><id>DECONFIG_GARDABLE</id><default>0</default></attribute>
<attribute><id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
- <default>0x00000001</default> <!--GARD -->
+ <default>0x00000000</default>
</attribute>
</targetType>
OpenPOWER on IntegriCloud