summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/hdat/hdatiohub.C4
-rw-r--r--src/usr/targeting/common/xmltohb/target_types_oppowervm.xml1
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>
OpenPOWER on IntegriCloud