Lines Matching refs:boot

544 u-boot.cfg spl/u-boot.cfg tpl/u-boot.cfg:
589 LDSCRIPT := $(srctree)/board/$(BOARDDIR)/u-boot.lds
592 LDSCRIPT := $(srctree)/$(CPUDIR)/u-boot.lds
595 LDSCRIPT := $(srctree)/arch/$(ARCH)/cpu/u-boot.lds
743 u-boot-dirs := $(patsubst %/,%,$(filter %/, $(libs-y))) tools examples
745 u-boot-alldirs := $(sort $(u-boot-dirs) $(patsubst %/,%,$(filter %/, $(libs-))))
749 u-boot-init := $(head-y)
750 u-boot-main := $(libs-y)
773 -include $(srctree)/include/u-boot/u-boot.lds.h \
811 ALL-y += u-boot.srec u-boot.bin u-boot.sym System.map binary_size_check
813 ALL-$(CONFIG_ONENAND_U_BOOT) += u-boot-onenand.bin
815 ALL-$(CONFIG_RAMBOOT_PBL) += u-boot-with-spl-pbl.bin
820 ALL-$(CONFIG_RAMBOOT_PBL) += u-boot.pbl
823 ALL-$(CONFIG_SPL) += spl/u-boot-spl.bin
825 ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img
828 ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img
830 ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot.img
833 ALL-$(CONFIG_TPL) += tpl/u-boot-tpl.bin
834 ALL-$(CONFIG_OF_SEPARATE) += u-boot.dtb
836 ALL-$(CONFIG_OF_SEPARATE) += u-boot-dtb.img
838 ALL-$(CONFIG_OF_HOSTFILE) += u-boot.dtb
842 ALL-$(CONFIG_REMAKE_ELF) += u-boot.elf
843 ALL-$(CONFIG_EFI_APP) += u-boot-app.efi
844 ALL-$(CONFIG_EFI_STUB) += u-boot-payload.efi
847 ALL-$(CONFIG_X86_RESET_VECTOR) += u-boot.rom
852 ALL-y += u-boot-sunxi-with-spl.bin
857 ALL-y += u-boot-tegra.bin u-boot-nodtb-tegra.bin
858 ALL-$(CONFIG_OF_SEPARATE) += u-boot-dtb-tegra.bin
861 ALL-$(CONFIG_ARCH_MEDIATEK) += u-boot-mtk.bin
873 ALL-y += u-boot-with-dtb.bin
876 LDFLAGS_u-boot += $(LDFLAGS_FINAL)
879 LDFLAGS_u-boot += $(call ld-option, --no-dynamic-linker)
882 LDFLAGS_u-boot += $(call ld-option,--no-warn-rwx-segments)
885 LDFLAGS_u-boot += -z noexecstack
888 LDFLAGS_u-boot += -Ttext $(CONFIG_SYS_TEXT_BASE)
921 cfg: u-boot.cfg
1017 $(call cmd,cfgcheck,u-boot.cfg)
1022 dts/dt.dtb: u-boot
1033 MKIMAGEFLAGS_fit-dtb.blob = -f auto -A $(ARCH) -T firmware -C none -O u-boot \
1099 echo "u-boot.map shows a binary size of $$map_size" >&2 ; \
1100 echo " but u-boot-nodtb.bin shows $$file_size" >&2 ; \
1126 echo "u-boot.dtb is larger than 1 quarter of " >&2 ; \
1171 U_BOOT_ITS := u-boot.its
1173 U_BOOT_ITS_DEPS += u-boot-nodtb.bin
1176 U_BOOT_ITS_DEPS += u-boot
1190 MKIMAGEFLAGS_u-boot.img = -A $(ARCH) -T firmware -C none -O u-boot \
1193 MKIMAGEFLAGS_u-boot-ivt.img = -A $(ARCH) -T firmware_ivt -C none -O u-boot \
1196 u-boot-ivt.img: MKIMAGEOUTPUT = u-boot-ivt.img.log
1197 CLEAN_FILES += u-boot-ivt.img.log u-boot-dtb.imx.log SPL.log u-boot.imx.log
1200 MKIMAGEFLAGS_u-boot-dtb.img = $(MKIMAGEFLAGS_u-boot.img)
1202 MKIMAGEFLAGS_u-boot.kwb = -n $(srctree)/$(CONFIG_SYS_KWD_CONFIG:"%"=%) \
1205 MKIMAGEFLAGS_u-boot-spl.kwb = -n $(srctree)/$(CONFIG_SYS_KWD_CONFIG:"%"=%) \
1209 MKIMAGEFLAGS_u-boot.pbl = -n $(srctree)/$(CONFIG_SYS_FSL_PBL_RCW:"%"=%) \
1212 u-boot-dtb.img u-boot.img u-boot.kwb u-boot.pbl u-boot-ivt.img: \
1213 $(if $(CONFIG_SPL_LOAD_FIT),u-boot-nodtb.bin dts/dt.dtb,u-boot.bin) FORCE
1218 MKIMAGEFLAGS_u-boot.itb =
1220 MKIMAGEFLAGS_u-boot.itb = -E
1223 u-boot.itb: u-boot-nodtb.bin dts/dt.dtb $(U_BOOT_ITS) FORCE
1227 u-boot-spl.kwb: u-boot.img spl/u-boot-spl.bin FORCE
1230 u-boot.sha1: u-boot.bin
1231 tools/ubsha1 u-boot.bin
1233 u-boot.dis: u-boot
1239 SPL_PAYLOAD := u-boot.bin
1242 OBJCOPYFLAGS_u-boot-with-spl.bin = -I binary -O binary \
1244 u-boot-with-spl.bin: spl/u-boot-spl.bin $(SPL_PAYLOAD) FORCE
1250 lpc32xx-spl.img: spl/u-boot-spl.bin FORCE
1253 OBJCOPYFLAGS_lpc32xx-boot-0.bin = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO)
1255 lpc32xx-boot-0.bin: lpc32xx-spl.img FORCE
1258 OBJCOPYFLAGS_lpc32xx-boot-1.bin = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO)
1260 lpc32xx-boot-1.bin: lpc32xx-spl.img FORCE
1263 lpc32xx-full.bin: lpc32xx-boot-0.bin lpc32xx-boot-1.bin u-boot.img FORCE
1269 OBJCOPYFLAGS_u-boot-with-tpl.bin = -I binary -O binary \
1271 tpl/u-boot-with-tpl.bin: tpl/u-boot-tpl.bin u-boot.bin FORCE
1274 SPL: spl/u-boot-spl.bin FORCE
1278 flash.bin: spl/u-boot-spl.bin u-boot.itb FORCE
1282 u-boot-with-spl.imx u-boot-with-nand-spl.imx: SPL u-boot.bin FORCE
1285 MKIMAGEFLAGS_u-boot.ubl = -n $(UBL_CONFIG) -T ublimage -e $(CONFIG_SYS_TEXT_BASE)
1287 u-boot.ubl: u-boot-with-spl.bin FORCE
1290 MKIMAGEFLAGS_u-boot-spl.ais = -s -n $(if $(CONFIG_AIS_CONFIG_FILE), \
1293 spl/u-boot-spl.ais: spl/u-boot-spl.bin FORCE
1296 OBJCOPYFLAGS_u-boot.ais = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO)
1297 u-boot.ais: spl/u-boot-spl.ais u-boot.img FORCE
1300 u-boot-signed.sb: u-boot.bin spl/u-boot-spl.bin
1301 $(Q)$(MAKE) $(build)=arch/arm/cpu/arm926ejs/mxs u-boot-signed.sb
1302 u-boot.sb: u-boot.bin spl/u-boot-spl.bin
1303 $(Q)$(MAKE) $(build)=arch/arm/cpu/arm926ejs/mxs u-boot.sb
1311 MKIMAGEFLAGS_u-boot-spl.img = -A $(ARCH) -T firmware -C none \
1313 spl/u-boot-spl.img: spl/u-boot-spl.bin FORCE
1316 OBJCOPYFLAGS_u-boot.spr = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO) \
1318 u-boot.spr: spl/u-boot-spl.img u-boot.img FORCE
1323 cmd_socboot = cat spl/u-boot-spl.sfp spl/u-boot-spl.sfp \
1324 spl/u-boot-spl.sfp spl/u-boot-spl.sfp \
1325 u-boot.img > $@ || rm -f $@
1326 u-boot-with-spl.sfp: spl/u-boot-spl.sfp u-boot.img FORCE
1331 u-boot-with-dtb.bin: u-boot.bin u-boot.dtb \
1332 $(if $(CONFIG_MPC85XX_HAVE_RESET_VECTOR), u-boot-br.bin) FORCE
1336 OBJCOPYFLAGS_u-boot-br.bin := -O binary -j .bootpg -j .resetvec
1337 u-boot-br.bin: u-boot FORCE
1347 rom: u-boot.rom FORCE
1356 u-boot.rom: u-boot-x86-16bit.bin u-boot.bin \
1357 $(if $(CONFIG_SPL_X86_16BIT_INIT),spl/u-boot-spl.bin) \
1361 OBJCOPYFLAGS_u-boot-x86-16bit.bin := -O binary -j .start16 -j .resetvec
1362 u-boot-x86-16bit.bin: u-boot FORCE
1368 u-boot-sunxi-with-spl.bin: spl/sunxi-spl.bin u-boot.img u-boot.dtb FORCE
1371 u-boot-sunxi-with-spl.bin: spl/sunxi-spl.bin u-boot.itb FORCE
1383 OBJCOPYFLAGS_u-boot-nodtb-tegra.bin = -O binary --pad-to=$(CONFIG_SYS_TEXT_BASE)
1384 u-boot-nodtb-tegra.bin: spl/u-boot-spl u-boot-nodtb.bin FORCE
1387 OBJCOPYFLAGS_u-boot-tegra.bin = -O binary --pad-to=$(CONFIG_SYS_TEXT_BASE)
1388 u-boot-tegra.bin: spl/u-boot-spl u-boot.bin FORCE
1391 u-boot-dtb-tegra.bin: u-boot-tegra.bin FORCE
1396 OBJCOPYFLAGS_u-boot-app.efi := $(OBJCOPYFLAGS_EFI)
1397 u-boot-app.efi: u-boot FORCE
1400 u-boot.bin.o: u-boot.bin FORCE
1403 u-boot-payload.lds: $(LDSCRIPT_EFI) FORCE
1409 -T u-boot-payload.lds arch/x86/cpu/call32.o \
1410 lib/efi/efi.o lib/efi/efi_stub.o u-boot.bin.o \
1413 u-boot-payload: u-boot.bin.o u-boot-payload.lds FORCE
1416 OBJCOPYFLAGS_u-boot-payload.efi := $(OBJCOPYFLAGS_EFI)
1417 u-boot-payload.efi: u-boot-payload FORCE
1420 u-boot-img.bin: spl/u-boot-spl.bin u-boot.img FORCE
1426 MKIMAGEFLAGS_u-boot-spl.pbl = -n $(srctree)/$(CONFIG_SYS_FSL_PBL_RCW:"%"=%) \
1430 spl/u-boot-spl.pbl: spl/u-boot-spl.bin FORCE
1434 UBOOT_BINLOAD := u-boot.img
1437 UBOOT_BINLOAD := u-boot-with-dtb.bin
1439 UBOOT_BINLOAD := u-boot.bin
1443 OBJCOPYFLAGS_u-boot-with-spl-pbl.bin = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO) \
1446 u-boot-with-spl-pbl.bin: spl/u-boot-spl.pbl $(UBOOT_BINLOAD) FORCE
1455 OBJCOPYFLAGS_u-boot-img-spl-at-end.bin := -I binary -O binary \
1457 u-boot-img-spl-at-end.bin: u-boot.img spl/u-boot-spl.bin FORCE
1464 quiet_cmd_u-boot-elf ?= LD $@
1465 cmd_u-boot-elf ?= $(LD) u-boot-elf.o -o $@ \
1468 u-boot.elf: u-boot.bin
1469 $(Q)$(OBJCOPY) -I binary $(PLATFORM_ELFFLAGS) $< u-boot-elf.o
1470 $(call if_changed,u-boot-elf)
1479 spl/u-boot-spl-mtk.bin: spl/u-boot-spl
1481 u-boot-mtk.bin: u-boot.dtb u-boot.img spl/u-boot-spl-mtk.bin FORCE
1484 MKIMAGEFLAGS_u-boot-mtk.bin = -T mtk_image \
1488 u-boot-mtk.bin: u-boot.bin FORCE
1497 cmd_u-boot__ ?= $(LD) $(LDFLAGS) $(LDFLAGS_u-boot) -o $@ \
1498 -T u-boot.lds $(u-boot-init) \
1499 --start-group $(u-boot-main) --end-group \
1500 $(PLATFORM_LIBS) -Map u-boot.map; \
1505 smap=`$(call SYSTEM_MAP,u-boot) | \
1510 u-boot: $(u-boot-init) $(u-boot-main) u-boot.lds FORCE
1523 u-boot.sym: u-boot FORCE
1528 $(sort $(u-boot-init) $(u-boot-main)): $(u-boot-dirs) ;
1536 PHONY += $(u-boot-dirs)
1537 $(u-boot-dirs): prepare scripts
1542 $(filter-out tools, $(u-boot-dirs)): tools
1545 examples: $(filter-out examples, $(u-boot-dirs))
1663 u-boot.lds: $(LDSCRIPT) prepare FORCE
1666 spl/u-boot-spl.bin: spl/u-boot-spl
1668 spl/u-boot-spl: tools prepare \
1673 spl/sunxi-spl.bin: spl/u-boot-spl
1679 spl/u-boot-spl.sfp: spl/u-boot-spl
1682 spl/boot.bin: spl/u-boot-spl
1685 tpl/u-boot-tpl.bin: tools prepare \
1689 TAG_SUBDIRS := $(patsubst %,$(srctree)/%,$(u-boot-dirs) include)
1711 System.map: u-boot
1718 checkarmreloc: u-boot
1759 boot* u-boot* MLO* SPL System.map fit-dtb.blob
1773 clean-dirs := $(foreach f,$(u-boot-alldirs),$(if $(wildcard $(srctree)/$f/Makefile),$f))
1899 $(OBJDUMP) -d u-boot $$(find . -name u-boot-spl) | \