summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2013-07-12 10:40:23 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-07-16 11:49:11 -0500
commitb7db0277196debc5c16853d8104f3141b7c9852a (patch)
tree27347a3df32457aeb412c6f03197ba4dcc1fbaec /src/usr/targeting
parent7e24221a905b8d3767de62c252552d1d6c5592c7 (diff)
downloadtalos-hostboot-b7db0277196debc5c16853d8104f3141b7c9852a.tar.gz
talos-hostboot-b7db0277196debc5c16853d8104f3141b7c9852a.zip
Support ATTR_HOSTSVC_PLID attribute
- Defined noted attribute, tracking next PLID for host services - Added it to system target Change-Id: If6094bf08178d92ba9fc272627ec6902294be8ee RTC: 63042 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5391 Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml15
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml1
2 files changed, 16 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index a5b62dd95..8fbc9c66b 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -12634,4 +12634,19 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript
<writeable/>
</attribute>
+<attribute>
+ <id>HOSTSVC_PLID</id>
+ <description>
+ Value of the next PLID that host service should send
+ </description>
+ <simpleType>
+ <uint32_t>
+ <default>0</default>
+ </uint32_t>
+ </simpleType>
+ <persistency>non-volatile</persistency>
+ <readable/>
+ <writeable/>
+</attribute>
+
</attributes>
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 99553c49a..3f3701506 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -186,6 +186,7 @@
<attribute><id>MEM_MIRROR_PLACEMENT_POLICY</id></attribute>
<attribute><id>RISK_LEVEL</id></attribute>
<attribute><id>CDM_POLICIES</id></attribute>
+ <attribute><id>HOSTSVC_PLID</id></attribute>
</targetType>
<targetType>
OpenPOWER on IntegriCloud