Lines Matching defs:boot

126 SPL_DEPFILE_EXISTS := $(shell $(CPP) $(cpp_flags) -x c -o spl/u-boot-spl.cfgout $(srctree)/$(IMX_CONFIG); if [ -f spl/u-boot-spl.cfgout ]; then $(CNTR_DEPFILES) spl/u-boot-spl.cfgout; echo $$?; fi)
128 DEPFILE_EXISTS := $(shell $(CPP) $(cpp_flags) -x c -o u-boot-dtb.cfgout $(srctree)/$(IMX_CONFIG); if [ -f u-boot-dtb.cfgout ]; then $(CNTR_DEPFILES) u-boot-dtb.cfgout; echo $$?; fi)
140 MKIMAGEFLAGS_u-boot.imx = -n $(filter-out $(PLUGIN).bin $< $(PHONY),$^) \
142 u-boot.imx: MKIMAGEOUTPUT = u-boot.imx.log
144 u-boot.imx: u-boot.bin u-boot.cfgout $(PLUGIN).bin FORCE
147 quiet_cmd_u-boot-nand_imx = GEN $@
148 cmd_u-boot-nand_imx = (dd bs=1024 count=1 if=/dev/zero 2>/dev/null) | cat - $< > $@.zero-padded ; \
152 u-boot-nand.imx: u-boot.imx FORCE
153 $(call if_changed,u-boot-nand_imx)
156 MKIMAGEFLAGS_u-boot-dtb.imx = -n $(filter-out $(PLUGIN).bin $< $(PHONY),$^) \
158 u-boot-dtb.imx: MKIMAGEOUTPUT = u-boot-dtb.imx.log
160 u-boot-dtb.imx: u-boot-fit-dtb.bin u-boot-dtb.cfgout $(PLUGIN).bin FORCE
165 MKIMAGEFLAGS_u-boot-dtb.imx = -n $(filter-out $(PLUGIN).bin $< $(PHONY),$^) \
167 u-boot-dtb.imx: MKIMAGEOUTPUT = u-boot-dtb.imx.log
169 u-boot-dtb.imx: u-boot-dtb.bin u-boot-dtb.cfgout $(PLUGIN).bin FORCE
178 SPL: spl/u-boot-spl.bin spl/u-boot-spl.cfgout FORCE
180 MKIMAGEFLAGS_flash.bin = -n spl/u-boot-spl.cfgout \
184 spl/u-boot-spl.cfgout: $(IMX_CONFIG) FORCE
188 spl/u-boot-spl-ddr.bin: spl/u-boot-spl.bin spl/u-boot-spl.cfgout FORCE
190 flash.bin: spl/u-boot-spl-ddr.bin u-boot.itb FORCE
197 MKIMAGEFLAGS_flash.bin = -n spl/u-boot-spl.cfgout -T $(IMAGE_TYPE) -e 0x100000
200 MKIMAGEFLAGS_u-boot.cnt = -n container.cfg -T $(IMAGE_TYPE) -e 0x100000
201 u-boot.cnt: MKIMAGEOUTPUT = u-boot.cnt.log
204 u-boot.cnt: u-boot.bin container.cfg FORCE
206 flash.bin: spl/u-boot-spl.bin FORCE
210 echo "append u-boot.cnt at $$pad_cnt KB"; \
211 dd if=u-boot.cnt of=flash.bin bs=1K seek=$$pad_cnt;
213 flash.bin: spl/u-boot-spl.bin FORCE
223 SPL: spl/u-boot-spl.bin spl/u-boot-spl.cfgout u-boot-container.cfgout FORCE
225 MKIMAGEFLAGS_flash.bin = -n spl/u-boot-spl.cfgout -T $(IMAGE_TYPE) -e $(CONFIG_SPL_TEXT_BASE)
228 spl/u-boot-spl.cfgout: $(IMX_CONFIG) FORCE
233 spl/u-boot-spl-ddr.bin: spl/u-boot-spl.bin spl/u-boot-spl.cfgout FORCE
235 u-boot-container.cfgout: $(IMX_CONTAINER_CFG) FORCE
240 flash.bin: spl/u-boot-spl-ddr.bin container.cfgout FORCE
249 SPL: spl/u-boot-spl.bin spl/u-boot-spl.cfgout $(PLUGIN).bin FORCE
252 MKIMAGEFLAGS_u-boot.uim = -A arm -O U-Boot -a $(CONFIG_TEXT_BASE) \
255 u-boot.uim: u-boot.bin FORCE
264 u-boot-with-spl.imx: SPL $(if $(CONFIG_OF_SEPARATE),u-boot.img,u-boot.uim) FORCE
267 u-boot-with-nand-spl.imx: spl/u-boot-nand-spl.imx $(if $(CONFIG_OF_SEPARATE),u-boot.img,u-boot.uim) FORCE
270 quiet_cmd_u-boot-nand-spl_imx = GEN $@
271 cmd_u-boot-nand-spl_imx = (printf '\000\000\000\000\106\103\102\040\001' && \
274 spl/u-boot-nand-spl.imx: SPL FORCE
275 $(call if_changed,u-boot-nand-spl_imx)
278 targets += $(addprefix ../../../,SPL spl/u-boot-spl.cfgout u-boot-dtb.cfgout u-boot.cfgout u-boot.uim spl/u-boot-nand-spl.imx)