/trusted-firmware-a-3.6.0-3.5.0/bl2u/ |
D | bl2u.mk | 17 ifneq ($(findstring gcc,$(notdir $(LD))),) 19 else ifneq ($(findstring ld,$(notdir $(LD))),)
|
/trusted-firmware-a-3.6.0-3.5.0/services/std_svc/rmmd/trp/ |
D | trp.mk | 13 ifneq ($(findstring gcc,$(notdir $(LD))),) 15 else ifneq ($(findstring ld,$(notdir $(LD))),)
|
/trusted-firmware-a-3.6.0-3.5.0/tools/renesas/rcar_layout_create/ |
D | makefile | 75 LD = $(CROSS_COMPILE)ld macro 95 $(LD) $(OBJ_FILE_SA0) \ 104 $(LD) $(OBJ_FILE_SA6) \
|
/trusted-firmware-a-3.6.0-3.5.0/tools/renesas/rzg_layout_create/ |
D | makefile | 72 LD = $(CROSS_COMPILE)ld macro 92 $(LD) $(OBJ_FILE_SA0) \ 101 $(LD) $(OBJ_FILE_SA6) \
|
/trusted-firmware-a-3.6.0-3.5.0/tools/fiptool/ |
D | Makefile.msvc | 8 LD = link.exe 23 $(LD) /nologo /INCREMENTAL:NO /debug /nodefaultlib:libc.lib /out:$@ $(LIBS) $**
|
/trusted-firmware-a-3.6.0-3.5.0/bl1/ |
D | bl1.mk | 32 ifneq ($(findstring gcc,$(notdir $(LD))),) 34 else ifneq ($(findstring ld,$(notdir $(LD))),)
|
/trusted-firmware-a-3.6.0-3.5.0/bl32/tsp/ |
D | tsp.mk | 27 ifneq ($(findstring gcc,$(notdir $(LD))),) 29 else ifneq ($(findstring ld,$(notdir $(LD))),)
|
/trusted-firmware-a-3.6.0-3.5.0/bl2/ |
D | bl2.mk | 18 ifneq ($(findstring gcc,$(notdir $(LD))),) 20 else ifneq ($(findstring ld,$(notdir $(LD))),)
|
/trusted-firmware-a-3.6.0-3.5.0/bl32/sp_min/ |
D | sp_min.mk | 63 ifneq ($(findstring gcc,$(notdir $(LD))),) 65 else ifneq ($(findstring ld,$(notdir $(LD))),)
|
/trusted-firmware-a-3.6.0-3.5.0/docs/plat/ |
D | mt8188.rst | 21 … make CROSS_COMPILE=aarch64-linux-gnu- LD=aarch64-linux-gnu-gcc PLAT=mt8188 DEBUG=1 COREBOOT=1
|
/trusted-firmware-a-3.6.0-3.5.0/lib/romlib/ |
D | Makefile | 9 LD = $(CROSS_COMPILE)ld macro 63 $(Q)$(LD) -T $(BUILD_DIR)/romlib.ld -L$(LIB_DIR) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
|
/trusted-firmware-a-3.6.0-3.5.0/make_helpers/ |
D | build_macros.mk | 105 $(shell if $(LD) $(1) -v >/dev/null 2>&1; then echo $(1); fi ) 470 ifneq ($(findstring armlink,$(notdir $(LD))),) 568 ifneq ($(findstring armlink,$(notdir $(LD))),) 569 $$(Q)$$(LD) -o $$@ $$(TF_LDFLAGS) $$(LDFLAGS) $(BL_LDFLAGS) --entry=${1}_entrypoint \ 575 else ifneq ($(findstring gcc,$(notdir $(LD))),) 576 $$(Q)$$(LD) -o $$@ $$(TF_LDFLAGS) $$(LDFLAGS) -Wl,-Map=$(MAPFILE) \ 581 $$(Q)$$(LD) -o $$@ $$(TF_LDFLAGS) $$(LDFLAGS) $(BL_LDFLAGS) -Map=$(MAPFILE) \
|
/trusted-firmware-a-3.6.0-3.5.0/plat/st/common/ |
D | common_rules.mk | 60 ${Q}${LD} -o $@ ${STM32_TF_ELF_LDFLAGS} -Map=$(@:.elf=.map) --script ${STM32_TF_LINKERFILE} $<
|
/trusted-firmware-a-3.6.0-3.5.0/plat/nvidia/tegra/ |
D | platform.mk | 85 ifneq ($(findstring armlink,$(notdir $(LD))),)
|
/trusted-firmware-a-3.6.0-3.5.0/ |
D | Makefile | 204 ifneq ($(strip $(wildcard ${LD}.bfd) \ 282 LD := $(LINKER) macro 286 LD := $(shell $(CC) --print-prog-name ld.lld) macro 307 LD = $(LINKER) macro 311 LD = $(LINKER) macro 455 ifneq ($(findstring armlink,$(notdir $(LD))),) 461 else ifneq ($(findstring gcc,$(notdir $(LD))),) 497 ifeq ($(findstring ld.lld,$(notdir $(LD))),) 685 ifneq ($(findstring gcc,$(notdir $(LD))),) 690 ifneq ($(findstring gcc,$(notdir $(LD))),) [all …]
|
/trusted-firmware-a-3.6.0-3.5.0/bl31/ |
D | bl31.mk | 164 ifneq ($(findstring gcc,$(notdir $(LD))),) 166 else ifneq ($(findstring ld,$(notdir $(LD))),)
|
/trusted-firmware-a-3.6.0-3.5.0/docs/plat/arm/corstone1000/ |
D | index.rst | 36 make LD=aarch64-none-elf-ld \
|
/trusted-firmware-a-3.6.0-3.5.0/plat/arm/board/arm_fpga/ |
D | platform.mk | 124 …$(Q)$(LD) -T ${BUILD_PLAT}/build_axf.ld -L ${BUILD_PLAT} --strip-debug -s -n -o ${BUILD_PLAT}/bl31…
|
/trusted-firmware-a-3.6.0-3.5.0/docs/getting_started/ |
D | initial-build.rst | 38 that the default linker may be manually overridden using the ``LD`` variable.
|
/trusted-firmware-a-3.6.0-3.5.0/docs/ |
D | change-log.md | 4620 - Fixed the logic used for LD selector mask
|