Searched refs:ivt (Results 1 – 12 of 12) sorted by relevance
| /arch/arm/cpu/arm926ejs/mxs/ |
| A D | Makefile | 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.… 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 D | u-boot-imx28.bd | 8 load ivt (entry = 0x0014) > 0x8000; 12 load ivt (entry = 0x40000100) > 0x8000;
|
| A D | mxsimage-signed.cfg | 5 LOAD 0x8000 spl/u-boot-spl.ivt 9 LOAD 0x40001000 u-boot.ivt
|
| A D | u-boot-imx23.bd | 13 load ivt (entry = 0x0014) > 0x8000;
|
| /arch/arm/mach-imx/ |
| A D | spl.c | 342 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 D | hab.c | 767 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 D | u-boot.lds | 17 .ivt : 19 KEEP(*(.ivt))
|
| /arch/arc/cpu/arcv1/ |
| A D | Makefile | 5 obj-y += ivt.o
|
| A D | ivt.S | 6 .section .ivt, "ax",@progbits
|
| /arch/arc/cpu/arcv2/ |
| A D | Makefile | 5 obj-y += ivt.o
|
| A D | ivt.S | 6 .section .ivt, "a",@progbits
|
| /arch/arm/include/asm/mach-imx/ |
| A D | hab.h | 28 struct ivt { struct
|
Completed in 16 milliseconds