Lines Matching refs:spl
533 u-boot.cfg spl/u-boot.cfg tpl/u-boot.cfg: include/config.h FORCE
805 ALL-$(CONFIG_RAMBOOT_PBL) += u-boot-with-spl-pbl.bin
813 ALL-$(CONFIG_SPL) += spl/u-boot-spl.bin
842 ALL-y += u-boot-sunxi-with-spl.bin
1095 MKIMAGEFLAGS_u-boot-spl.kwb = -n $(srctree)/$(CONFIG_SYS_KWD_CONFIG:"%"=%) \
1110 u-boot-spl.kwb: u-boot.img spl/u-boot-spl.bin FORCE
1125 OBJCOPYFLAGS_u-boot-with-spl.bin = -I binary -O binary \
1127 u-boot-with-spl.bin: spl/u-boot-spl.bin $(SPL_PAYLOAD) FORCE
1130 MKIMAGEFLAGS_lpc32xx-spl.img = -T lpc32xximage -a $(CONFIG_SPL_TEXT_BASE)
1132 lpc32xx-spl.img: spl/u-boot-spl.bin FORCE
1137 lpc32xx-boot-0.bin: lpc32xx-spl.img FORCE
1142 lpc32xx-boot-1.bin: lpc32xx-spl.img FORCE
1155 SPL: spl/u-boot-spl.bin FORCE
1158 u-boot-with-spl.imx u-boot-with-nand-spl.imx: SPL u-boot.bin FORCE
1163 u-boot.ubl: u-boot-with-spl.bin FORCE
1166 MKIMAGEFLAGS_u-boot-spl.ais = -s -n $(if $(CONFIG_AIS_CONFIG_FILE), \
1169 spl/u-boot-spl.ais: spl/u-boot-spl.bin FORCE
1173 u-boot.ais: spl/u-boot-spl.ais u-boot.img FORCE
1176 u-boot-signed.sb: u-boot.bin spl/u-boot-spl.bin
1178 u-boot.sb: u-boot.bin spl/u-boot-spl.bin
1187 MKIMAGEFLAGS_u-boot-spl.img = -A $(ARCH) -T firmware -C none \
1189 spl/u-boot-spl.img: spl/u-boot-spl.bin FORCE
1194 u-boot.spr: spl/u-boot-spl.img u-boot.img FORCE
1199 cmd_socboot = cat spl/u-boot-spl.sfp spl/u-boot-spl.sfp \
1200 spl/u-boot-spl.sfp spl/u-boot-spl.sfp \
1202 u-boot-with-spl.sfp: spl/u-boot-spl.sfp u-boot.img FORCE
1221 $(if $(CONFIG_SPL_X86_16BIT_INIT),spl/u-boot-spl.bin) \
1232 u-boot-sunxi-with-spl.bin: spl/sunxi-spl.bin u-boot.img u-boot.dtb FORCE
1235 u-boot-sunxi-with-spl.bin: spl/sunxi-spl.bin u-boot.itb FORCE
1243 spl/u-boot-spl u-boot.bin FORCE
1247 u-boot-nodtb-tegra.bin: spl/u-boot-spl u-boot-nodtb.bin FORCE
1251 u-boot-tegra.bin: spl/u-boot-spl u-boot.bin FORCE
1283 u-boot-img.bin: spl/u-boot-spl.bin u-boot.img FORCE
1289 MKIMAGEFLAGS_u-boot-spl.pbl = -n $(srctree)/$(CONFIG_SYS_FSL_PBL_RCW:"%"=%) \
1293 spl/u-boot-spl.pbl: spl/u-boot-spl.bin FORCE
1302 OBJCOPYFLAGS_u-boot-with-spl-pbl.bin = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO) \
1305 u-boot-with-spl-pbl.bin: spl/u-boot-spl.pbl $(UBOOT_BINLOAD) FORCE
1314 OBJCOPYFLAGS_u-boot-img-spl-at-end.bin := -I binary -O binary \
1316 u-boot-img-spl-at-end.bin: u-boot.img spl/u-boot-spl.bin FORCE
1503 spl/u-boot-spl.bin: spl/u-boot-spl
1505 spl/u-boot-spl: tools prepare \
1508 $(Q)$(MAKE) obj=spl -f $(srctree)/scripts/Makefile.spl all
1510 spl/sunxi-spl.bin: spl/u-boot-spl
1513 spl/sunxi-spl-with-ecc.bin: spl/sunxi-spl.bin
1516 spl/u-boot-spl.sfp: spl/u-boot-spl
1519 spl/boot.bin: spl/u-boot-spl
1524 $(Q)$(MAKE) obj=tpl -f $(srctree)/scripts/Makefile.spl all
1592 $(foreach d, spl tpl, $(patsubst %,$d/%, \
1599 MRPROPER_DIRS += include/config include/generated spl tpl \
1726 $(OBJDUMP) -d u-boot $$(find . -name u-boot-spl) | \