summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhishek Agarwal <abagarw8@in.ibm.com>2016-07-07 08:19:14 +0200
committerSachin Gupta <sgupta2m@in.ibm.com>2016-07-19 05:24:12 -0400
commit2053e8fc38e6fc8350bc70a0548eb7c0c5510423 (patch)
tree4c44af1074e6d5d6851a9e786f5b4c0c504d376f
parente80ea271b55ef1748fad64c1d75dfbbf9042b1dd (diff)
downloadtalos-sbe-2053e8fc38e6fc8350bc70a0548eb7c0c5510423.tar.gz
talos-sbe-2053e8fc38e6fc8350bc70a0548eb7c0c5510423.zip
Level2 HWP for p9_check_chiplet_states
Change-Id: I0d5ba640d01b15a82854e7e7299f9329df23cbf7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26697 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: MURULIDHAR NATARAJU <murulidhar@in.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: Brian T. Vanderpool <vanderp@us.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26712 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
-rw-r--r--import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml11
-rw-r--r--import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml12
2 files changed, 7 insertions, 16 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 59543d82..5b1b33ee 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
@@ -484,16 +484,7 @@
<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 -->
+ <!-- See chip_attributes.xml for a description of ATTR_EC -->
<entry>
<name>ATTR_EC</name>
<!-- The value needs to be changed as per the EC level -->
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 6d7f70ce..2b5bef10 100644
--- a/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
+++ b/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
@@ -641,32 +641,32 @@
<attribute>
<id>ATTR_TARGET_HAS_POWER</id>
- <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <targetType>TARGET_TYPE_PERV</targetType>
<description>Functional Target has power</description>
+ <initToZero></initToZero>
<valueType>uint8</valueType>
<writeable/>
<persistRuntime/>
- <platInit/>
</attribute>
<attribute>
<id>ATTR_TARGET_HAS_CLOCK</id>
- <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <targetType>TARGET_TYPE_PERV</targetType>
<description>Functional Target has clock</description>
+ <initToZero></initToZero>
<valueType>uint8</valueType>
<writeable/>
<persistRuntime/>
- <platInit/>
</attribute>
<attribute>
<id>ATTR_TARGET_IS_SCOMMABLE</id>
- <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <targetType>TARGET_TYPE_PERV</targetType>
+ <initToZero></initToZero>
<description>Functional Target is scommable</description>
<valueType>uint8</valueType>
<writeable/>
<persistRuntime/>
- <platInit/>
</attribute>
</attributes>
OpenPOWER on IntegriCloud