Home
last modified time | relevance | path

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

/external/u-boot/scripts/
DMakefile.spl107 ifneq ($(CONFIG_$(SPL_TPL_)LDSCRIPT),)
109 LDSCRIPT := $(addprefix $(srctree)/,$(CONFIG_$(SPL_TPL_)LDSCRIPT:"%"=%))
114 LDSCRIPT := $(addprefix $(srctree)/,$(CONFIG_SPL_LDSCRIPT:"%"=%))
118 ifeq ($(wildcard $(LDSCRIPT)),)
119 LDSCRIPT := $(srctree)/board/$(BOARDDIR)/u-boot-spl.lds
121 ifeq ($(wildcard $(LDSCRIPT)),)
122 LDSCRIPT := $(srctree)/$(CPUDIR)/u-boot-spl.lds
124 ifeq ($(wildcard $(LDSCRIPT)),)
125 LDSCRIPT := $(srctree)/arch/$(ARCH)/cpu/u-boot-spl.lds
127 ifeq ($(wildcard $(LDSCRIPT)),)
[all …]
/external/u-boot/arch/x86/cpu/
Dconfig.mk17 LDSCRIPT = $(srctree)/arch/x86/cpu/u-boot-64.lds
/external/u-boot/
DMakefile567 ifndef LDSCRIPT
571 LDSCRIPT := $(srctree)/$(CONFIG_SYS_LDSCRIPT:"%"=%) macro
576 ifndef LDSCRIPT
577 ifeq ($(wildcard $(LDSCRIPT)),)
578 LDSCRIPT := $(srctree)/board/$(BOARDDIR)/u-boot.lds macro
580 ifeq ($(wildcard $(LDSCRIPT)),)
581 LDSCRIPT := $(srctree)/$(CPUDIR)/u-boot.lds macro
583 ifeq ($(wildcard $(LDSCRIPT)),)
584 LDSCRIPT := $(srctree)/arch/$(ARCH)/cpu/u-boot.lds macro
1422 ifeq ($(wildcard $(LDSCRIPT)),)
[all …]
DREADME2530 LDSCRIPT for linking the SPL binary.
/external/u-boot/arch/x86/
Dconfig.mk69 LDSCRIPT := $(LDSCRIPT_EFI)