Lines Matching refs:boot

527 u-boot.cfg spl/u-boot.cfg tpl/u-boot.cfg: include/config.h FORCE
572 LDSCRIPT := $(srctree)/board/$(BOARDDIR)/u-boot.lds
575 LDSCRIPT := $(srctree)/$(CPUDIR)/u-boot.lds
578 LDSCRIPT := $(srctree)/arch/$(ARCH)/cpu/u-boot.lds
721 u-boot-dirs := $(patsubst %/,%,$(filter %/, $(libs-y))) tools examples
723 u-boot-alldirs := $(sort $(u-boot-dirs) $(patsubst %/,%,$(filter %/, $(libs-))))
727 u-boot-init := $(head-y)
728 u-boot-main := $(libs-y)
745 -include $(srctree)/include/u-boot/u-boot.lds.h \
783 ALL-y += u-boot.srec u-boot.bin u-boot.sym System.map binary_size_check
786 ALL-$(CONFIG_ONENAND_U_BOOT) += u-boot-onenand.bin
788 ALL-$(CONFIG_RAMBOOT_PBL) += u-boot-with-spl-pbl.bin
793 ALL-$(CONFIG_RAMBOOT_PBL) += u-boot.pbl
796 ALL-$(CONFIG_SPL) += spl/u-boot-spl.bin
798 ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img
800 ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot.img
802 ALL-$(CONFIG_TPL) += tpl/u-boot-tpl.bin
803 ALL-$(CONFIG_OF_SEPARATE) += u-boot.dtb
805 ALL-$(CONFIG_OF_SEPARATE) += u-boot-dtb.img
807 ALL-$(CONFIG_OF_HOSTFILE) += u-boot.dtb
811 ALL-$(CONFIG_REMAKE_ELF) += u-boot.elf
812 ALL-$(CONFIG_EFI_APP) += u-boot-app.efi
813 ALL-$(CONFIG_EFI_STUB) += u-boot-payload.efi
816 ALL-$(CONFIG_X86_RESET_VECTOR) += u-boot.rom
821 ALL-y += u-boot-tegra.bin u-boot-nodtb-tegra.bin
822 ALL-$(CONFIG_OF_SEPARATE) += u-boot-dtb-tegra.bin
830 LDFLAGS_u-boot += $(LDFLAGS_FINAL)
833 LDFLAGS_u-boot += $(call ld-option, --no-dynamic-linker)
836 LDFLAGS_u-boot += -Ttext $(CONFIG_SYS_TEXT_BASE)
869 cfg: u-boot.cfg
886 $(call cmd,cfgcheck,u-boot.cfg)
891 dts/dt.dtb: u-boot
905 MKIMAGEFLAGS_fit-dtb.blob = -f auto -A $(ARCH) -T firmware -C none -O u-boot \
972 echo "u-boot.map shows a binary size of $$map_size" >&2 ; \
973 echo " but u-boot-nodtb.bin shows $$file_size" >&2 ; \
1020 U_BOOT_ITS := u-boot.its
1033 MKIMAGEFLAGS_u-boot.img = -A $(ARCH) -T firmware -C none -O u-boot \
1036 MKIMAGEFLAGS_u-boot-ivt.img = -A $(ARCH) -T firmware_ivt -C none -O u-boot \
1039 u-boot-ivt.img: MKIMAGEOUTPUT = u-boot-ivt.img.log
1040 CLEAN_FILES += u-boot-ivt.img.log u-boot-dtb.imx.log SPL.log u-boot.imx.log
1043 MKIMAGEFLAGS_u-boot-dtb.img = $(MKIMAGEFLAGS_u-boot.img)
1045 MKIMAGEFLAGS_u-boot.kwb = -n $(srctree)/$(CONFIG_SYS_KWD_CONFIG:"%"=%) \
1048 MKIMAGEFLAGS_u-boot-spl.kwb = -n $(srctree)/$(CONFIG_SYS_KWD_CONFIG:"%"=%) \
1052 MKIMAGEFLAGS_u-boot.pbl = -n $(srctree)/$(CONFIG_SYS_FSL_PBL_RCW:"%"=%) \
1055 u-boot-dtb.img u-boot.img u-boot.kwb u-boot.pbl u-boot-ivt.img: \
1056 $(if $(CONFIG_SPL_LOAD_FIT),u-boot-nodtb.bin dts/dt.dtb,u-boot.bin) FORCE
1059 u-boot.itb: u-boot-nodtb.bin dts/dt.dtb $(U_BOOT_ITS) FORCE
1062 u-boot-spl.kwb: u-boot.img spl/u-boot-spl.bin FORCE
1065 u-boot.sha1: u-boot.bin
1066 tools/ubsha1 u-boot.bin
1068 u-boot.dis: u-boot
1072 SPL_PAYLOAD := tpl/u-boot-with-tpl.bin
1074 SPL_PAYLOAD := u-boot.bin
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
1084 lpc32xx-spl.img: spl/u-boot-spl.bin FORCE
1087 OBJCOPYFLAGS_lpc32xx-boot-0.bin = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO)
1089 lpc32xx-boot-0.bin: lpc32xx-spl.img FORCE
1092 OBJCOPYFLAGS_lpc32xx-boot-1.bin = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO)
1094 lpc32xx-boot-1.bin: lpc32xx-spl.img FORCE
1097 lpc32xx-full.bin: lpc32xx-boot-0.bin lpc32xx-boot-1.bin u-boot.img FORCE
1102 OBJCOPYFLAGS_u-boot-with-tpl.bin = -I binary -O binary \
1104 tpl/u-boot-with-tpl.bin: tpl/u-boot-tpl.bin u-boot.bin 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
1113 MKIMAGEFLAGS_u-boot.ubl = -n $(UBL_CONFIG) -T ublimage -e $(CONFIG_SYS_TEXT_BASE)
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
1124 OBJCOPYFLAGS_u-boot.ais = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO)
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
1129 $(Q)$(MAKE) $(build)=arch/arm/cpu/arm926ejs/mxs u-boot-signed.sb
1130 u-boot.sb: u-boot.bin spl/u-boot-spl.bin
1131 $(Q)$(MAKE) $(build)=arch/arm/cpu/arm926ejs/mxs u-boot.sb
1139 MKIMAGEFLAGS_u-boot-spl.img = -A $(ARCH) -T firmware -C none \
1141 spl/u-boot-spl.img: spl/u-boot-spl.bin FORCE
1144 OBJCOPYFLAGS_u-boot.spr = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO) \
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 \
1153 u-boot.img > $@ || rm -f $@
1154 u-boot-with-spl.sfp: spl/u-boot-spl.sfp u-boot.img FORCE
1163 rom: u-boot.rom FORCE
1172 u-boot.rom: u-boot-x86-16bit.bin u-boot.bin \
1173 $(if $(CONFIG_SPL_X86_16BIT_INIT),spl/u-boot-spl.bin) \
1177 OBJCOPYFLAGS_u-boot-x86-16bit.bin := -O binary -j .start16 -j .resetvec
1178 u-boot-x86-16bit.bin: u-boot FORCE
1183 u-boot-sunxi-with-spl.bin: spl/sunxi-spl.bin u-boot.img u-boot.dtb FORCE
1188 OBJCOPYFLAGS_u-boot-nodtb-tegra.bin = -O binary --pad-to=$(CONFIG_SYS_TEXT_BASE)
1189 u-boot-nodtb-tegra.bin: spl/u-boot-spl u-boot-nodtb.bin FORCE
1192 OBJCOPYFLAGS_u-boot-tegra.bin = -O binary --pad-to=$(CONFIG_SYS_TEXT_BASE)
1193 u-boot-tegra.bin: spl/u-boot-spl u-boot.bin FORCE
1196 u-boot-dtb-tegra.bin: u-boot-tegra.bin FORCE
1200 OBJCOPYFLAGS_u-boot-app.efi := $(OBJCOPYFLAGS_EFI)
1201 u-boot-app.efi: u-boot FORCE
1204 u-boot.bin.o: u-boot.bin FORCE
1207 u-boot-payload.lds: $(LDSCRIPT_EFI) FORCE
1213 -T u-boot-payload.lds arch/x86/cpu/call32.o \
1214 lib/efi/efi.o lib/efi/efi_stub.o u-boot.bin.o \
1217 u-boot-payload: u-boot.bin.o u-boot-payload.lds FORCE
1220 OBJCOPYFLAGS_u-boot-payload.efi := $(OBJCOPYFLAGS_EFI)
1221 u-boot-payload.efi: u-boot-payload 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
1238 UBOOT_BINLOAD := u-boot.img
1240 UBOOT_BINLOAD := u-boot.bin
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
1264 quiet_cmd_u-boot-elf ?= LD $@
1265 cmd_u-boot-elf ?= $(LD) u-boot-elf.o -o $@ \
1268 u-boot.elf: u-boot.bin
1269 $(Q)$(OBJCOPY) -I binary $(PLATFORM_ELFFLAGS) $< u-boot-elf.o
1270 $(call if_changed,u-boot-elf)
1277 cmd_u-boot__ ?= $(LD) $(LDFLAGS) $(LDFLAGS_u-boot) -o $@ \
1278 -T u-boot.lds $(u-boot-init) \
1279 --start-group $(u-boot-main) --end-group \
1280 $(PLATFORM_LIBS) -Map u-boot.map; \
1285 smap=`$(call SYSTEM_MAP,u-boot) | \
1290 u-boot: $(u-boot-init) $(u-boot-main) u-boot.lds FORCE
1299 u-boot.sym: u-boot FORCE
1304 $(sort $(u-boot-init) $(u-boot-main)): $(u-boot-dirs) ;
1312 PHONY += $(u-boot-dirs)
1313 $(u-boot-dirs): prepare scripts
1318 $(filter-out tools, $(u-boot-dirs)): tools
1321 examples: $(filter-out examples, $(u-boot-dirs))
1443 u-boot.lds: $(LDSCRIPT) prepare FORCE
1446 spl/u-boot-spl.bin: spl/u-boot-spl
1448 spl/u-boot-spl: tools prepare \
1453 spl/sunxi-spl.bin: spl/u-boot-spl
1459 spl/u-boot-spl.sfp: spl/u-boot-spl
1462 spl/boot.bin: spl/u-boot-spl
1465 tpl/u-boot-tpl.bin: tools prepare \
1469 TAG_SUBDIRS := $(patsubst %,$(srctree)/%,$(u-boot-dirs) include)
1491 System.map: u-boot
1498 checkarmreloc: u-boot
1539 boot* u-boot* MLO* SPL System.map fit-dtb.blob *.bin *.img *.gz .cc
1552 clean-dirs := $(foreach f,$(u-boot-alldirs),$(if $(wildcard $(srctree)/$f/Makefile),$f))
1666 $(OBJDUMP) -d u-boot $$(find . -name u-boot-spl) | \
1728 u-boot-initial-env: u-boot.bin