HomeSort by relevance Sort by last modified time
    Searched refs:fip_create (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
Makefile 36 all: ${PROJECT} fip_create
45 fip_create: fip_create.sh
46 ${Q}mkdir -p ../fip_create
47 ${Q}install -m 755 fip_create.sh ../fip_create/fip_create
54 $(call SHELL_DELETE_ALL, ${PROJECT} ${OBJECTS} fip_create)
fip_create.sh 3 # This script implements the old fip_create tool on top of
14 fip_create [options] FIP_FILENAME
49 echo "!! The fip_create tool is deprecated. Use the new fiptool. !!"
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/
Makefile 62 $(SILENT)which fip_create ; \
64 $(ECHO) "Warning: 'fip_create' tool is not in the PATH. The UEFI binary will not be added in the Firmware Image Package (FIP)."; \
66 fip_create --bl33 $(BUILD_PATH)/$(EDK2_BUILD)_$(EDK2_TOOLCHAIN)/FV/$(UEFI_BIN) --dump $(FIP_BIN); \

Completed in 208 milliseconds