diff options
author | Nick Bofferding <bofferdn@us.ibm.com> | 2016-03-24 17:06:47 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-03-29 13:40:15 -0400 |
commit | 0c8f7b488734d631ef0461438b4ea95f9fa11d97 (patch) | |
tree | 5131f965d4830515f19bfddf62e31c6ffd1d8076 /src/import/hwpf/fapi2/xml/attribute_info | |
parent | ebf8252a51fb00ba2332084f2ecf2a83740e8ece (diff) | |
download | talos-hostboot-0c8f7b488734d631ef0461438b4ea95f9fa11d97.tar.gz talos-hostboot-0c8f7b488734d631ef0461438b4ea95f9fa11d97.zip |
Add ABUS and L4 targets to FAPI_POS and CHIP_UNIT_POS attributes
Change-Id: I432388c001c7e9b6064e7432f689cdb6c4549f83
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22467
Tested-by: Jenkins Server
Tested-by: Hostboot CI
Reviewed-by: Brian R. Silver <bsilver@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22468
Tested-by: FSP CI Jenkins
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/xml/attribute_info')
-rw-r--r-- | src/import/hwpf/fapi2/xml/attribute_info/common_attributes.xml | 2 | ||||
-rw-r--r-- | src/import/hwpf/fapi2/xml/attribute_info/unit_attributes.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/common_attributes.xml b/src/import/hwpf/fapi2/xml/attribute_info/common_attributes.xml index 03557e704..157cc9059 100644 --- a/src/import/hwpf/fapi2/xml/attribute_info/common_attributes.xml +++ b/src/import/hwpf/fapi2/xml/attribute_info/common_attributes.xml @@ -64,7 +64,7 @@ TARGET_TYPE_NV, TARGET_TYPE_SBE, TARGET_TYPE_PPE, TARGET_TYPE_PERV, TARGET_TYPE_PEC, TARGET_TYPE_PHB, TARGET_TYPE_CAPP, - TARGET_TYPE_MBA + TARGET_TYPE_MBA, TARGET_TYPE_ABUS, TARGET_TYPE_L4 </targetType> <description> Logical position of target within a system. This is derived from the SMP location diff --git a/src/import/hwpf/fapi2/xml/attribute_info/unit_attributes.xml b/src/import/hwpf/fapi2/xml/attribute_info/unit_attributes.xml index a8ce7cb70..9c980bd42 100644 --- a/src/import/hwpf/fapi2/xml/attribute_info/unit_attributes.xml +++ b/src/import/hwpf/fapi2/xml/attribute_info/unit_attributes.xml @@ -27,7 +27,7 @@ TARGET_TYPE_NV, TARGET_TYPE_SBE, TARGET_TYPE_PPE, TARGET_TYPE_PERV, TARGET_TYPE_PEC, TARGET_TYPE_PHB, TARGET_TYPE_CAPP, - TARGET_TYPE_MBA + TARGET_TYPE_MBA, TARGET_TYPE_ABUS, TARGET_TYPE_L4 </targetType> <description> A unit's position within the chip with respect to similar units. |