summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2015-03-16 13:23:05 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-03-26 14:48:54 -0500
commit43c7aed1a01cf20acd11307ce08aab99eb5bcd1c (patch)
treef23dd8a3aef9f6d1905dd1822a019b8ae7724184 /src/include/usr
parentb0b7adcd0c1a072d6ee70c126dee95d570a86bef (diff)
downloadtalos-hostboot-43c7aed1a01cf20acd11307ce08aab99eb5bcd1c.tar.gz
talos-hostboot-43c7aed1a01cf20acd11307ce08aab99eb5bcd1c.zip
Fix VPD cache records/keywords
The CVPD should be checking OPFR:VS/VP first, then VINI:SN/PN The MVPD should be checking VRML:SN/PN not VINI:SN/PN Change-Id: If792fae2964011c1ca80e8cc08235477dc8a7a3b RTC: 124992 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16396 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: ANDRES A. LUGO-REYES <aalugore@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/vpd/mvpdenums.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/vpd/mvpdenums.H b/src/include/usr/vpd/mvpdenums.H
index 950245f44..fd4ddaf09 100644
--- a/src/include/usr/vpd/mvpdenums.H
+++ b/src/include/usr/vpd/mvpdenums.H
@@ -79,6 +79,7 @@ enum mvpdRecord
LWPE = 0x20,
VWML = 0x21,
MER0 = 0x22,
+ VRML = 0x23,
// Last Record
MVPD_LAST_RECORD,
OpenPOWER on IntegriCloud