summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime/common
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2012-11-12 13:28:11 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-12-03 17:05:17 -0600
commit081bc55d54bffba5f1bb660d7757e5a13a6ea771 (patch)
tree765249a9dacb584cbfa8b74e2a3764f8b493f952 /src/usr/runtime/common
parent0bbc1fcf5d4b8a5301820f709b86a9ac292dacee (diff)
downloadtalos-hostboot-081bc55d54bffba5f1bb660d7757e5a13a6ea771.tar.gz
talos-hostboot-081bc55d54bffba5f1bb660d7757e5a13a6ea771.zip
Add NAME and ECMD_STRING to HostServices attributes
These additions came about as a result of the HostServices code review meetings. Change-Id: I1d76b931a158ba724bdf0ee9835a1ecbb7b10100 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2310 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/runtime/common')
-rw-r--r--src/usr/runtime/common/hsvc_attribute_structs.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/runtime/common/hsvc_attribute_structs.H b/src/usr/runtime/common/hsvc_attribute_structs.H
index 19f12ddcd..4493b07d5 100644
--- a/src/usr/runtime/common/hsvc_attribute_structs.H
+++ b/src/usr/runtime/common/hsvc_attribute_structs.H
@@ -73,5 +73,6 @@ struct hsvc_node_data_t
// Custom Attribute IDs
// Note: Standard fapi::AttributeId are only 32-bits so we can use the top
// 32-bits of the 64-bit value for our own numbers
-static const uint64_t HSVC_HUID = 0xFF000001FFFFFFFF;
-static const uint64_t HSVC_PHYS_PATH = 0xFF000002FFFFFFFF;
+static const uint64_t HSVC_HUID = 0xFF000001FFFFFFFF;
+static const uint64_t HSVC_PHYS_PATH = 0xFF000002FFFFFFFF;
+static const uint64_t HSVC_ECMD_STRING = 0xFF000003FFFFFFFF;
OpenPOWER on IntegriCloud