Searched refs:ELF (Results 1 – 12 of 12) sorted by relevance
473 $(eval ELF := $(call IMG_ELF,$(1)))503 $(ELF): romlib.bin510 $(ELF): $(OBJS) $(LINKERFILE) | $(1)_dirs libraries $(BL_LIBS)542 $(DUMP): $(ELF)546 $(BIN): $(ELF)555 $(1): $(ELF) $(DUMP)
66 ELF := $(BUILD)/$(PLAT_M0).elf macro111 $(ELF) : $(OBJS) $(OBJS_COMMON) $(LINKERFILE)
29 - Obtain AArch64 ELF bare-metal target `toolchain <https://developer.arm.com/tools-and-software/op…
64 The BL31 ELF image is generated in ``build/msm8916/release/bl31/bl31.elf``.70 case you can simply sign the ELF image using a randomly generated key. You can
91 from the corresponding ELF files:
207 of the binary image. If set to 1, then only the ELF image is built.
83 Additionally there is a ``bl31.axf`` ELF file, which contains BL31, as well
207 be used to load the EL3 payload's ELF file over JTAG on Juno.
261 x509v3 certificates, signed ELF files or any other platform specific format).366 or ELF format. The IPM supports three parsing methods. An image has to use one
705 additional register information to BL31, or a ELF image loader that can convey903 This structure is allocated in a special ELF section ``rt_svc_descs``, enabling1526 binary on the disk. In the ELF terminology, they are called ``PROGBITS``1530 space in the binary on the disk. The ELF binary just contains some1533 In the ELF terminology, they are called ``NOBITS`` sections.
209 command may be used to load the EL3 payload ELF image over JTAG:
2632 …- avoid re-linking from executable ELF file ([a67ac76](https://review.trustedfirmware.org/plugins/…
Completed in 23 milliseconds