diff options
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/isteps/istep06/makefile | 3 | ||||
-rw-r--r-- | src/usr/isteps/istep08/makefile | 3 | ||||
-rw-r--r-- | src/usr/isteps/pm/pm.mk | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/src/usr/isteps/istep06/makefile b/src/usr/isteps/istep06/makefile index 07eee71fe..df25da33e 100644 --- a/src/usr/isteps/istep06/makefile +++ b/src/usr/isteps/istep06/makefile @@ -62,6 +62,9 @@ include ${ROOTPATH}/procedure.rules.mk #Include all the procedure makefiles include $(NEST_HWP_PATH)/p9_revert_sbe_mcs_setup.mk +#TODO RTC: 164237 +# Take another look at PM lib +include $(PM_HWP_PATH)/p9_pm_utils.mk include $(PM_HWP_PATH)/p9_setup_evid.mk include $(LIB_HWP_PATH)/p9_avsbus_lib.mk diff --git a/src/usr/isteps/istep08/makefile b/src/usr/isteps/istep08/makefile index 3f611c1bd..db813aadc 100644 --- a/src/usr/isteps/istep08/makefile +++ b/src/usr/isteps/istep08/makefile @@ -150,6 +150,9 @@ include ${PROCEDURES_PATH}/hwp/nest/p9_rng_init_phase1.mk # p9_setup_evid : apply voltage settings include ${PROCEDURES_PATH}/hwp/pm/p9_setup_evid.mk include ${PROCEDURES_PATH}/hwp/lib/p9_avsbus_lib.mk +# TODO RTC: 164237 +# Take another look at PM lib +include $(PROCEDURES_PATH)/hwp/pm/p9_pm_utils.mk MODULE=istep08 diff --git a/src/usr/isteps/pm/pm.mk b/src/usr/isteps/pm/pm.mk index 976d44c12..849dfdf41 100644 --- a/src/usr/isteps/pm/pm.mk +++ b/src/usr/isteps/pm/pm.mk @@ -51,6 +51,9 @@ OBJS += pm_common.o ## NOTE: add a new directory onto the vpaths when you add a new HWP VPATH += ${HWP_PATH} ${HWP_XIP_PATH} ${HWP_IMAGEPROCS_PATH} +# TODO RTC: 164237 +# Take another look at PM lib + include ${ROOTPATH}/procedure.rules.mk include ${HWP_PATH}/p9_pm_pba_bar_config.mk include ${HWP_PATH}/p9_pm_pba_init.mk |