From 5239e72e16da0d59c00b313dbedc9a3e8a5289be Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Tue, 24 Jan 2017 08:24:20 -0600 Subject: 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 Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Matt K. Light Reviewed-by: Richard J. Knight Reviewed-by: Brian R. Silver Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35322 Reviewed-by: Hostboot Team Tested-by: FSP CI Jenkins Reviewed-by: Sachin Gupta --- .../hwpf/fapi2/xml/attribute_info/chip_attributes.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'src') 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 @@ - + @@ -56,4 +56,21 @@ + + ATTR_MINI_EC + TARGET_TYPE_PROC_CHIP, TARGET_TYPE_MEMBUF_CHIP + + 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. + + uint8 + + + + -- cgit v1.2.1