Mike Baiocchi | 73573d8 | 2015-04-22 17:45:40 -0500 | [diff] [blame^] | 1 | From bc07c585c41d4c6119d8608af27ab7ad1acdaab8 Mon Sep 17 00:00:00 2001 |
| 2 | From: Mike Baiocchi <baiocchi@us.ibm.com> |
| 3 | Date: Wed, 22 Apr 2015 10:31:08 -0500 |
| 4 | Subject: [PATCH] Add targeting support for backplane VPD |
| 5 | |
| 6 | Only the targeting support required by "Updated VPD_REC_NUM numbering" |
| 7 | |
| 8 | Change-Id: Ifa095f719b35de2cfae9344496dee63aea190334 |
| 9 | RTC: 118373 |
| 10 | --- |
| 11 | src/usr/targeting/common/xmltohb/target_types.xml | 2 ++ |
| 12 | 1 file changed, 2 insertions(+) |
| 13 | |
| 14 | diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml |
| 15 | index 82ec014..759b73e 100644 |
| 16 | --- a/src/usr/targeting/common/xmltohb/target_types.xml |
| 17 | +++ b/src/usr/targeting/common/xmltohb/target_types.xml |
| 18 | @@ -913,6 +913,8 @@ |
| 19 | <attribute><id>FRU_ID</id></attribute> |
| 20 | <attribute><id>TPM_PRIMARY_INFO</id></attribute> |
| 21 | <attribute><id>TPM_BACKUP_INFO</id></attribute> |
| 22 | + <attribute><id>EEPROM_VPD_PRIMARY_INFO</id></attribute> |
| 23 | + <attribute><id>VPD_REC_NUM</id></attribute> |
| 24 | </targetType> |
| 25 | |
| 26 | <targetType> |
| 27 | -- |
| 28 | 1.8.2.2 |
| 29 | |