Lines Matching defs:spl

627 u-boot.cfg spl/u-boot.cfg tpl/u-boot.cfg:
977 INPUTS-$(CONFIG_RAMBOOT_PBL) += u-boot-with-spl-pbl.bin
985 INPUTS-$(CONFIG_SPL) += spl/u-boot-spl.bin
1030 $(if $(CONFIG_SPL_X86_16BIT_INIT),spl/u-boot-spl.bin) \
1290 OBJCOPYFLAGS_u-boot-spl.srec = $(OBJCOPYFLAGS_u-boot.srec)
1292 spl/u-boot-spl.srec: spl/u-boot-spl FORCE
1389 -a spl-bss-pad=$(if $(CONFIG_SPL_SEPARATE_BSS),,1) \
1391 -a spl-dtb=$(CONFIG_SPL_OF_REAL) \
1454 MKIMAGEFLAGS_u-boot-with-spl.kwb = -n $(KWD_CONFIG_FILE) \
1496 u-boot-with-spl.kwb: u-boot.bin spl/u-boot-spl.bin FORCE
1511 OBJCOPYFLAGS_u-boot-with-spl.bin = -I binary -O binary \
1513 u-boot-with-spl.bin: $(SPL_IMAGE) $(SPL_PAYLOAD) FORCE
1517 MKIMAGEFLAGS_lpc32xx-spl.img = -T lpc32xximage -a $(CONFIG_SPL_TEXT_BASE)
1519 lpc32xx-spl.img: spl/u-boot-spl.bin FORCE
1524 lpc32xx-boot-0.bin: lpc32xx-spl.img FORCE
1529 lpc32xx-boot-1.bin: lpc32xx-spl.img FORCE
1542 SPL: spl/u-boot-spl.bin FORCE
1550 flash.bin: spl/u-boot-spl.bin u-boot.cnt FORCE
1554 flash.bin: spl/u-boot-spl.bin $(INPUTS-y) FORCE
1557 flash.bin: spl/u-boot-spl.bin u-boot.itb FORCE
1569 u-boot-with-spl.imx u-boot-with-nand-spl.imx: SPL $(if $(CONFIG_OF_SEPARATE),u-boot.img,u-boot.uim) FORCE
1574 u-boot.ubl: u-boot-with-spl.bin FORCE
1577 MKIMAGEFLAGS_u-boot-spl.ais = -s -n "/dev/null" \
1579 spl/u-boot-spl.ais: spl/u-boot-spl.bin FORCE
1583 u-boot.ais: spl/u-boot-spl.ais u-boot.img FORCE
1586 u-boot-signed.sb: u-boot.bin spl/u-boot-spl.bin
1588 u-boot.sb: u-boot.bin spl/u-boot-spl.bin
1591 MKIMAGEFLAGS_u-boot-spl.img = -A $(ARCH) -T firmware -C none \
1593 spl/u-boot-spl.img: spl/u-boot-spl.bin FORCE
1600 spl/u-boot-spl.sfp spl/u-boot-spl.sfp && \
1601 cat spl/u-boot-spl.sfp spl/u-boot-spl.sfp \
1602 spl/u-boot-spl.sfp spl/u-boot-spl.sfp > $@ || { rm -f $@; false; }
1603 spl/u-boot-splx4.sfp: spl/u-boot-spl.sfp FORCE
1607 cmd_socboot = cat spl/u-boot-splx4.sfp u-boot.img > $@ || { rm -f $@; false; }
1608 u-boot-with-spl.sfp: spl/u-boot-splx4.sfp u-boot.img FORCE
1612 cmd_gensplpadx4 = dd if=/dev/zero of=spl/u-boot-spl.pad bs=64 count=1024 ; \
1613 cat spl/u-boot-spl.sfp spl/u-boot-spl.pad \
1614 spl/u-boot-spl.sfp spl/u-boot-spl.pad \
1615 spl/u-boot-spl.sfp spl/u-boot-spl.pad \
1616 spl/u-boot-spl.sfp spl/u-boot-spl.pad > $@ || \
1617 { rm -f $@ spl/u-boot-spl.pad; false; }
1618 u-boot-spl-padx4.sfp: spl/u-boot-spl.sfp FORCE
1622 cmd_socnandboot = cat u-boot-spl-padx4.sfp u-boot.img > $@ || { rm -f $@; false; }
1623 u-boot-with-nand-spl.sfp: u-boot-spl-padx4.sfp u-boot.img FORCE
1676 u-boot-img.bin: spl/u-boot-spl.bin u-boot.img FORCE
1682 MKIMAGEFLAGS_u-boot-spl.pbl = -n $(srctree)/$(CONFIG_SYS_FSL_PBL_RCW:"%"=%) \
1686 spl/u-boot-spl.pbl: spl/u-boot-spl.bin FORCE
1695 OBJCOPYFLAGS_u-boot-with-spl-pbl.bin = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO) \
1698 u-boot-with-spl-pbl.bin: spl/u-boot-spl.pbl $(UBOOT_BINLOAD) FORCE
1715 # If the SPL build is enabled, the header will be added to the spl binary,
1716 # and the spl binary and the u-boot.img will be combined into one file.
1720 spl/u-boot-spl-mtk.bin: spl/u-boot-spl
1722 u-boot-mtk.bin: u-boot-with-spl.bin
2078 spl/u-boot-spl.bin: spl/u-boot-spl
2082 spl/u-boot-spl-dtb.bin: spl/u-boot-spl
2085 spl/u-boot-spl-dtb.hex: spl/u-boot-spl
2088 spl/u-boot-spl: tools prepare $(if $(CONFIG_SPL_OF_CONTROL),dts/dt.dtb)
2089 $(Q)$(MAKE) obj=spl -f $(srctree)/scripts/Makefile.spl all
2091 spl/sunxi-spl.bin: spl/u-boot-spl
2094 spl/sunxi-spl-with-ecc.bin: spl/sunxi-spl.bin
2097 spl/u-boot-spl.sfp: spl/u-boot-spl
2100 spl/boot.bin: spl/u-boot-spl
2108 $(Q)$(MAKE) obj=tpl -f $(srctree)/scripts/Makefile.spl all
2115 $(Q)$(MAKE) obj=vpl -f $(srctree)/scripts/Makefile.spl all
2191 $(foreach d, spl tpl vpl, $(patsubst %,$d/%, \
2200 mkimage-out.spl.mkimage mkimage.spl.mkimage imx-boot.map \
2201 itb.fit.fit itb.fit.itb itb.map spl.map mkimage-out.rom.mkimage \
2207 MRPROPER_DIRS += include/config include/generated spl tpl vpl \
2425 $(OBJDUMP) -d u-boot $$(find . -name u-boot-spl) | \