summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2/attribute_service.C
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2017-02-23 15:02:44 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-01 14:29:49 -0500
commit7052b8cc3765edd498b203e2a2082c970b995351 (patch)
tree24afc92214785144eb5d60a7ca8d82f1b0b8b227 /src/usr/fapi2/attribute_service.C
parente033d7a7a6c85948aa6720d905b75272decfa235 (diff)
downloadtalos-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/attribute_service.C')
-rw-r--r--src/usr/fapi2/attribute_service.C6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/usr/fapi2/attribute_service.C b/src/usr/fapi2/attribute_service.C
index c622683d1..2261fed64 100644
--- a/src/usr/fapi2/attribute_service.C
+++ b/src/usr/fapi2/attribute_service.C
@@ -53,8 +53,7 @@
#include <plat_attr_override_sync.H>
#include <vpd/spdenums.H>
#include <p9_pm_get_poundv_bucket_attr.H>
-// TODO RTC:162011 after new .H file is mirrored
-//#include <p9_pm_get_poundw_bucket_attr.H>
+#include <p9_pm_get_poundw_bucket_attr.H>
#include <errl/errlmanager.H>
#include <targeting/common/targetservice.H>
@@ -495,8 +494,7 @@ ReturnCode platGetPoundWBucketData(const Target<TARGET_TYPE_ALL>& i_fapiTarget,
else
{
fapi2::Target<TARGET_TYPE_EQ> l_fapiTarget( l_pTarget);
-// TODO RTC:162011 after new .C file is mirrored
-// rc = p9_pm_get_poundw_bucket_attr(l_fapiTarget,o_poundWData);
+ rc = p9_pm_get_poundw_bucket_attr(l_fapiTarget,o_poundWData);
}
return rc;
OpenPOWER on IntegriCloud