summaryrefslogtreecommitdiffstats
path: root/import/chips/p9
diff options
context:
space:
mode:
Diffstat (limited to 'import/chips/p9')
-rw-r--r--import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml9
-rw-r--r--import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml30
2 files changed, 39 insertions, 0 deletions
diff --git a/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml b/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml
index 8084e8d3..46583a9d 100644
--- a/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml
+++ b/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml
@@ -622,6 +622,15 @@
<name>ATTR_IO_FILTER_BYPASS</name>
<value>0x0</value>
</entry>
+ <entry>
+ <name>ATTR_TARGET_HAS_POWER</name>
+ </entry>
+ <entry>
+ <name>ATTR_TARGET_HAS_CLOCK</name>
+ </entry>
+ <entry>
+ <name>ATTR_TARGET_IS_SCOMMABLE</name>
+ </entry>
<!-- See chip_attributes.xml for a description of ATTR_EC -->
<entry>
<name>ATTR_EC</name>
diff --git a/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml b/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
index 2ea17c6d..2c7370f7 100644
--- a/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
+++ b/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>
OpenPOWER on IntegriCloud