Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dimage-android.c44 struct andr_img_hdr *hdr = NULL; in android_version_init()
109 struct andr_img_hdr *hdr = NULL; in android_image_init_resource()
147 static ulong android_image_get_kernel_addr(const struct andr_img_hdr *hdr) in android_image_get_kernel_addr()
184 void android_image_set_comp(struct andr_img_hdr *hdr, u32 comp) in android_image_set_comp()
189 u32 android_image_get_comp(const struct andr_img_hdr *hdr) in android_image_get_comp()
194 int android_image_parse_kernel_comp(const struct andr_img_hdr *hdr) in android_image_parse_kernel_comp()
215 int android_image_get_kernel(const struct andr_img_hdr *hdr, int verify, in android_image_get_kernel()
270 int android_image_check_header(const struct andr_img_hdr *hdr) in android_image_check_header()
275 ulong android_image_get_end(const struct andr_img_hdr *hdr) in android_image_get_end()
304 u32 android_image_get_ksize(const struct andr_img_hdr *hdr) in android_image_get_ksize()
[all …]
H A Dfb_mmc.c155 struct andr_img_hdr *hdr, in fb_mmc_get_boot_header()
164 hdr_sectors = DIV_ROUND_UP(sizeof(struct andr_img_hdr), sector_size); in fb_mmc_get_boot_header()
205 struct andr_img_hdr *hdr; /* boot image header */ in fb_mmc_update_zimage()
228 hdr = (struct andr_img_hdr *)hdr_addr; in fb_mmc_update_zimage()
H A Dandroid_bootloader.c252 struct andr_img_hdr *hdr = (struct andr_img_hdr *)andr_hdr; in sysmem_alloc_uncomp_kernel()
547 struct andr_img_hdr *hdr; in avb_image_distribute_finish()
582 hdr = malloc(sizeof(struct andr_img_hdr)); in avb_image_distribute_finish()
695 struct andr_img_hdr *hdr; in android_image_verify_resource()
759 struct andr_img_hdr *hdr; in android_slot_verify()
987 const struct andr_img_hdr *hdr, in android_get_dtbo()
1084 struct andr_img_hdr *hdr; in android_fdt_overlay_apply()
H A Dandroid_ab.c359 andr_img_hdr hdr; in ab_is_support_dynamic_partition()
360 ulong hdr_blocks = sizeof(struct andr_img_hdr) / in ab_is_support_dynamic_partition()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h1353 struct andr_img_hdr;
1358 int android_image_check_header(const struct andr_img_hdr *hdr);
1359 int android_image_get_kernel(const struct andr_img_hdr *hdr, int verify,
1361 int android_image_get_ramdisk(const struct andr_img_hdr *hdr,
1363 int android_image_get_fdt(const struct andr_img_hdr *hdr,
1365 u32 android_image_get_comp(const struct andr_img_hdr *hdr);
1366 ulong android_image_get_end(const struct andr_img_hdr *hdr);
1367 ulong android_image_get_kload(const struct andr_img_hdr *hdr);
1368 void android_print_contents(const struct andr_img_hdr *hdr);
1370 void android_image_set_decomp(struct andr_img_hdr *hdr, int comp);
[all …]
H A Dandroid_image.h67 typedef struct andr_img_hdr andr_img_hdr; typedef
71 struct andr_img_hdr { struct
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_boot_image.c20 static int android_check_header(const struct andr_img_hdr *hdr) in android_check_header()
36 static void spl_android_print_contents(const struct andr_img_hdr *hdr)
94 static ulong android_size(struct andr_img_hdr *hdr) in android_size()
127 blkcnt = BLK_CNT(sizeof(struct andr_img_hdr), info->bl_len); in spl_load_android()
152 struct andr_img_hdr *hdr = (void *)CONFIG_SPL_BOOT_IMAGE_BUF; in spl_hash_android()
203 struct andr_img_hdr *hdr = (void *)CONFIG_SPL_BOOT_IMAGE_BUF; in spl_hash_android()
H A Dspl_rkfw.c304 struct andr_img_hdr *hdr; in rkfw_load_kernel()
308 cnt = ALIGN(sizeof(struct andr_img_hdr), 512) >> 9; in rkfw_load_kernel()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk1808/
H A Drk1808.c194 struct andr_img_hdr *hdr; in env_fixup_ramdisk_addr_r()
220 hdr = (struct andr_img_hdr *)(info.start * dev_desc->blksz); in env_fixup_ramdisk_addr_r()
/OK3568_Linux_fs/u-boot/cmd/
H A Dandroid.c18 struct andr_img_hdr *hdr; in do_android_print_hdr()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dboot_rkimg.c603 struct andr_img_hdr *hdr = img; in rockchip_ram_read_dtb_file()