summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-01-24 08:24:20 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2017-01-31 01:53:46 -0500
commit5239e72e16da0d59c00b313dbedc9a3e8a5289be (patch)
treee5a5d8abdb357ce965ef7df3cdfbe38a183e34a3 /src
parent2371c946def6923c102d67dd1bf79f21b911c656 (diff)
downloadtalos-sbe-5239e72e16da0d59c00b313dbedc9a3e8a5289be.tar.gz
talos-sbe-5239e72e16da0d59c00b313dbedc9a3e8a5289be.zip
Add ATTR_MINI_EC for Firmware use
Created a new attribute that specifies the mini-EC level for use by non-fapi firmware. Also updated the ci cnfg to pick up changes to the xml files in the fapi2 tree. Change-Id: I302b6f56167309d0f5a7c3732829458a03870c39 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35318 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: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35322 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml19
1 files changed, 18 insertions, 1 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 dbdd3aea..c706d011 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,2016 -->
+<!-- Contributors Listed Below - COPYRIGHT 2015,2017 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -56,4 +56,21 @@
<privileged/>
</attribute>
<!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_MINI_EC</id>
+ <targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_MEMBUF_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
+ Set by HWP as needed depending on how it is determined.
+ Note: This should not be used directly for checks in HWPs, instead
+ explicit attributes should be created for each workaround/change.
+ This is here for FW to consume in non-HWP code (e.g. PHYP) and/or
+ for display in FFDC or inventory lists.
+ </description>
+ <valueType>uint8</valueType>
+ <writeable/>
+ <initToZero/>
+ </attribute>
+ <!-- ********************************************************************* -->
</attributes>
OpenPOWER on IntegriCloud