Searched refs:boot_img_t (Results 1 - 9 of 9) sorted by path

/u-boot/arch/arm/include/asm/mach-imx/
H A Dahab.h13 int ahab_verify_cntr_image(struct boot_img_t *img, int image_index);
/u-boot/arch/arm/mach-imx/
H A Dele_ahab.c292 int ahab_verify_cntr_image(struct boot_img_t *img, int image_index)
331 struct boot_img_t *img;
369 img = (struct boot_img_t *)(addr +
371 i * sizeof(struct boot_img_t));
H A Dimage-container.c47 struct boot_img_t *img_entry;
62 img_entry = (struct boot_img_t *)(addr + sizeof(struct container_hdr));
/u-boot/arch/arm/mach-imx/imx8/
H A Dahab.c57 int ahab_verify_cntr_image(struct boot_img_t *img, int image_index)
131 struct boot_img_t *img;
170 img = (struct boot_img_t *)(addr +
172 i * sizeof(struct boot_img_t));
/u-boot/common/spl/
H A Dspl_imx_container.c17 static struct boot_img_t *read_auth_image(struct spl_image_info *spl_image,
23 struct boot_img_t *images;
31 images = (struct boot_img_t *)((u8 *)container +
124 struct boot_img_t *image = read_auth_image(spl_image, info,
/u-boot/include/
H A Dimx8image.h117 } __packed boot_img_t; typedef in typeref:struct:__anon21
129 boot_img_t img[MAX_NUM_IMGS];
H A Dimx_container.h37 struct boot_img_t { struct
/u-boot/test/image/
H A Dspl_load.c93 struct boot_img_t *img = dst + sizeof(*hdr);
/u-boot/tools/
H A Dimx8image.c479 static void set_image_hash(boot_img_t *img, char *filename, uint32_t hash_type)
544 boot_img_t *img = &container->img[container->num_images];
804 append(ptr, &container->img[j], sizeof(boot_img_t));

Completed in 160 milliseconds