Home | History | Annotate | Download | only in arm-trusted-firmware

Lines Matching refs:fiptool

393 # Auxiliary tools (fiptool, cert_create, etc)
401 FIPTOOLPATH ?= tools/fiptool
402 FIPTOOL ?= ${FIPTOOLPATH}/fiptool${BIN_EXT}
529 .PHONY: all msg_start clean realclean distclean cscope locate-checkpatch checkcodebase checkpatch fiptool fip fwu_fip certtool
643 ${BUILD_PLAT}/${FIP_NAME}: ${FIP_DEPS} ${FIPTOOL}
644 ${Q}${FIPTOOL} create ${FIP_ARGS} $@
645 ${Q}${FIPTOOL} info $@
659 ${BUILD_PLAT}/${FWU_FIP_NAME}: ${FWU_FIP_DEPS} ${FIPTOOL}
660 ${Q}${FIPTOOL} create ${FWU_FIP_ARGS} $@
661 ${Q}${FIPTOOL} info $@
666 fiptool: ${FIPTOOL}
670 .PHONY: ${FIPTOOL}
671 ${FIPTOOL}:
708 @echo " fiptool Build the Firmware Image Package (FIP) creation tool"