diff options
| author | Prachi Gupta <pragupta@us.ibm.com> | 2017-05-25 12:04:48 -0500 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2017-05-26 10:39:35 -0400 |
| commit | 00b17ec7c38c7304440d999dc9a88fefc8510ae9 (patch) | |
| tree | 0e5c53e5c9478f766a2a5915cfe360709f69d3dc /src/usr | |
| parent | f2a33cb5c91b97e209f9c15078d4e6568df7f3d2 (diff) | |
| download | talos-hostboot-00b17ec7c38c7304440d999dc9a88fefc8510ae9.tar.gz talos-hostboot-00b17ec7c38c7304440d999dc9a88fefc8510ae9.zip | |
remove FABRIC_NODE_ID
Change-Id: Iac1f0917dc04d255a55fbb43bbf22bd13804c650
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40987
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: ILYA SMIRNOV <ismirno@us.ibm.com>
Reviewed-by: Roland Veloz <rveloz@us.ibm.com>
Reviewed-by: Donald Washburn <dwashbur@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr')
| -rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 20 | ||||
| -rwxr-xr-x | src/usr/targeting/common/xmltohb/target_types.xml | 1 |
2 files changed, 0 insertions, 21 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 5dc44fb3f..d3d99b856 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -2477,26 +2477,6 @@ </attribute> <attribute> - <id>FABRIC_NODE_ID</id> - <description> - DEPRECATED!!!! - Chip attribute. - Logical fabric node the chip belongs to. - Provided by the Machine Readable Workbook. - Can vary across drawers. - </description> - <simpleType><uint8_t> - <default>0</default> - </uint8_t></simpleType> - <persistency>non-volatile</persistency> - <readable/> - <hwpfToHbAttrMap> - <id>ATTR_FABRIC_NODE_ID</id> - <macro>DIRECT</macro> - </hwpfToHbAttrMap> -</attribute> - -<attribute> <id>FABRIC_GROUP_ID</id> <description> Chip attribute. diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index b727c000a..48b412b34 100755 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -130,7 +130,6 @@ <id>FSI_GP_REG_SCOM_ACCESS</id> <default>1</default> </attribute> - <attribute><id>FABRIC_NODE_ID</id></attribute><!-- DEPRECATED --> <attribute><id>FABRIC_GROUP_ID</id></attribute> <attribute><id>PROC_EFF_FABRIC_GROUP_ID</id></attribute> <attribute><id>FABRIC_CHIP_ID</id></attribute> |

