OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fip_create
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/tools/fip_create/
Makefile
31
PROJECT =
fip_create
32
OBJECTS =
fip_create
.o
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/
Makefile
63
$(SILENT)which
fip_create
; \
65
$(ECHO) "Warning: '
fip_create
' tool is not in the PATH. The UEFI binary will not be added in the Firmware Image Package (FIP)."; \
67
fip_create
--bl33 $(WORKSPACE)/Build/ArmJuno/$(EDK2_BUILD)_$(EDK2_TOOLCHAIN)/FV/BL33_AP_UEFI.fd --dump $(JUNO_FIP); \
/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); \
/device/linaro/bootloader/arm-trusted-firmware/
Makefile
281
FIPTOOLPATH ?= tools/
fip_create
282
FIPTOOL ?= ${FIPTOOLPATH}/
fip_create
Completed in 140 milliseconds