blob: a45987646ec7e75582ca4d9f0d9d873557962f3c [file] [log] [blame]
Andrew Geissler62864f62015-02-27 14:49:28 -06001From 27a08856a62b32d028315951da06bf091bd22bf6 Mon Sep 17 00:00:00 2001
2From: Bill Hoffa <wghoffa@us.ibm.com>
3Date: Thu, 26 Feb 2015 12:50:20 -0600
4Subject: [PATCH 1/5] Provide OCC Target with FRU_ID attribute
5
6Required with github commits:
7https://github.com/open-power/habanero-xml/commit/dc738f40fc6e6c63c2bf6e25dca0f85987c870b8
8and
9https://github.com/open-power/palmetto-xml/commit/84f5bf5cc10459a85340cd0cc82a8c65b5bc4c97
10
11Change-Id: I8dd08fe5b4649f1398675c47db3abbdb8a5363b0
12RTC: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
18diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
19index 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--
331.7.4.1
34