Home
last modified time | relevance | path

Searched refs:image_offset (Results 1 – 5 of 5) sorted by relevance

/u-boot/arch/arm/mach-imx/
A Dspl_imx_romapi.c67 u32 image_offset; in spl_romapi_load_image_seekable() local
73 ret |= g_rom_api->query_boot_infor(QUERY_IMG_OFF, &image_offset, in spl_romapi_load_image_seekable()
74 ((uintptr_t)&image_offset) ^ QUERY_IMG_OFF); in spl_romapi_load_image_seekable()
86 image_offset, pagesize, offset); in spl_romapi_load_image_seekable()
91 offset = image_offset + in spl_romapi_load_image_seekable()
/u-boot/tools/
A Dzynqimage.c76 uint32_t image_offset; /* 0x30 */ member
101 checksum += le32_to_cpu(ptr->image_offset); in zynqimage_checksum()
172 printf("Image Offset : 0x%08x\n", le32_to_cpu(zynqhdr->image_offset)); in zynqimage_print_header()
275 zynqhdr->image_offset = in zynqimage_set_header()
A Dzynqmpimage.c78 checksum += le32_to_cpu(ptr->image_offset); in zynqmpimage_checksum()
218 printf("Image Offset : 0x%08x\n", le32_to_cpu(zynqhdr->image_offset)); in zynqmpimage_print_header()
410 zynqhdr->image_offset = in zynqmpimage_set_header()
A Dzynqmpimage.h121 uint32_t image_offset; /* 0x30 */ member
A Dzynqmpbif.c302 if (bif_output.header->image_offset) { in bif_add_pmufw()
314 bif_output.header->image_offset = cpu_to_le32(bf->offset); in bif_add_pmufw()
356 parthdr.offset = cpu_to_le32(bif_output.header->image_offset); in bif_add_part()
358 bif_output.header->image_offset) / 4); in bif_add_part()
425 if (!bif_output.header->image_offset) in bif_add_part()
426 bif_output.header->image_offset = in bif_add_part()

Completed in 10 milliseconds