diff options
| author | Joe McGill <jmcgill@us.ibm.com> | 2017-03-02 14:16:43 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-03-06 16:30:45 -0500 |
| commit | d0bc5a168223ce85d1f3810edc0a93608a18b4b6 (patch) | |
| tree | 86c7d8cf0db6cade1a4b51211e1f134377e594c9 /src/import/hwpf/fapi2/xml | |
| parent | e9419b5ecfc415978e190bf37fed16d30ef3efd5 (diff) | |
| download | blackbird-hostboot-d0bc5a168223ce85d1f3810edc0a93608a18b4b6.tar.gz blackbird-hostboot-d0bc5a168223ce85d1f3810edc0a93608a18b4b6.zip | |
nest_attributes.xml -- add 'effective' FBC group/chip ID attributes
expected programming by FW/Cronus:
foreach drawer
if drawer master chip X has no viable memory &&
chip Y in drawer is found to have memory
- set effective FBC group/chip ID attributes for chip X equal to
absolute FBC group/chip ID attribute values for chip Y
- set effective FBC group/chip ID attributes for chip Y equal to
absolute FBC group/chip ID attribute values for chip X
foreach chip Z (excluding X & Y) in drawer
- set effective FBC group/chip ID attributes for chip Z equal to
absolute FBC group/chip ID attribute values for chip Z
done
else
- set effective FBC group/chip ID attributes for all chips in drawer
to their absolute FBC group/chip ID attribute values
fi
done
Change-Id: I80cfe54343eb4f39a6b7dfb77899091a4653454c
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37423
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: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37427
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/xml')
| -rw-r--r-- | src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml index 0e97ff67a..9a4c0ab13 100644 --- a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml +++ b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml @@ -131,6 +131,14 @@ <id>ATTR_IO_X_MFG_MIN_EYE_WIDTH</id> <default>0x0</default> </attribute> + <attribute> + <id>ATTR_PROC_EFF_FABRIC_GROUP_ID</id> + <default>0x0</default> + </attribute> + <attribute> + <id>ATTR_PROC_EFF_FABRIC_CHIP_ID</id> + <default>0x0</default> + </attribute> <!-- ===================================================================== End of temporary definitions |

