Home
last modified time | relevance | path

Searched refs:image_load (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/
H A Dzynqimage.c80 uint32_t image_load; /* 0x3c */ member
105 checksum += le32_to_cpu(ptr->image_load); in zynqimage_checksum()
171 printf("Image Load : 0x%08x\n", le32_to_cpu(zynqhdr->image_load)); in zynqimage_print_header()
274 zynqhdr->image_load = 0x0; in zynqimage_set_header()
276 zynqhdr->image_load = cpu_to_le32((uint32_t)params->ep); in zynqimage_set_header()
H A Dzynqmpimage.c88 uint32_t image_load; /* 0x2c */ member
115 checksum += le32_to_cpu(ptr->image_load); in zynqmpimage_checksum()
193 printf("Image Load : 0x%08x\n", le32_to_cpu(zynqhdr->image_load)); in zynqmpimage_print_header()
336 zynqhdr->image_load = 0xfffc0000; in zynqmpimage_set_header()
338 zynqhdr->image_load = cpu_to_le32((uint32_t)params->ep); in zynqmpimage_set_header()
/OK3568_Linux_fs/u-boot/common/
H A Dimage-android.c425 static int image_load(img_t img, struct andr_img_hdr *hdr, in image_load() function
681 if (image_load(IMG_KERNEL, hdr, part_start, ram_base, crypto)) in images_load_verify()
683 if (image_load(IMG_RAMDISK, hdr, part_start, ram_base, crypto)) in images_load_verify()
685 if (image_load(IMG_SECOND, hdr, part_start, ram_base, crypto)) in images_load_verify()
688 if (image_load(IMG_RECOVERY_DTBO, hdr, part_start, in images_load_verify()
693 if (image_load(IMG_DTB, hdr, part_start, ram_base, crypto)) in images_load_verify()
726 if (image_load(IMG_RK_DTB, hdr, bstart, ram_base, NULL)) in android_image_separate()
811 if (image_load(IMG_RK_DTB, hdr, bstart, ram_base, NULL)) in android_image_separate_v34()
813 if (image_load(IMG_KERNEL, hdr, bstart, ram_base, NULL)) in android_image_separate_v34()
815 if (image_load(IMG_VENDOR_RAMDISK, hdr, bstart, ram_base, NULL)) in android_image_separate_v34()
[all …]
H A Dimage-android.su
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dkexec_image.c37 static void *image_load(struct kimage *image, in image_load() function
143 .load = image_load,
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.map
H A Du-boot.sym