Searched refs:andr_img_hdr (Results 1 – 12 of 12) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | image-android.c | 39 struct andr_img_hdr *hdr = NULL; in android_version_init() 104 struct andr_img_hdr *hdr = NULL; in android_image_init_resource() 142 static ulong android_image_get_kernel_addr(const struct andr_img_hdr *hdr) in android_image_get_kernel_addr() 179 void android_image_set_comp(struct andr_img_hdr *hdr, u32 comp) in android_image_set_comp() 184 u32 android_image_get_comp(const struct andr_img_hdr *hdr) in android_image_get_comp() 189 int android_image_parse_kernel_comp(const struct andr_img_hdr *hdr) in android_image_parse_kernel_comp() 210 int android_image_get_kernel(const struct andr_img_hdr *hdr, int verify, in android_image_get_kernel() 265 int android_image_check_header(const struct andr_img_hdr *hdr) in android_image_check_header() 270 ulong android_image_get_end(const struct andr_img_hdr *hdr) in android_image_get_end() 299 u32 android_image_get_ksize(const struct andr_img_hdr *hdr) in android_image_get_ksize() [all …]
|
| H A D | fb_mmc.c | 155 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 D | android_bootloader.c | 251 struct andr_img_hdr *hdr = (struct andr_img_hdr *)andr_hdr; in sysmem_alloc_uncomp_kernel() 546 struct andr_img_hdr *hdr; in avb_image_distribute_finish() 581 hdr = malloc(sizeof(struct andr_img_hdr)); in avb_image_distribute_finish() 694 struct andr_img_hdr *hdr; in android_image_verify_resource() 758 struct andr_img_hdr *hdr; in android_slot_verify() 993 const struct andr_img_hdr *hdr, in android_get_dtbo() 1090 struct andr_img_hdr *hdr; in android_fdt_overlay_apply()
|
| H A D | android_ab.c | 359 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()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 1361 struct andr_img_hdr; 1366 int android_image_check_header(const struct andr_img_hdr *hdr); 1367 int android_image_get_kernel(const struct andr_img_hdr *hdr, int verify, 1369 int android_image_get_ramdisk(const struct andr_img_hdr *hdr, 1371 int android_image_get_fdt(const struct andr_img_hdr *hdr, 1373 u32 android_image_get_comp(const struct andr_img_hdr *hdr); 1374 ulong android_image_get_end(const struct andr_img_hdr *hdr); 1375 ulong android_image_get_kload(const struct andr_img_hdr *hdr); 1376 void android_print_contents(const struct andr_img_hdr *hdr); 1378 void android_image_set_decomp(struct andr_img_hdr *hdr, int comp); [all …]
|
| H A D | android_image.h | 69 typedef struct andr_img_hdr andr_img_hdr; typedef 73 struct andr_img_hdr { struct
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_boot_image.c | 20 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 D | spl_rkfw.c | 304 struct andr_img_hdr *hdr; in rkfw_load_kernel() 308 cnt = ALIGN(sizeof(struct andr_img_hdr), 512) >> 9; in rkfw_load_kernel()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | android.c | 18 struct andr_img_hdr *hdr; in do_android_print_hdr()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk1808/ |
| H A D | rk1808.c | 194 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()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | board.c | 1074 struct andr_img_hdr *hdr; in board_do_bootm() 1079 hdr = (struct andr_img_hdr *)img; in board_do_bootm() 1348 struct andr_img_hdr *hdr; in bootargs_add_android() 1498 struct andr_img_hdr *hdr; in ft_verify_fdt()
|
| H A D | boot_rkimg.c | 564 struct andr_img_hdr *hdr = img; in rockchip_ram_read_dtb_file()
|