summaryrefslogtreecommitdiffstats
path: root/src/usr/vpd
diff options
context:
space:
mode:
authorRobert Lippert <rlippert@google.com>2017-11-15 14:30:39 -0800
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-11-21 21:19:31 -0500
commit7261c1709400fc39dc326368f8487d2c4814f204 (patch)
tree70607312411c63dbc3b33ef57359091e71ca5e9a /src/usr/vpd
parent013f189c0215b9ae998503d3beea16bb27a3bafc (diff)
downloadtalos-hostboot-7261c1709400fc39dc326368f8487d2c4814f204.tar.gz
talos-hostboot-7261c1709400fc39dc326368f8487d2c4814f204.zip
vpd/mvpd: add RT as a valid MVPD keyword enum
This makes MVPD match DVPD and PVPD which define RT as a valid keyword. Resolves #124 Signed-off-by: Robert Lippert <rlippert@google.com> Change-Id: I4fae0afc243315685cbe1ff818193ba9497af0c1 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49769 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/vpd')
-rw-r--r--src/usr/vpd/mvpd.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/vpd/mvpd.H b/src/usr/vpd/mvpd.H
index bd8b1160e..91679c533 100644
--- a/src/usr/vpd/mvpd.H
+++ b/src/usr/vpd/mvpd.H
@@ -6,6 +6,7 @@
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2013,2017 */
+/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -135,6 +136,7 @@ namespace MVPD
{ L7, "L7" },
{ L8, "L8" },
{ pdW, "#W" },
+ { RT, "RT" },
// -------------------------------------------------------------------
// DO NOT USE!! This is for test purposes ONLY!
OpenPOWER on IntegriCloud