Lines Matching refs:u
33 SPL_BIN := u-boot-tpl
35 SPL_BIN := u-boot-spl
99 u-boot-spl-dirs := $(patsubst %/,%,$(filter %/, $(libs-y)))
109 u-boot-spl-init := $(head-y)
110 u-boot-spl-main := $(libs-y)
112 u-boot-spl-platdata := $(obj)/dts/dt-platdata.o
129 LDSCRIPT := $(srctree)/board/$(BOARDDIR)/u-boot-spl.lds
132 LDSCRIPT := $(srctree)/$(CPUDIR)/u-boot-spl.lds
135 LDSCRIPT := $(srctree)/arch/$(ARCH)/cpu/u-boot-spl.lds
145 -include $(srctree)/include/u-boot/u-boot.lds.h \
161 MLO MLO.byteswap: $(obj)/u-boot-spl.bin FORCE
173 boot.bin: $(obj)/u-boot-spl.bin FORCE
184 spl/boot.bin: $(obj)/u-boot-spl.bin FORCE
210 ALL-$(CONFIG_SPL_X86_16BIT_INIT) += $(obj)/u-boot-x86-16bit-spl.bin
291 $(obj)/$(BOARD)-spl.bin: $(obj)/u-boot-spl.bin
307 $(obj)/u-boot-x86-16bit-spl.bin: $(obj)/u-boot-spl FORCE
310 LDFLAGS_$(SPL_BIN) += -T u-boot-spl.lds $(LDFLAGS_FINAL)
350 $(patsubst $(obj)/%,%,$(u-boot-spl-init)) --start-group \
351 $(patsubst $(obj)/%,%,$(u-boot-spl-main)) \
352 $(patsubst $(obj)/%,%,$(u-boot-spl-platdata)) \
357 $(obj)/$(SPL_BIN): $(u-boot-spl-platdata) $(u-boot-spl-init) \
358 $(u-boot-spl-main) $(obj)/u-boot-spl.lds FORCE
359 $(call if_changed,u-boot-spl)
361 $(sort $(u-boot-spl-init) $(u-boot-spl-main)): $(u-boot-spl-dirs) ;
363 PHONY += $(u-boot-spl-dirs)
364 $(u-boot-spl-dirs): $(u-boot-spl-platdata)
371 $(obj)/u-boot-spl.lds: $(LDSCRIPT) FORCE