summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorBill Hoffa <wghoffa@us.ibm.com>2014-12-01 11:48:01 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-12-14 17:34:09 -0600
commit8f0edf314a9c9198d95b0c7598e269cf8b7f232a (patch)
treeb6e09d66845e500bbaf036a40874aea461691044 /src/include
parent9b53fb2a9083e62380f7bf2fb041378ef4de96ee (diff)
downloadtalos-hostboot-8f0edf314a9c9198d95b0c7598e269cf8b7f232a.tar.gz
talos-hostboot-8f0edf314a9c9198d95b0c7598e269cf8b7f232a.zip
IPMI Fru Inventory Record Creation
Change-Id: I9339e267ff7d2e2edbf4305d8c2d57f73f0c5eeb RTC:108829 Depends-on:I3c0c4c7c14521f1b64af37d62e57a5947602ed11 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14666 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/ipmi/ipmifruinv.H41
-rw-r--r--src/include/usr/vpd/cvpdenums.H2
2 files changed, 42 insertions, 1 deletions
diff --git a/src/include/usr/ipmi/ipmifruinv.H b/src/include/usr/ipmi/ipmifruinv.H
new file mode 100644
index 000000000..cc34b06e3
--- /dev/null
+++ b/src/include/usr/ipmi/ipmifruinv.H
@@ -0,0 +1,41 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/include/usr/ipmi/ipmifru.H $ */
+/* */
+/* OpenPOWER HostBoot Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2014 */
+/* [+] International Business Machines Corp. */
+/* */
+/* */
+/* Licensed under the Apache License, Version 2.0 (the "License"); */
+/* you may not use this file except in compliance with the License. */
+/* You may obtain a copy of the License at */
+/* */
+/* http://www.apache.org/licenses/LICENSE-2.0 */
+/* */
+/* Unless required by applicable law or agreed to in writing, software */
+/* distributed under the License is distributed on an "AS IS" BASIS, */
+/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */
+/* implied. See the License for the specific language governing */
+/* permissions and limitations under the License. */
+/* */
+/* IBM_PROLOG_END_TAG */
+
+#ifndef __IPMI_IPMIFRUINV_H
+#define __IPMI_IMPIFRUINV_H
+
+namespace IPMIFRUINV
+{
+ /**
+ * @brief Base function to be called to set the IPMI Fru
+ * inventory data for all targets in system
+ *
+ * @param[out] errlHndl_t, Any errors encountered sending
+ * IPMI Fru Inventory Data
+ */
+ errlHndl_t setData(void);
+};
+
+#endif
diff --git a/src/include/usr/vpd/cvpdenums.H b/src/include/usr/vpd/cvpdenums.H
index f3b534012..71da3f207 100644
--- a/src/include/usr/vpd/cvpdenums.H
+++ b/src/include/usr/vpd/cvpdenums.H
@@ -82,7 +82,7 @@ namespace CVPD
VD = 0x17,
VN = 0x18,
VP = 0x19,
- SV = 0x1a,
+ VS = 0x1a,
M0 = 0x1b,
M1 = 0x1c,
M2 = 0x1d,
OpenPOWER on IntegriCloud