summaryrefslogtreecommitdiffstats
path: root/src/usr/hdat/hdatbldda.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hdat/hdatbldda.C')
-rwxr-xr-xsrc/usr/hdat/hdatbldda.C6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/hdat/hdatbldda.C b/src/usr/hdat/hdatbldda.C
index 4f940cf91..34458db79 100755
--- a/src/usr/hdat/hdatbldda.C
+++ b/src/usr/hdat/hdatbldda.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016 */
+/* Contributors Listed Below - COPYRIGHT 2016,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -59,6 +59,7 @@ namespace HDAT
// Backplane keyword and record details
static vpdData pvpdData[] =
{
+ { PVPD::VINI, PVPD::RT },
{ PVPD::VINI, PVPD::DR },
{ PVPD::VINI, PVPD::CE },
{ PVPD::VINI, PVPD::VZ },
@@ -71,15 +72,18 @@ static vpdData pvpdData[] =
{ PVPD::VINI, PVPD::B4 },
{ PVPD::VINI, PVPD::B7 },
{ PVPD::VINI, PVPD::PF },
+ { PVPD::OPFR, PVPD::RT },
{ PVPD::OPFR, PVPD::VP },
{ PVPD::OPFR, PVPD::VS },
{ PVPD::OPFR, PVPD::DR },
{ PVPD::OPFR, PVPD::VN },
+ { PVPD::OSYS, PVPD::RT },
{ PVPD::OSYS, PVPD::MM },
{ PVPD::OSYS, PVPD::SS },
};
const HdatKeywordInfo l_pvpdKeywords[] =
{
+ { PVPD::RT, "RT" },
{ PVPD::DR, "DR" },
{ PVPD::CE, "CE" },
{ PVPD::VZ, "VZ" },
OpenPOWER on IntegriCloud