summaryrefslogtreecommitdiffstats
path: root/import/chips
diff options
context:
space:
mode:
authorAbhishek Agarwal <abagarw8@in.ibm.com>2016-07-05 13:19:35 +0200
committerSachin Gupta <sgupta2m@in.ibm.com>2016-07-07 00:17:29 -0400
commitca440f4056ca9ecbfbfa808dc7f90c269c63c04f (patch)
tree248913c75127c4d3c939e8d92e22b8e784db9f80 /import/chips
parent4a1d7f44543e9058a943464663f26b32eb251f39 (diff)
downloadtalos-sbe-ca440f4056ca9ecbfbfa808dc7f90c269c63c04f.tar.gz
talos-sbe-ca440f4056ca9ecbfbfa808dc7f90c269c63c04f.zip
Level1 HWP for p9_check_chiplet_states
Change-Id: Id0296d53100d71b20980ccd8084e1fc9b34b0da6 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26621 Reviewed-by: MURULIDHAR NATARAJU <murulidhar@in.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26623 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'import/chips')
-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