Searched refs:boot_size (Results 1 – 5 of 5) sorted by relevance
164 uint32_t boot_size; member233 spl_params.boot_size = in rkcommon_check_params()235 if (spl_params.boot_size < 0) in rkcommon_check_params()329 hdr->init_size + spl_params.boot_size / RK_BLK_SIZE; in rkcommon_set_header0()352 image_size_array[1] = spl_params.boot_size; in rkcommon_set_header0_v2()389 spl_params.boot_size); in rkcommon_set_header()498 int ret, boot_size, init_size; in rkcommon_print_header() local510 boot_size = header0_v2.images[1].size_and_off >> 16; in rkcommon_print_header()511 boot_size = boot_size * RK_BLK_SIZE; in rkcommon_print_header()526 boot_size = header0.init_boot_size * RK_BLK_SIZE - init_size; in rkcommon_print_header()[all …]
17 ulong boot_size; member
68 __u32 boot_size; /* size of boot code, in bytes */ member
509 size_t boot_size; in avb_image_distribute_prepare() local512 boot_size = max(get_partition_size(ops, ANDROID_PARTITION_BOOT, slot_suffix), in avb_image_distribute_prepare()521 boot_size + init_boot_size + in avb_image_distribute_prepare()532 data->vendor_boot.addr = data->boot.addr + boot_size; in avb_image_distribute_prepare()
139 data->boot_size = blkcnt * info->bl_len; in spl_load_android()