diff options
| author | Elizabeth Liner <eliner@us.ibm.com> | 2014-09-11 15:59:59 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-10-31 17:19:49 -0500 |
| commit | c864e50f89bfeb102a2edca45825e6e02cf6ba56 (patch) | |
| tree | 171cebc68e36d757780e8d94ba5f74e5ddf7e40d /src/usr/hwpf/plat | |
| parent | 23bb36591f824acacfb4e924ab0efda26e8d1f6e (diff) | |
| download | blackbird-hostboot-c864e50f89bfeb102a2edca45825e6e02cf6ba56.tar.gz blackbird-hostboot-c864e50f89bfeb102a2edca45825e6e02cf6ba56.zip | |
Support VPD keyword changes for ISDIMMS
RTC:94871
Change-Id: I8c00494263284ed7a047dbc7c6d02a54aeff5f6c
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13580
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/plat')
| -rw-r--r-- | src/usr/hwpf/plat/fapiPlatMBvpdAccess.C | 54 |
1 files changed, 53 insertions, 1 deletions
diff --git a/src/usr/hwpf/plat/fapiPlatMBvpdAccess.C b/src/usr/hwpf/plat/fapiPlatMBvpdAccess.C index 9f7a7695d..73e9a4a19 100644 --- a/src/usr/hwpf/plat/fapiPlatMBvpdAccess.C +++ b/src/usr/hwpf/plat/fapiPlatMBvpdAccess.C @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2013,2014 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -60,6 +62,9 @@ fapi::ReturnCode MBvpdRecordXlate(const fapi::MBvpdRecord i_fapiRecord, CVPD::MER0, CVPD::VSPD, CVPD::VINI, + CVPD::OPFR, + CVPD::VNDR, + CVPD::SPDX, }; const uint8_t NUM_MBVPD_RECORDS = sizeof(mbvpdFapiRecordToHbRecord)/sizeof(mbvpdFapiRecordToHbRecord[0]); @@ -123,6 +128,53 @@ fapi::ReturnCode MBvpdKeywordXlate(const fapi::MBvpdKeyword i_fapiKeyword, CVPD::VZ, CVPD::pdD, CVPD::MX, + CVPD::DW, + CVPD::PN, + CVPD::SN, + CVPD::DR, + CVPD::CE, + CVPD::FN, + CVPD::CC, + CVPD::HE, + CVPD::CT, + CVPD::HW, + CVPD::VD, + CVPD::VN, + CVPD::VP, + CVPD::SV, + CVPD::M0, + CVPD::M1, + CVPD::M2, + CVPD::M3, + CVPD::M4, + CVPD::M5, + CVPD::M6, + CVPD::M7, + CVPD::M8, + CVPD::T1, + CVPD::T2, + CVPD::T4, + CVPD::T5, + CVPD::T6, + CVPD::T8, + CVPD::Q0, + CVPD::Q1, + CVPD::Q2, + CVPD::Q3, + CVPD::Q4, + CVPD::Q5, + CVPD::Q6, + CVPD::Q7, + CVPD::Q8, + CVPD::K0, + CVPD::K1, + CVPD::K2, + CVPD::K3, + CVPD::K4, + CVPD::K5, + CVPD::K6, + CVPD::K7, + CVPD::K8, }; const uint8_t NUM_MBVPD_KEYWORDS = sizeof(mbvpdFapiKeywordToHbKeyword)/sizeof(mbvpdFapiKeywordToHbKeyword[0]); |

