Searched refs:ivt (Results 1 – 12 of 12) sorted by relevance
45 ivt=$(word 1,$^) ; \51 echo " $3 0x0 0x40 \"$$ivt\"" >> $@58 spl/u-boot-spl.ivt: spl/u-boot-spl.bin63 u-boot.ivt: u-boot.bin68 spl/u-boot-spl.csf: spl/u-boot-spl.ivt spl/u-boot-spl.bin board/$(VENDOR)/$(BOARD)/sign/u-boot-spl.…71 u-boot.csf: u-boot.ivt u-boot.bin board/$(VENDOR)/$(BOARD)/sign/u-boot.csf82 u-boot-signed.sb: $(src)/mxsimage-signed.cfg u-boot.ivt u-boot.sig spl/u-boot-spl.ivt spl/u-boot-sp…
8 load ivt (entry = 0x0014) > 0x8000;12 load ivt (entry = 0x40000100) > 0x8000;
5 LOAD 0x8000 spl/u-boot-spl.ivt9 LOAD 0x40001000 u-boot.ivt
13 load ivt (entry = 0x0014) > 0x8000;
25 .ivt :27 *(.ivt)
7 obj-y += ivt.o
7 .section .ivt, "a",@progbits
7 .section .ivt, "ax",@progbits
154 in log files named as the binaries. (SPL.log and u-boot-ivt.log).171 Example Output of the u-boot-ivt.img (firmware_ivt) creation:186 cat u-boot-ivt.img csf-u-boot.bin > u-boot-signed.img
925 struct sb_ivt_header *ivt; in sb_build_command_load() local936 ivt = calloc(1, sizeof(*ivt)); in sb_build_command_load()937 if (!ivt) { in sb_build_command_load()942 ivt->header = sb_hab_ivt_header(); in sb_build_command_load()943 ivt->entry = ivtep; in sb_build_command_load()944 ivt->self = dest; in sb_build_command_load()946 cctx->data = (uint8_t *)ivt; in sb_build_command_load()947 cctx->length = sizeof(*ivt); in sb_build_command_load()
798 ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img1036 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.log1040 CLEAN_FILES += u-boot-ivt.img.log u-boot-dtb.imx.log SPL.log u-boot.imx.log1055 u-boot-dtb.img u-boot.img u-boot.kwb u-boot.pbl u-boot-ivt.img: \