Lines Matching full:boot
6 ifneq ($(wildcard $(TI_SECURE_DEV_PKG)/scripts/create-boot-image.sh),)
8 cmd_mkomapsecimg = $(TI_SECURE_DEV_PKG)/scripts/create-boot-image.sh \
9 $(patsubst u-boot-spl_HS_%,%,$(@F)) $< $@ $(CONFIG_ISW_ENTRY_ADDR) \
12 cmd_mkomapsecimg = $(TI_SECURE_DEV_PKG)/scripts/create-boot-image.sh \
18 "$(TI_SECURE_DEV_PKG)/scripts/create-boot-image.sh not found." \
48 u-boot-spl_HS_X-LOADER: $(obj)/u-boot-spl.bin FORCE
51 # For MLO targets (SD card boot) the final file name that is copied to the SD
54 u-boot-spl_HS_MLO: $(obj)/u-boot-spl.bin FORCE
60 # Standard 2ND target (certain peripheral boot modes)
61 u-boot-spl_HS_2ND: $(obj)/u-boot-spl.bin FORCE
64 # Standard ULO target (certain peripheral boot modes)
65 u-boot-spl_HS_ULO: $(obj)/u-boot-spl.bin FORCE
68 # Standard ISSW target (certain devices, various boot modes), when copied to
71 u-boot-spl_HS_ISSW: $(obj)/u-boot-spl.bin FORCE
79 # create-boot-image.sh script handle that
80 u-boot-spl_HS_SPI_X-LOADER: $(obj)/u-boot-spl.bin FORCE
83 # For supporting single stage boot on keystone, the image is a full u-boot
84 # file, not an SPL. This will work for all boot devices, other than SPI
87 u-boot_HS_MLO: $(obj)/u-boot.bin
93 # For supporting single stage XiP QSPI on AM43xx, the image is a full u-boot
95 # u-boot-HS_* prefix
96 u-boot_HS_XIP_X-LOADER: $(obj)/u-boot.bin FORCE
104 MKIMAGEFLAGS_u-boot_HS.img = -f auto -A $(ARCH) -T firmware -C none -O u-boot \
106 -n "U-Boot $(UBOOTRELEASE) for $(BOARD) board" -E \
115 u-boot-nodtb_HS.bin: u-boot-nodtb.bin FORCE
118 u-boot_HS.img: u-boot-nodtb_HS.bin u-boot.img $(patsubst %.dtb,%.dtb_HS,$(OF_LIST_TARGETS)) FORCE
121 cp -f $@ u-boot.img; \