Lines Matching refs:FIPTOOL
115 FIPTOOL ?= ${BUILD_PLAT}/${FIPTOOLPATH}/fiptool$(.exe) macro
1178 ${BUILD_PLAT}/${BL2_FIP_NAME}: ${BL2_FIP_DEPS} ${FIPTOOL} | $$(@D)/
1180 $(q)${FIPTOOL} create ${BL2_FIP_ARGS} $@
1181 $(q)${FIPTOOL} info $@
1187 ${BUILD_PLAT}/${FIP_NAME}: ${FIP_DEPS} ${FIPTOOL} | $$(@D)/
1189 $(q)${FIPTOOL} create ${FIP_ARGS} $@
1190 $(q)${FIPTOOL} info $@
1213 ${BUILD_PLAT}/${FWU_FIP_NAME}: ${FWU_FIP_DEPS} ${FIPTOOL} | $$(@D)/
1215 $(q)${FIPTOOL} create ${FWU_FIP_ARGS} $@
1216 $(q)${FIPTOOL} info $@
1221 fiptool: ${FIPTOOL}
1231 ${FIPTOOL}: FORCE | $$(@D)/
1233 $(q)ln -sf ${FIPTOOL} ${FIPTOOLPATH}/fiptool