Searched refs:ELF (Results 1 – 10 of 10) sorted by relevance
459 $(eval ELF := $(call IMG_ELF,$(1)))489 $(ELF): romlib.bin492 $(ELF): $(OBJS) $(LINKERFILE) | bl$(1)_dirs libraries $(BL_LIBS)523 $(DUMP): $(ELF)527 $(BIN): $(ELF)536 bl$(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…
91 from the corresponding ELF files:
195 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
695 additional register information to BL31, or a ELF image loader that can convey893 This structure is allocated in a special ELF section ``rt_svc_descs``, enabling1515 binary on the disk. In the ELF terminology, they are called ``PROGBITS``1519 space in the binary on the disk. The ELF binary just contains some1522 In the ELF terminology, they are called ``NOBITS`` sections.
212 command may be used to load the EL3 payload ELF image over JTAG:
Completed in 19 milliseconds