Home
last modified time | relevance | path

Searched refs:boot_hdr (Results 1 – 2 of 2) sorted by relevance

/u-boot/boot/
A Dimage-android.c176 bool android_image_get_data(const void *boot_hdr, const void *vendor_boot_hdr, in android_image_get_data() argument
179 if (!boot_hdr || !data) { in android_image_get_data()
184 if (!is_android_boot_image_header(boot_hdr)) { in android_image_get_data()
189 if (((struct andr_boot_img_hdr_v0 *)boot_hdr)->header_version > 2) { in android_image_get_data()
198 android_boot_image_v3_v4_parse_hdr(boot_hdr, data); in android_image_get_data()
201 android_boot_image_v0_v1_v2_parse_hdr(boot_hdr, data); in android_image_get_data()
/u-boot/include/
A Dimage.h1750 bool android_image_get_data(const void *boot_hdr, const void *vendor_boot_hdr,

Completed in 10 milliseconds