diff options
| author | Christian Geddes <crgeddes@us.ibm.com> | 2017-10-17 00:18:25 -0500 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2017-10-17 01:24:19 -0400 |
| commit | 34320d3ac1583b69aeec136ab98445b35b34a381 (patch) | |
| tree | 4cf5359f1dc65b8ec7ccf244963b7bb809c99215 /src/usr/fapi2 | |
| parent | 241fe35f78ea4eb1132f2c47da4ca1105f993a18 (diff) | |
| download | talos-hostboot-34320d3ac1583b69aeec136ab98445b35b34a381.tar.gz talos-hostboot-34320d3ac1583b69aeec136ab98445b35b34a381.zip | |
Revert "Re-apply p9_int_scom inits on shutdown path"
This reverts commit db91ab91d557b402c4f0709e3aaa20bb8025b27c.
Change-Id: Id83de4fe211c56de6fa11cc124d57910c434feb7
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48476
Tested-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2')
| -rwxr-xr-x | src/usr/fapi2/fapi2.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/usr/fapi2/fapi2.mk b/src/usr/fapi2/fapi2.mk index 6e4b6490a..ee1cdc162 100755 --- a/src/usr/fapi2/fapi2.mk +++ b/src/usr/fapi2/fapi2.mk @@ -45,7 +45,6 @@ EXTRAINCDIR += $(ROOTPATH)/src/import/chips/p9/procedures/hwp/sbe/ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/accessors/ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/lib/ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/ffdc/ -EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/initfiles/ EXTRAINCDIR += ${HWP_PATH} EXTRAINCDIR += ${HWP_PATH_2}/hwp/memory EXTRAINCDIR += ${HWP_PATH_2}/hwp/memory/lib/ @@ -153,15 +152,9 @@ include $(ROOTPATH)/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucke 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 -# We specifically removed this from the istep10.so and placed it here because -# we have to reapply this init on the shutdown path after the interrupt resource -# provider is shutdown -include $(ROOTPATH)/src/import/chips/p9/procedures/hwp/initfiles/p9_int_scom.mk - VPATH += ${HWP_PATH_1}/hwp/accessors VPATH += ${ROOTPATH}/src/import/hwpf/fapi2/src/ VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/pm/ VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/ffdc/ VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/lib/ -VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/initfiles/ VPATH += ${GENPATH} |

