summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml')
-rw-r--r--src/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml23
1 files changed, 18 insertions, 5 deletions
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml b/src/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml
index 41d9767e..a975e844 100644
--- a/src/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml
+++ b/src/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER sbe Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2015,2017 -->
+<!-- Contributors Listed Below - COPYRIGHT 2015,2018 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -26,7 +26,11 @@
<!-- ******************************************************************************** -->
<attribute>
<id>ATTR_NAME</id>
- <targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_MEMBUF_CHIP</targetType>
+ <targetType>
+ TARGET_TYPE_PROC_CHIP,
+ TARGET_TYPE_MEMBUF_CHIP,
+ TARGET_TYPE_OCMB_CHIP
+ </targetType>
<description>
Product name of a chip target.
Provided by the MRW.
@@ -37,7 +41,8 @@
CENTAUR = 0x3,
NIMBUS = 0x5,
CUMULUS = 0x6,
- AXONE = 0x7
+ AXONE = 0x7,
+ EXPLORER = 0x8
</enum>
<platInit/>
<privileged/>
@@ -45,7 +50,11 @@
<!-- ********************************************************************* -->
<attribute>
<id>ATTR_EC</id>
- <targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_MEMBUF_CHIP</targetType>
+ <targetType>
+ TARGET_TYPE_PROC_CHIP,
+ TARGET_TYPE_MEMBUF_CHIP,
+ TARGET_TYPE_OCMB_CHIP
+ </targetType>
<description>
EC level of a chip target.
Read from the chip by the platform
@@ -59,7 +68,11 @@
<!-- ********************************************************************* -->
<attribute>
<id>ATTR_MINI_EC</id>
- <targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_MEMBUF_CHIP</targetType>
+ <targetType>
+ TARGET_TYPE_PROC_CHIP,
+ TARGET_TYPE_MEMBUF_CHIP,
+ TARGET_TYPE_OCMB_CHIP
+ </targetType>
<description>
Specifies extra mini-EC versions beyond the standard Major.Minor DD
level, e.g. 1.02 would have ATTR_EC=0x10, ATTR_MINI_EC=2
OpenPOWER on IntegriCloud