summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2015-02-18 15:07:08 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-25 22:57:37 -0600
commitde162b1fbbafc0d1f98eb2231b14c4d351b3171e (patch)
tree9ed20c4caef4219670f7ac2f7e1931566f3695da /src/usr/targeting/common
parent84a672bd28630d9998fc2808df3659ddcf5a7eda (diff)
downloadblackbird-hostboot-de162b1fbbafc0d1f98eb2231b14c4d351b3171e.tar.gz
blackbird-hostboot-de162b1fbbafc0d1f98eb2231b14c4d351b3171e.zip
attr for ipmi max_buffer for hbrt
pass the ipmi max_buffer size from hostboot during ipl to hostboot runtime via targeting attribute Change-Id: I5971333fd3950af65c66a2936b00a0d4ad907330 RTC: 124099 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15820 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types_hb.xml13
-rw-r--r--src/usr/targeting/common/xmltohb/target_types_hb.xml1
2 files changed, 14 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
index c118e717b..3bb57e6a1 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
@@ -1037,4 +1037,17 @@ ID for the sensor number returned with the elog. -->
</enumerator>
</enumerationType>
+<attribute>
+ <id>IPMI_MAX_BUFFER_SIZE</id>
+ <description>max buffer size to use for ipmi messages</description>
+ <simpleType>
+ <uint32_t>
+ </uint32_t>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+ <hbOnly/>
+</attribute>
+
</attributes>
diff --git a/src/usr/targeting/common/xmltohb/target_types_hb.xml b/src/usr/targeting/common/xmltohb/target_types_hb.xml
index c1f74f3dc..8255b708c 100644
--- a/src/usr/targeting/common/xmltohb/target_types_hb.xml
+++ b/src/usr/targeting/common/xmltohb/target_types_hb.xml
@@ -66,6 +66,7 @@
<attribute><id>OPAL_MODEL</id></attribute>
<attribute><id>HTMGT_SAFEMODE</id></attribute>
<attribute><id>IPMI_SENSORS</id></attribute>
+ <attribute><id>IPMI_MAX_BUFFER_SIZE</id></attribute>
</targetTypeExtension>
<targetTypeExtension>
OpenPOWER on IntegriCloud