summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml30
-rw-r--r--src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml9
2 files changed, 39 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
index 2ea17c6d0..2c7370f7f 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
@@ -649,4 +649,34 @@
<platInit/>
</attribute>
+<attribute>
+ <id>ATTR_TARGET_HAS_POWER</id>
+ <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <description>Functional Target has power</description>
+ <valueType>uint8</valueType>
+ <writeable/>
+ <persistRuntime/>
+ <platInit/>
+</attribute>
+
+<attribute>
+ <id>ATTR_TARGET_HAS_CLOCK</id>
+ <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <description>Functional Target has clock</description>
+ <valueType>uint8</valueType>
+ <writeable/>
+ <persistRuntime/>
+ <platInit/>
+</attribute>
+
+<attribute>
+ <id>ATTR_TARGET_IS_SCOMMABLE</id>
+ <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <description>Functional Target is scommable</description>
+ <valueType>uint8</valueType>
+ <writeable/>
+ <persistRuntime/>
+ <platInit/>
+</attribute>
+
</attributes>
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
index e96c3ff51..e074413ef 100644
--- a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
+++ b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
@@ -225,6 +225,15 @@
<attribute>
<id>ATTR_IO_FILTER_BYPASS</id>
</attribute>
+ <attribute>
+ <id>ATTR_TARGET_HAS_POWER</id>
+ </attribute>
+ <attribute>
+ <id>ATTR_TARGET_HAS_CLOCK</id>
+ </attribute>
+ <attribute>
+ <id>ATTR_TARGET_IS_SCOMMABLE</id>
+ </attribute>
<!-- =====================================================================
End of temporary definitions
================================================================= -->
OpenPOWER on IntegriCloud