summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/xml/attribute_info
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2017-08-23 15:08:04 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2017-08-26 18:27:47 -0400
commita1a37fff41cdb151942e6488bc1b700d2f775e13 (patch)
tree6b3cf08ecf2e72aa6d70a103443a9631498726a6 /src/import/hwpf/fapi2/xml/attribute_info
parent063bc982053fef5d02bb19cb1bb8bab59104db51 (diff)
downloadtalos-hostboot-a1a37fff41cdb151942e6488bc1b700d2f775e13.tar.gz
talos-hostboot-a1a37fff41cdb151942e6488bc1b700d2f775e13.zip
Add FAPI_POS and IS_FUNCTIONAL attributes to TARGET_TYPE_MC
This target type was left out. Hostboot wants this target type to have these attributes Change-Id: Ifd4047cb70fecfbdcfc2ab4c9fd1eaf5c2c92643 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45065 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45069 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@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.xml4
1 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 a91734989..b5a61b6f9 100644
--- a/src/import/hwpf/fapi2/xml/attribute_info/common_attributes.xml
+++ b/src/import/hwpf/fapi2/xml/attribute_info/common_attributes.xml
@@ -38,7 +38,7 @@
TARGET_TYPE_MEMBUF_CHIP,
TARGET_TYPE_MBA,
TARGET_TYPE_DIMM,
- TARGET_TYPE_L4
+ TARGET_TYPE_L4,TARGET_TYPE_MC
</targetType>
<description>
1 if the target is functional, else 0. Set by the platform.
@@ -73,7 +73,7 @@
TARGET_TYPE_OBUS_BRICK,
TARGET_TYPE_SBE, TARGET_TYPE_PPE, TARGET_TYPE_PERV,
TARGET_TYPE_PEC, TARGET_TYPE_PHB, TARGET_TYPE_CAPP,
- TARGET_TYPE_MBA, TARGET_TYPE_ABUS, TARGET_TYPE_L4
+ TARGET_TYPE_MBA, TARGET_TYPE_ABUS, TARGET_TYPE_L4, TARGET_TYPE_MC
</targetType>
<description>
Logical position of target within a system. This is derived from the SMP location
OpenPOWER on IntegriCloud