Andrew Geissler | 62864f6 | 2015-02-27 14:49:28 -0600 | [diff] [blame] | 1 | From 27a08856a62b32d028315951da06bf091bd22bf6 Mon Sep 17 00:00:00 2001 |
| 2 | From: Bill Hoffa <wghoffa@us.ibm.com> |
| 3 | Date: Thu, 26 Feb 2015 12:50:20 -0600 |
| 4 | Subject: [PATCH 1/5] Provide OCC Target with FRU_ID attribute |
| 5 | |
| 6 | Required with github commits: |
| 7 | https://github.com/open-power/habanero-xml/commit/dc738f40fc6e6c63c2bf6e25dca0f85987c870b8 |
| 8 | and |
| 9 | https://github.com/open-power/palmetto-xml/commit/84f5bf5cc10459a85340cd0cc82a8c65b5bc4c97 |
| 10 | |
| 11 | Change-Id: I8dd08fe5b4649f1398675c47db3abbdb8a5363b0 |
| 12 | RTC:124817 |
| 13 | (cherry picked from commit 15d270e5f3f7b49fd26e2656b6d5b617aea207d9) |
| 14 | --- |
| 15 | src/usr/targeting/common/xmltohb/target_types.xml | 3 +++ |
| 16 | 1 files changed, 3 insertions(+), 0 deletions(-) |
| 17 | |
| 18 | diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml |
| 19 | index 4dcc796..6dc4e58 100644 |
| 20 | --- a/src/usr/targeting/common/xmltohb/target_types.xml |
| 21 | +++ b/src/usr/targeting/common/xmltohb/target_types.xml |
| 22 | @@ -1726,6 +1726,9 @@ |
| 23 | <attribute> |
| 24 | <id>OCC_MASTER_CAPABLE</id> |
| 25 | </attribute> |
| 26 | + <attribute> |
| 27 | + <id>FRU_ID</id> |
| 28 | + </attribute> |
| 29 | </targetType> |
| 30 | |
| 31 | </attributes> |
| 32 | -- |
| 33 | 1.7.4.1 |
| 34 | |