summaryrefslogtreecommitdiffstats
path: root/src/usr/hdat
diff options
context:
space:
mode:
authorSampa Misra <sampmisr@in.ibm.com>2018-11-18 23:09:01 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-02-21 10:08:11 -0600
commit93809c8a36ec8273c0a5cb206604d6092922a09d (patch)
tree2578caf85b11b6e6be5e63523bb592154ad545a7 /src/usr/hdat
parent2fce6c032485af7c4dfc02c1d2a5ec9d0d11758c (diff)
downloadtalos-hostboot-93809c8a36ec8273c0a5cb206604d6092922a09d.tar.gz
talos-hostboot-93809c8a36ec8273c0a5cb206604d6092922a09d.zip
fix VINI RT HW LX keyword for Phyp
Change-Id: I7757b11bdb8643d7f0ea85cc881e00826e5715bb Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68904 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: Jayashankar Padath <jayashankar.padath@in.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/hdat')
-rw-r--r--src/usr/hdat/hdatiohub.C4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/hdat/hdatiohub.C b/src/usr/hdat/hdatiohub.C
index 1bd8924d4..c2f5d7eea 100644
--- a/src/usr/hdat/hdatiohub.C
+++ b/src/usr/hdat/hdatiohub.C
@@ -39,6 +39,7 @@ namespace HDAT
vpdData mvpdData[] =
{
+ { PVPD::VINI, PVPD::RT },
{ PVPD::VINI, PVPD::DR },
{ PVPD::VINI, PVPD::CE },
{ PVPD::VINI, PVPD::VZ },
@@ -48,6 +49,7 @@ vpdData mvpdData[] =
{ PVPD::VINI, PVPD::CC },
{ PVPD::VINI, PVPD::HE },
{ PVPD::VINI, PVPD::CT },
+ { PVPD::VINI, PVPD::HW },
{ PVPD::VINI, PVPD::B3 },
{ PVPD::VINI, PVPD::B4 },
{ PVPD::VINI, PVPD::B7 },
@@ -57,6 +59,7 @@ vpdData mvpdData[] =
const HdatKeywordInfo l_pvpdKeywords[] =
{
+ { PVPD::RT, "RT" },
{ PVPD::DR, "DR" },
{ PVPD::CE, "CE" },
{ PVPD::VZ, "VZ" },
@@ -66,6 +69,7 @@ const HdatKeywordInfo l_pvpdKeywords[] =
{ PVPD::CC, "CC" },
{ PVPD::HE, "HE" },
{ PVPD::CT, "CT" },
+ { PVPD::HW, "HW" },
{ PVPD::B3, "B3" },
{ PVPD::B4, "B4" },
{ PVPD::B7, "B7" },
OpenPOWER on IntegriCloud