Home
last modified time | relevance | path

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

/u-boot/boot/
A Dimage-android.c128 static void android_boot_image_v0_v1_v2_parse_hdr(const struct andr_boot_img_hdr_v0 *hdr, in android_boot_image_v0_v1_v2_parse_hdr()
189 if (((struct andr_boot_img_hdr_v0 *)boot_hdr)->header_version > 2) { in android_image_get_data()
340 ulong android_image_get_end(const struct andr_boot_img_hdr_v0 *hdr, in android_image_get_end()
467 const struct andr_boot_img_hdr_v0 *hdr; in android_image_get_dtbo()
517 const struct andr_boot_img_hdr_v0 *hdr; in android_image_get_dtb_img_addr()
591 const struct andr_boot_img_hdr_v0 *hdr; in android_image_get_dtb_by_index()
665 void android_print_contents(const struct andr_boot_img_hdr_v0 *hdr) in android_print_contents()
761 const struct andr_boot_img_hdr_v0 *hdr; in android_image_print_dtb_contents()
/u-boot/cmd/
A Dabootimg.c32 const struct andr_boot_img_hdr_v0 *hdr; in abootimg_get_ver()
82 const struct andr_boot_img_hdr_v0 *hdr; in abootimg_get_dtb_load_addr()
/u-boot/drivers/fastboot/
A Dfb_mmc.c290 struct andr_boot_img_hdr_v0 *hdr, in fb_mmc_get_boot_header()
299 hdr_sectors = DIV_ROUND_UP(sizeof(struct andr_boot_img_hdr_v0), sector_size); in fb_mmc_get_boot_header()
340 struct andr_boot_img_hdr_v0 *hdr; /* boot image header */ in fb_mmc_update_zimage()
363 hdr = (struct andr_boot_img_hdr_v0 *)hdr_addr; in fb_mmc_update_zimage()
/u-boot/include/
A Dandroid_image.h80 struct andr_boot_img_hdr_v0 { struct
A Dimage.h1753 struct andr_boot_img_hdr_v0;
1828 ulong android_image_get_end(const struct andr_boot_img_hdr_v0 *hdr,
1865 void android_print_contents(const struct andr_boot_img_hdr_v0 *hdr);

Completed in 16 milliseconds