From 3d0fd427668ae9418f50d1432cceee3c95e794d6 Mon Sep 17 00:00:00 2001 From: Matt Ploetz Date: Thu, 23 Mar 2017 12:30:26 -0500 Subject: 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 Tested-by: Jenkins OP Build CI Reviewed-by: Prachi Gupta Tested-by: FSP CI Jenkins Reviewed-by: William G. Hoffa Reviewed-by: Daniel M. Crowell --- src/usr/vpd/cvpd.H | 1 + src/usr/vpd/pvpd.H | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/usr/vpd') 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! -- cgit v1.2.1