Lines Matching refs:FIPTOOL
117 FIPTOOL ?= ${BUILD_PLAT}/${FIPTOOLPATH}/fiptool$(.exe) macro
1192 ${BUILD_PLAT}/${BL2_FIP_NAME}: ${BL2_FIP_DEPS} ${FIPTOOL} | $$(@D)/
1194 $(q)${FIPTOOL} create ${BL2_FIP_ARGS} $@
1195 $(q)${FIPTOOL} info $@
1201 ${BUILD_PLAT}/${FIP_NAME}: ${FIP_DEPS} ${FIPTOOL} | $$(@D)/
1203 $(q)${FIPTOOL} create ${FIP_ARGS} $@
1204 $(q)${FIPTOOL} info $@
1227 ${BUILD_PLAT}/${FWU_FIP_NAME}: ${FWU_FIP_DEPS} ${FIPTOOL} | $$(@D)/
1229 $(q)${FIPTOOL} create ${FWU_FIP_ARGS} $@
1230 $(q)${FIPTOOL} info $@
1235 fiptool: ${FIPTOOL}
1245 ${FIPTOOL}: FORCE | $$(@D)/
1247 $(q)ln -sf ${FIPTOOL} ${FIPTOOLPATH}/fiptool