diff options
author | Sampa Misra <sampmisr@in.ibm.com> | 2018-11-18 23:09:01 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-02-21 10:08:11 -0600 |
commit | 93809c8a36ec8273c0a5cb206604d6092922a09d (patch) | |
tree | 2578caf85b11b6e6be5e63523bb592154ad545a7 | |
parent | 2fce6c032485af7c4dfc02c1d2a5ec9d0d11758c (diff) | |
download | talos-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>
-rw-r--r-- | src/usr/hdat/hdatiohub.C | 4 | ||||
-rw-r--r-- | src/usr/targeting/common/xmltohb/target_types_oppowervm.xml | 1 |
2 files changed, 5 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" }, diff --git a/src/usr/targeting/common/xmltohb/target_types_oppowervm.xml b/src/usr/targeting/common/xmltohb/target_types_oppowervm.xml index 4e987c797..acd858513 100644 --- a/src/usr/targeting/common/xmltohb/target_types_oppowervm.xml +++ b/src/usr/targeting/common/xmltohb/target_types_oppowervm.xml @@ -185,6 +185,7 @@ <id>sys-sys-power9</id> <attribute> <id>ASCII_VPD_LX_KEYWORD</id> + <default>0x3100070100300FF1</default> </attribute> <attribute> <id>HUGE_PAGE_COUNT</id> |