Lines Matching full:boot
20 # Note on computing the post-IVT size field value for the U-Boot binary.
22 # -> The size of U-Boot binary aligned to 64B (u-boot.bin)
23 # -> The size of IVT block aligned to 64B (u-boot.ivt)
24 # -> The size of U-Boot signature (u-boot.sig), 3904 B
25 # -> The 64B hole in front of U-Boot binary for 'struct mxs_spl_data' passing
56 spl/u-boot-spl.ivt: spl/u-boot-spl.bin
61 u-boot.ivt: u-boot.bin
66 spl/u-boot-spl.csf: spl/u-boot-spl.ivt spl/u-boot-spl.bin board/$(VENDOR)/$(BOARD)/sign/u-boot-spl.…
69 u-boot.csf: u-boot.ivt u-boot.bin board/$(VENDOR)/$(BOARD)/sign/u-boot.csf
75 MKIMAGEFLAGS_u-boot.sb = -n $< -T mxsimage
76 u-boot.sb: $(src)/$(MKIMAGE_TARGET-y) u-boot.bin spl/u-boot-spl.bin FORCE
79 MKIMAGEFLAGS_u-boot-signed.sb = -n $< -T mxsimage
80 u-boot-signed.sb: $(src)/mxsimage-signed.cfg u-boot.ivt u-boot.sig spl/u-boot-spl.ivt spl/u-boot-sp…