Home
last modified time | relevance | path

Searched refs:LDSCRIPT (Results 1 – 6 of 6) sorted by relevance

/u-boot/scripts/
A DMakefile.spl129 ifneq ($(CONFIG_$(SPL_TPL_)LDSCRIPT),)
131 LDSCRIPT := $(addprefix $(srctree)/,$(CONFIG_$(SPL_TPL_)LDSCRIPT:"%"=%))
136 LDSCRIPT := $(addprefix $(srctree)/,$(CONFIG_SPL_LDSCRIPT:"%"=%))
140 ifeq ($(wildcard $(LDSCRIPT)),)
141 LDSCRIPT := $(srctree)/board/$(BOARDDIR)/u-boot-spl.lds
143 ifeq ($(wildcard $(LDSCRIPT)),)
144 LDSCRIPT := $(srctree)/$(CPUDIR)/u-boot-spl.lds
146 ifeq ($(wildcard $(LDSCRIPT)),)
147 LDSCRIPT := $(srctree)/arch/$(ARCH)/cpu/u-boot-spl.lds
149 ifeq ($(wildcard $(LDSCRIPT)),)
[all …]
/u-boot/board/synopsys/iot_devkit/
A Dconfig.mk3 LDSCRIPT = $(srctree)/board/synopsys/iot_devkit/u-boot.lds
/u-boot/arch/x86/cpu/
A Dconfig.mk13 LDSCRIPT = $(srctree)/arch/x86/cpu/u-boot-64.lds
/u-boot/arch/x86/
A Dconfig.mk69 LDSCRIPT := $(LDSCRIPT_EFI)
/u-boot/
A DMakefile635 ifndef LDSCRIPT
639 LDSCRIPT := $(srctree)/$(CONFIG_SYS_LDSCRIPT:"%"=%) macro
644 ifndef LDSCRIPT
645 ifeq ($(wildcard $(LDSCRIPT)),)
646 LDSCRIPT := $(srctree)/board/$(BOARDDIR)/u-boot.lds macro
648 ifeq ($(wildcard $(LDSCRIPT)),)
649 LDSCRIPT := $(srctree)/$(CPUDIR)/u-boot.lds macro
651 ifeq ($(wildcard $(LDSCRIPT)),)
652 LDSCRIPT := $(srctree)/arch/$(ARCH)/cpu/u-boot.lds macro
1775 ifeq ($(wildcard $(LDSCRIPT)),)
[all …]
A DREADME2107 LDSCRIPT for linking the SPL binary.

Completed in 19 milliseconds