Home
last modified time | relevance | path

Searched refs:init_size (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/tools/
H A Drkcommon.c95 uint16_t init_size; member
162 uint32_t init_size; member
226 spl_params.init_size = in rkcommon_check_params()
228 if (spl_params.init_size < 0) in rkcommon_check_params()
239 if (spl_params.init_size > rkcommon_get_spl_size(params)) { in rkcommon_check_params()
242 spl_params.init_size, rkcommon_get_spl_size(params)); in rkcommon_check_params()
317 hdr->init_size = spl_params.init_size / RK_BLK_SIZE; in rkcommon_set_header0()
329 hdr->init_size + spl_params.boot_size / RK_BLK_SIZE; in rkcommon_set_header0()
332 hdr->init_size + RK_MAX_BOOT_SIZE / RK_BLK_SIZE; in rkcommon_set_header0()
351 image_size_array[0] = spl_params.init_size; in rkcommon_set_header0_v2()
[all …]
/rk3399_rockchip-uboot/include/tee/
H A Doptee.h23 uint32_t init_size; member
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Dsec-common.c303 tee_file_size = hdr->init_size + hdr->paged_size + in secure_tee_install()
323 tee_info.tee_arg0 = hdr->init_size + tee_info.tee_jump_addr; in secure_tee_install()
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dbootparam.h67 __u32 init_size; member