summaryrefslogtreecommitdiffstats
path: root/src/usr/vpd
diff options
context:
space:
mode:
authorMatt Ploetz <maploetz@us.ibm.com>2017-03-23 12:30:26 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-05-02 11:23:32 -0400
commit3d0fd427668ae9418f50d1432cceee3c95e794d6 (patch)
tree2a74367a05299ea1c8f7095c3820fdad9d09312b /src/usr/vpd
parent56a7aab1b97625940c62f06ba83a6359f25653b7 (diff)
downloadtalos-hostboot-3d0fd427668ae9418f50d1432cceee3c95e794d6.tar.gz
talos-hostboot-3d0fd427668ae9418f50d1432cceee3c95e794d6.zip
Support manufacturing date VPD in IPMI fru inventory
Change-Id: Iab5d8d5fdc0a9c361de9f28348719c36fcddb827 RTC: 158892 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38365 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/vpd')
-rw-r--r--src/usr/vpd/cvpd.H1
-rw-r--r--src/usr/vpd/pvpd.H3
2 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/vpd/cvpd.H b/src/usr/vpd/cvpd.H
index a2fd58011..e5eec6f6e 100644
--- a/src/usr/vpd/cvpd.H
+++ b/src/usr/vpd/cvpd.H
@@ -168,6 +168,7 @@ namespace CVPD
{ pd6, "#6" },
{ pd8, "#8" },
{ pdY, "#Y" },
+ { MB, "MB" },
// -------------------------------------------------------------------
// DO NOT USE!! This is for test purposes ONLY!
diff --git a/src/usr/vpd/pvpd.H b/src/usr/vpd/pvpd.H
index 32679507a..71d90d084 100644
--- a/src/usr/vpd/pvpd.H
+++ b/src/usr/vpd/pvpd.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2016 */
+/* Contributors Listed Below - COPYRIGHT 2013,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -104,6 +104,7 @@ namespace PVPD
{ VS, "VS" },
{ VZ, "VZ" },
{ LX, "LX" },
+ { MB, "MB" },
// -------------------------------------------------------------------
// DO NOT USE!! This is for test purposes ONLY!
OpenPOWER on IntegriCloud