Searched refs:ivt (Results 1 - 11 of 11) sorted by relevance

/u-boot/arch/arc/cpu/arcv2/
H A DMakefile5 obj-y += ivt.o
H A Divt.S6 .section .ivt, "a",@progbits
/u-boot/arch/arc/cpu/arcv1/
H A DMakefile5 obj-y += ivt.o
H A Divt.S6 .section .ivt, "ax",@progbits
/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A DMakefile23 # -> The size of IVT block aligned to 64B (u-boot.ivt)
43 ivt=$(word 1,$^) ; \
49 echo " $3 0x0 0x40 \"$$ivt\"" >> $@
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.csf
69 u-boot.csf: u-boot.ivt u-boot.bin board/$(VENDOR)/$(BOARD)/sign/u-boot.csf
80 u-boot-signed.sb: $(src)/mxsimage-signed.cfg u-boot.ivt u-boot.sig spl/u-boot-spl.ivt spl/u-boot-spl.sig FORCE
/u-boot/arch/arm/mach-imx/
H A Dhab.c760 static bool csf_is_valid(struct ivt *ivt, ulong start_addr, size_t bytes) argument
776 if (!ivt->csf) {
781 csf_hdr = (u8 *)(ulong)ivt->csf;
833 static int validate_ivt(struct ivt *ivt_initial)
896 struct ivt *ivt; local
909 ivt = (struct ivt *)ivt_addr;
912 if (!validate_ivt(ivt))
[all...]
H A Dspl.c342 struct ivt *ivt; local
351 ivt = (struct ivt *)tmp;
353 debug("%s: ivt: %p offset: %lx size: %lx\n", __func__, ivt, offset, size);
354 debug("%s: ivt self: %x\n", __func__, ivt->self);
/u-boot/doc/imx/habv4/csf_examples/mx8m/
H A Dcsf.sh73 echo "0xd1002041 ${ivt_block_base} 0x00000000 0x00000000 0x00000000 ${ivt_block_base} ${csf_block_base} 0x00000000" | xxd -r -p > ivt.bin
74 dd if=ivt.bin of=flash.bin bs=1 seek=${ivt_block_offset} conv=notrunc
/u-boot/tools/
H A Dmxsimage.c926 struct sb_ivt_header *ivt; local
937 ivt = calloc(1, sizeof(*ivt));
938 if (!ivt) {
943 ivt->header = sb_hab_ivt_header();
944 ivt->entry = ivtep;
945 ivt->self = dest;
947 cctx->data = (uint8_t *)ivt;
948 cctx->length = sizeof(*ivt);
/u-boot/arch/arm/include/asm/mach-imx/
H A Dhab.h28 struct ivt { struct
96 HAB_INV_IVT = 0x05, /* Invalid ivt */
/u-boot/
H A DMakefile987 INPUTS-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img
990 INPUTS-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img
1432 MKIMAGEFLAGS_u-boot-ivt.img = -A $(ARCH) -T firmware_ivt -C none -O u-boot \
1435 u-boot-ivt.img: MKIMAGEOUTPUT = u-boot-ivt.img.log
1473 u-boot-dtb.img u-boot.img u-boot.kwb u-boot.pbl u-boot-ivt.img: \
2197 u-boot-ivt.img.log u-boot-dtb.imx.log SPL.log u-boot.imx.log \

Completed in 419 milliseconds