Lines Matching refs:spl
527 u-boot.cfg spl/u-boot.cfg tpl/u-boot.cfg: include/config.h FORCE
788 ALL-$(CONFIG_RAMBOOT_PBL) += u-boot-with-spl-pbl.bin
796 ALL-$(CONFIG_SPL) += spl/u-boot-spl.bin
1048 MKIMAGEFLAGS_u-boot-spl.kwb = -n $(srctree)/$(CONFIG_SYS_KWD_CONFIG:"%"=%) \
1062 u-boot-spl.kwb: u-boot.img spl/u-boot-spl.bin FORCE
1077 OBJCOPYFLAGS_u-boot-with-spl.bin = -I binary -O binary \
1079 u-boot-with-spl.bin: spl/u-boot-spl.bin $(SPL_PAYLOAD) FORCE
1082 MKIMAGEFLAGS_lpc32xx-spl.img = -T lpc32xximage -a $(CONFIG_SPL_TEXT_BASE)
1084 lpc32xx-spl.img: spl/u-boot-spl.bin FORCE
1089 lpc32xx-boot-0.bin: lpc32xx-spl.img FORCE
1094 lpc32xx-boot-1.bin: lpc32xx-spl.img FORCE
1107 SPL: spl/u-boot-spl.bin FORCE
1110 u-boot-with-spl.imx u-boot-with-nand-spl.imx: SPL u-boot.bin FORCE
1115 u-boot.ubl: u-boot-with-spl.bin FORCE
1118 MKIMAGEFLAGS_u-boot-spl.ais = -s -n $(if $(CONFIG_AIS_CONFIG_FILE), \
1121 spl/u-boot-spl.ais: spl/u-boot-spl.bin FORCE
1125 u-boot.ais: spl/u-boot-spl.ais u-boot.img FORCE
1128 u-boot-signed.sb: u-boot.bin spl/u-boot-spl.bin
1130 u-boot.sb: u-boot.bin spl/u-boot-spl.bin
1139 MKIMAGEFLAGS_u-boot-spl.img = -A $(ARCH) -T firmware -C none \
1141 spl/u-boot-spl.img: spl/u-boot-spl.bin FORCE
1146 u-boot.spr: spl/u-boot-spl.img u-boot.img FORCE
1151 cmd_socboot = cat spl/u-boot-spl.sfp spl/u-boot-spl.sfp \
1152 spl/u-boot-spl.sfp spl/u-boot-spl.sfp \
1154 u-boot-with-spl.sfp: spl/u-boot-spl.sfp u-boot.img FORCE
1173 $(if $(CONFIG_SPL_X86_16BIT_INIT),spl/u-boot-spl.bin) \
1183 u-boot-sunxi-with-spl.bin: spl/sunxi-spl.bin u-boot.img u-boot.dtb FORCE
1189 u-boot-nodtb-tegra.bin: spl/u-boot-spl u-boot-nodtb.bin FORCE
1193 u-boot-tegra.bin: spl/u-boot-spl u-boot.bin FORCE
1224 u-boot-img.bin: spl/u-boot-spl.bin u-boot.img FORCE
1230 MKIMAGEFLAGS_u-boot-spl.pbl = -n $(srctree)/$(CONFIG_SYS_FSL_PBL_RCW:"%"=%) \
1234 spl/u-boot-spl.pbl: spl/u-boot-spl.bin FORCE
1243 OBJCOPYFLAGS_u-boot-with-spl-pbl.bin = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO) \
1246 u-boot-with-spl-pbl.bin: spl/u-boot-spl.pbl $(UBOOT_BINLOAD) FORCE
1255 OBJCOPYFLAGS_u-boot-img-spl-at-end.bin := -I binary -O binary \
1257 u-boot-img-spl-at-end.bin: u-boot.img spl/u-boot-spl.bin FORCE
1446 spl/u-boot-spl.bin: spl/u-boot-spl
1448 spl/u-boot-spl: tools prepare \
1451 $(Q)$(MAKE) obj=spl -f $(srctree)/scripts/Makefile.spl all
1453 spl/sunxi-spl.bin: spl/u-boot-spl
1456 spl/sunxi-spl-with-ecc.bin: spl/sunxi-spl.bin
1459 spl/u-boot-spl.sfp: spl/u-boot-spl
1462 spl/boot.bin: spl/u-boot-spl
1467 $(Q)$(MAKE) obj=tpl -f $(srctree)/scripts/Makefile.spl all
1535 $(foreach d, spl tpl, $(patsubst %,$d/%, \
1542 MRPROPER_DIRS += include/config include/generated spl tpl \
1666 $(OBJDUMP) -d u-boot $$(find . -name u-boot-spl) | \