diff options
author | Marty Gloff <mgloff@us.ibm.com> | 2017-02-23 15:02:44 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-03-01 14:29:49 -0500 |
commit | 7052b8cc3765edd498b203e2a2082c970b995351 (patch) | |
tree | 24afc92214785144eb5d60a7ca8d82f1b0b8b227 /src/usr/fapi2/test | |
parent | e033d7a7a6c85948aa6720d905b75272decfa235 (diff) | |
download | talos-hostboot-7052b8cc3765edd498b203e2a2082c970b995351.tar.gz talos-hostboot-7052b8cc3765edd498b203e2a2082c970b995351.zip |
Final Support for VDM data from #W keyword of VPD in Hostboot
Finalize MVPD additions and updates to add support for #W keyword.
Change-Id: Ic377beaf40bffdf525b7358ab1d37d01a377f65e
RTC:162011
Depends-on: Ib5548f6128c677c9258edcde153334be217225ee
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37022
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/test')
-rw-r--r-- | src/usr/fapi2/test/fapi2MvpdTestCxx.H | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/usr/fapi2/test/fapi2MvpdTestCxx.H b/src/usr/fapi2/test/fapi2MvpdTestCxx.H index c5b5b81a1..9bb030a85 100644 --- a/src/usr/fapi2/test/fapi2MvpdTestCxx.H +++ b/src/usr/fapi2/test/fapi2MvpdTestCxx.H @@ -42,8 +42,7 @@ #include <fapi2.H> #include <devicefw/userif.H> #include <p9_pm_get_poundv_bucket.H> -// TODO RTC:162011 after new .H file is mirrored -//#include <p9_pm_get_poundw_bucket.H> +#include <p9_pm_get_poundw_bucket.H> #include <utilFilter.H> #include <vpd/mvpdenums.H> @@ -420,13 +419,11 @@ public: TARGETING::getChipletResources(l_chipletList, TARGETING::TYPE_EQ, TARGETING::UTIL_FILTER_PRESENT); -// TODO RTC:162011 after new .H file is mirrored -// fapi2::vdmData_t vdmData; + fapi2::vdmData_t vdmData; for(const auto & eqChiplet : l_chipletList ) { fapi2::Target<TARGET_TYPE_EQ> l_fapi_eq_target(eqChiplet); -#if 0 // TODO RTC:162011 after new files are mirrored numTests++; l_rc = p9_pm_get_poundw_bucket(l_fapi_eq_target, vdmData); if(l_rc) @@ -497,7 +494,6 @@ public: } FAPI_INF("Bucket for HUID: 0x%X is = %d", l_huid, vdmData.bucketId); -#endif } FAPI_INF("MvpdGetPoundWBucket:: Test Complete. %d/%d fails", |