Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/
H A DMakefile.spl116 ifneq ($(CONFIG_$(SPL_TPL_)LDSCRIPT),)
118 LDSCRIPT := $(addprefix $(srctree)/,$(CONFIG_$(SPL_TPL_)LDSCRIPT:"%"=%))
123 LDSCRIPT := $(addprefix $(srctree)/,$(CONFIG_SPL_LDSCRIPT:"%"=%))
127 ifeq ($(wildcard $(LDSCRIPT)),)
128 LDSCRIPT := $(srctree)/board/$(BOARDDIR)/u-boot-spl.lds
130 ifeq ($(wildcard $(LDSCRIPT)),)
131 LDSCRIPT := $(srctree)/$(CPUDIR)/u-boot-spl.lds
133 ifeq ($(wildcard $(LDSCRIPT)),)
134 LDSCRIPT := $(srctree)/arch/$(ARCH)/cpu/u-boot-spl.lds
136 ifeq ($(wildcard $(LDSCRIPT)),)
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0010-Workaround-multiple-definition-of-symbol-errors.patch76 @@ -156,7 +156,7 @@ LDSCRIPT = $(SRC)/$(ARCH)/syslinux.ld
79 %.elf: %.o $(LIBDEP) $(LDSCRIPT) $(AUXLIBS)
82 -T $(LDSCRIPT) \
/openbmc/u-boot/board/synopsys/iot_devkit/
H A Dconfig.mk2 LDSCRIPT = $(srctree)/board/synopsys/iot_devkit/u-boot.lds
/openbmc/u-boot/arch/x86/cpu/
H A Dconfig.mk17 LDSCRIPT = $(srctree)/arch/x86/cpu/u-boot-64.lds
/openbmc/u-boot/
H A DMakefile578 ifndef LDSCRIPT
582 LDSCRIPT := $(srctree)/$(CONFIG_SYS_LDSCRIPT:"%"=%) macro
587 ifndef LDSCRIPT
588 ifeq ($(wildcard $(LDSCRIPT)),)
589 LDSCRIPT := $(srctree)/board/$(BOARDDIR)/u-boot.lds macro
591 ifeq ($(wildcard $(LDSCRIPT)),)
592 LDSCRIPT := $(srctree)/$(CPUDIR)/u-boot.lds macro
594 ifeq ($(wildcard $(LDSCRIPT)),)
595 LDSCRIPT := $(srctree)/arch/$(ARCH)/cpu/u-boot.lds macro
1583 ifeq ($(wildcard $(LDSCRIPT)),)
[all …]
H A DREADME2412 LDSCRIPT for linking the SPL binary.
/openbmc/u-boot/arch/x86/
H A Dconfig.mk69 LDSCRIPT := $(LDSCRIPT_EFI)