Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dimage-android.c16 static ulong android_image_get_kernel_addr(const struct andr_img_hdr *hdr) in android_image_get_kernel_addr()
50 int android_image_get_kernel(const struct andr_img_hdr *hdr, int verify, in android_image_get_kernel()
103 int android_image_check_header(const struct andr_img_hdr *hdr) in android_image_check_header()
108 ulong android_image_get_end(const struct andr_img_hdr *hdr) in android_image_get_end()
124 ulong android_image_get_kload(const struct andr_img_hdr *hdr) in android_image_get_kload()
129 int android_image_get_ramdisk(const struct andr_img_hdr *hdr, in android_image_get_ramdisk()
148 int android_image_get_second(const struct andr_img_hdr *hdr, in android_image_get_second()
179 void android_print_contents(const struct andr_img_hdr *hdr) in android_print_contents()
H A Dimage-fdt.c465 struct andr_img_hdr *hdr = buf; in boot_get_fdt()
/openbmc/u-boot/include/
H A Dandroid_image.h14 typedef struct andr_img_hdr andr_img_hdr; typedef
22 struct andr_img_hdr { struct
H A Dimage.h1330 struct andr_img_hdr;
1331 int android_image_check_header(const struct andr_img_hdr *hdr);
1332 int android_image_get_kernel(const struct andr_img_hdr *hdr, int verify,
1334 int android_image_get_ramdisk(const struct andr_img_hdr *hdr,
1336 int android_image_get_second(const struct andr_img_hdr *hdr,
1338 ulong android_image_get_end(const struct andr_img_hdr *hdr);
1339 ulong android_image_get_kload(const struct andr_img_hdr *hdr);
1340 void android_print_contents(const struct andr_img_hdr *hdr);
/openbmc/u-boot/drivers/fastboot/
H A Dfb_mmc.c143 struct andr_img_hdr *hdr, in fb_mmc_get_boot_header()
152 hdr_sectors = DIV_ROUND_UP(sizeof(struct andr_img_hdr), sector_size); in fb_mmc_get_boot_header()
194 struct andr_img_hdr *hdr; /* boot image header */ in fb_mmc_update_zimage()
217 hdr = (struct andr_img_hdr *)hdr_addr; in fb_mmc_update_zimage()