summaryrefslogtreecommitdiffstats
path: root/src/include
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/include
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/include')
-rw-r--r--src/include/usr/vpd/mvpdenums.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/vpd/mvpdenums.H b/src/include/usr/vpd/mvpdenums.H
index 4b8084707..20eef7ed9 100644
--- a/src/include/usr/vpd/mvpdenums.H
+++ b/src/include/usr/vpd/mvpdenums.H
@@ -6,6 +6,7 @@
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2013,2017 */
+/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -124,6 +125,7 @@ enum mvpdKeyword
L7 = 0x29,
L8 = 0x2A,
pdW = 0x2B,
+ RT = 0x2C,
// Last Keyword
MVPD_LAST_KEYWORD,
OpenPOWER on IntegriCloud