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/fapi2.mk | |
| 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/fapi2.mk')
| -rwxr-xr-x | src/usr/fapi2/fapi2.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr/fapi2/fapi2.mk b/src/usr/fapi2/fapi2.mk index 31fe9e0dc..50267aefa 100755 --- a/src/usr/fapi2/fapi2.mk +++ b/src/usr/fapi2/fapi2.mk @@ -128,9 +128,8 @@ include ${ROOTPATH}/src/import/hwpf/fapi2/tools/parseAttributeInfo.mk include ${ROOTPATH}/src/import/hwpf/fapi2/tools/createIfAttrService.mk include $(ROOTPATH)/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket.mk include $(ROOTPATH)/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket_attr.mk -# TODO RTC:162011 after new .mk files are mirrored -#include $(ROOTPATH)/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundw_bucket.mk -#include $(ROOTPATH)/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundw_bucket_attr.mk +include $(ROOTPATH)/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundw_bucket.mk +include $(ROOTPATH)/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundw_bucket_attr.mk VPATH += ${HWP_PATH}/hwp/accessors VPATH += ${ROOTPATH}/src/import/hwpf/fapi2/src/ |

