summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/plat/fapiPlatMvpdAccess.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/plat/fapiPlatMvpdAccess.C')
-rw-r--r--src/usr/hwpf/plat/fapiPlatMvpdAccess.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/hwpf/plat/fapiPlatMvpdAccess.C b/src/usr/hwpf/plat/fapiPlatMvpdAccess.C
index 977a9a7cc..e7faf46ef 100644
--- a/src/usr/hwpf/plat/fapiPlatMvpdAccess.C
+++ b/src/usr/hwpf/plat/fapiPlatMvpdAccess.C
@@ -128,7 +128,7 @@ fapi::ReturnCode MvpdKeywordXlate(const fapi::MvpdKeyword i_fapiKeyword,
// Create a lookup table for converting a FAPI MVPD keyword enumerator to a
// Hostboot MVPD keyword enumerator. This is a simple array and relies on
// the FAPI record enumerators starting at zero and incrementing.
- const uint8_t NUM_MVPD_KEYWORDS = 0x1f;
+ const uint8_t NUM_MVPD_KEYWORDS = 0x20;
static const MVPD::mvpdKeyword
mvpdFapiKeywordToHbKeyword[NUM_MVPD_KEYWORDS] =
{
@@ -163,6 +163,7 @@ fapi::ReturnCode MvpdKeywordXlate(const fapi::MvpdKeyword i_fapiKeyword,
MVPD::OC,
MVPD::FO,
MVPD::pdI,
+ MVPD::pdG,
};
fapi::ReturnCode l_rc;
OpenPOWER on IntegriCloud