summaryrefslogtreecommitdiffstats
path: root/importtemp
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2015-07-20 07:27:48 -0500
committerAmit J. Tendolkar <amit.tendolkar@in.ibm.com>2015-08-19 11:07:29 -0500
commitf3c18a2e5d3af5d66100b502091f636d219c3655 (patch)
treea5467166a2032e474059d1b3fcb4658d6c29f131 /importtemp
parent316f046100d70f6d8f0e1eda0174f49a797c1264 (diff)
downloadtalos-sbe-f3c18a2e5d3af5d66100b502091f636d219c3655.tar.gz
talos-sbe-f3c18a2e5d3af5d66100b502091f636d219c3655.zip
Honor PPE partial good attributes to intialize targets
- Addressed internal Gerrit comments - Addressed compilation issues with real procedures - Fix image tool "clean" function (updated) (deals with missing tools/image/bin) - make "clean" fixup - Get vector of attribute values properly into the image - Fix FAPI_ATTR_* signature from target pointer to target reference - ATTR_CHIP_UNIT_POS support for non-core/cache chiplets - Require FAPI_ATTR_GET/SET invocation to be in the form of fapi2::ATTR_.... - Fix tools bin directory creation issue - Address plat_PervPGTargets error case - Add FAPI_EXEC_HW support to deal with recently merged functions - Update libcommonerrors.mk to deal with recently merged compilation issue Change-Id: I31485ff05731e7fbaa0453d8ed9985b9ca56b8b3 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19342 Tested-by: Jenkins Server Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Amit J. Tendolkar <amit.tendolkar@in.ibm.com>
Diffstat (limited to 'importtemp')
-rw-r--r--importtemp/xml/attribute_info/pervasive_attributes.xml2
-rw-r--r--importtemp/xml/p9_ppe_attributes.xml21
2 files changed, 21 insertions, 2 deletions
diff --git a/importtemp/xml/attribute_info/pervasive_attributes.xml b/importtemp/xml/attribute_info/pervasive_attributes.xml
index 34b53f10..c73224a7 100644
--- a/importtemp/xml/attribute_info/pervasive_attributes.xml
+++ b/importtemp/xml/attribute_info/pervasive_attributes.xml
@@ -19,7 +19,7 @@
<attribute>
<id>ATTR_CHIP_UNIT_POS</id>
- <targetType>TARGET_TYPE_PERV,TARGET_TYPE_PROC_CHIP</targetType>
+ <targetType>TARGET_TYPE_PERV</targetType>
<description></description>
<valueType>uint8</valueType>
</attribute>
diff --git a/importtemp/xml/p9_ppe_attributes.xml b/importtemp/xml/p9_ppe_attributes.xml
index 7ae5e48e..d8c19074 100644
--- a/importtemp/xml/p9_ppe_attributes.xml
+++ b/importtemp/xml/p9_ppe_attributes.xml
@@ -43,7 +43,7 @@
<entry>
<name>ATTR_REPR_RING</name>
<value>0xcafe</value>
- <value>0xaffe</value>
+ <value>0xdead</value>
</entry>
<entry>
<name>ATTR_TIME_RING</name>
@@ -275,4 +275,23 @@
<name>ATTR_PG_EC23</name>
<value>0xF1FF</value>
</entry>
+ <entry>
+ <name>ATTR_CHIP_UNIT_POS</name>
+ <value>0x00</value>
+ <value>0x01</value>
+ <value>0x02</value>
+ <value>0x03</value>
+ <value>0x04</value>
+ <value>0x05</value>
+ <value>0x06</value>
+ <value>0x07</value>
+ <value>0x08</value>
+ <value>0x09</value>
+ <value>0x0A</value>
+ <value>0x0B</value>
+ <value>0x0C</value>
+ <value>0x0D</value>
+ <value>0x0E</value>
+ <value>0x0F</value>
+ </entry>
</entries>
OpenPOWER on IntegriCloud