Home
last modified time | relevance | path

Searched refs:ivt (Results 1 – 12 of 12) sorted by relevance

/arch/arm/cpu/arm926ejs/mxs/
A DMakefile43 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.…
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-sp…
A Du-boot-imx28.bd8 load ivt (entry = 0x0014) > 0x8000;
12 load ivt (entry = 0x40000100) > 0x8000;
A Dmxsimage-signed.cfg5 LOAD 0x8000 spl/u-boot-spl.ivt
9 LOAD 0x40001000 u-boot.ivt
A Du-boot-imx23.bd13 load ivt (entry = 0x0014) > 0x8000;
/arch/arm/mach-imx/
A Dspl.c342 struct ivt *ivt; in spl_load_simple_fit_fix_load() local
351 ivt = (struct ivt *)tmp; in spl_load_simple_fit_fix_load()
353 debug("%s: ivt: %p offset: %lx size: %lx\n", __func__, ivt, offset, size); in spl_load_simple_fit_fix_load()
354 debug("%s: ivt self: %x\n", __func__, ivt->self); in spl_load_simple_fit_fix_load()
A Dhab.c767 static bool csf_is_valid(struct ivt *ivt, ulong start_addr, size_t bytes) in csf_is_valid() argument
783 if (!ivt->csf) { in csf_is_valid()
788 csf_hdr = (u8 *)(ulong)ivt->csf; in csf_is_valid()
840 static int validate_ivt(struct ivt *ivt_initial) in validate_ivt()
915 struct ivt *ivt; in imx_hab_authenticate_image() local
928 ivt = (struct ivt *)ivt_addr; in imx_hab_authenticate_image()
931 if (!validate_ivt(ivt)) in imx_hab_authenticate_image()
938 if (!csf_is_valid(ivt, start, bytes)) in imx_hab_authenticate_image()
954 printf("ivt entry = 0x%08x, dcd = 0x%08x, csf = 0x%08x\n", ivt->entry, in imx_hab_authenticate_image()
955 ivt->dcd, ivt->csf); in imx_hab_authenticate_image()
[all …]
/arch/arc/cpu/
A Du-boot.lds17 .ivt :
19 KEEP(*(.ivt))
/arch/arc/cpu/arcv1/
A DMakefile5 obj-y += ivt.o
A Divt.S6 .section .ivt, "ax",@progbits
/arch/arc/cpu/arcv2/
A DMakefile5 obj-y += ivt.o
A Divt.S6 .section .ivt, "a",@progbits
/arch/arm/include/asm/mach-imx/
A Dhab.h28 struct ivt { struct

Completed in 16 milliseconds