summaryrefslogtreecommitdiffstats
path: root/import/hwpf/fapi2/xml
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2015-10-02 07:55:42 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-06-23 04:52:47 -0400
commit81832bd1dc3db80ffe862b3dbddad08dd8071a11 (patch)
tree471d80f43afc0b07b8f3426e66dd25284d4531c0 /import/hwpf/fapi2/xml
parenta133e4e57eb17589f637af83ba48133a9a100ef3 (diff)
downloadtalos-sbe-81832bd1dc3db80ffe862b3dbddad08dd8071a11.tar.gz
talos-sbe-81832bd1dc3db80ffe862b3dbddad08dd8071a11.zip
Add base FAPI2 attribute definitions
Add attributes needed for Cronus platform compilation to hwpf/fapi2 Adjust location of XML in hwpf/fapi2 tree Change-Id: Ief33eeba9f108be326c7ba6e7e8e6cc5b877ab31 Original-Change-Id: I7c6873335bc21327edf53319bd0753c352205480 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20918 Tested-by: Jenkins Server Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26161 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'import/hwpf/fapi2/xml')
-rw-r--r--import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml53
1 files changed, 53 insertions, 0 deletions
diff --git a/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml b/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml
new file mode 100644
index 00000000..382f93c3
--- /dev/null
+++ b/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml
@@ -0,0 +1,53 @@
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: hwpf/fapi2/xml/attribute_info/chip_attributes.xml $ -->
+<!-- -->
+<!-- IBM CONFIDENTIAL -->
+<!-- -->
+<!-- EKB Project -->
+<!-- -->
+<!-- COPYRIGHT 2015 -->
+<!-- [+] International Business Machines Corp. -->
+<!-- -->
+<!-- -->
+<!-- The source code for this program is not published or otherwise -->
+<!-- divested of its trade secrets, irrespective of what has been -->
+<!-- deposited with the U.S. Copyright Office. -->
+<!-- -->
+<!-- IBM_PROLOG_END_TAG -->
+<attributes>
+ <!-- ******************************************************************************** -->
+ <attribute>
+ <id>ATTR_NAME</id>
+ <targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_MEMBUF_CHIP</targetType>
+ <description>
+ Product name of a chip target.
+ Provided by the MRW.
+ </description>
+ <valueType>uint8</valueType>
+ <enum>
+ NONE = 0x0,
+ CENTAUR = 0x3,
+ NIMBUS = 0x5,
+ CUMULUS = 0x6
+ </enum>
+ <platInit/>
+ <privledged/>
+ </attribute>
+ <!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_EC</id>
+ <targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_MEMBUF_CHIP</targetType>
+ <description>
+ EC level of a chip target.
+ Read from the chip by the platform
+ </description>
+ <valueType>uint8</valueType>
+ <platInit/>
+ <!-- To make HWPs data driven, this is a privileged attribute that cannot
+ be accessed by normal HWPs. -->
+ <privileged/>
+ </attribute>
+ <!-- ********************************************************************* -->
+</attributes>
OpenPOWER on IntegriCloud