Home
last modified time | relevance | path

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

/u-boot/tools/
A Drkcommon.c94 uint32_t boot_size; member
166 spl_params.boot_size = size; in rkcommon_check_params()
241 init_boot_size = spl_params.init_size + spl_params.boot_size; in rkcommon_set_header0()
267 spl_params.boot_size); in rkcommon_set_header()
362 int ret, boot_size, init_size; in rkcommon_print_header() local
383 boot_size = le16_to_cpu(header0.init_boot_size) * RK_BLK_SIZE - init_size; in rkcommon_print_header()
384 if (boot_size != RK_MAX_BOOT_SIZE) in rkcommon_print_header()
385 printf("Boot Data Size: %d bytes\n", boot_size); in rkcommon_print_header()
441 spl_params.init_size + spl_params.boot_size; in rkcommon_vrec_header()
536 spl_params.boot_size); in rockchip_copy_image()
/u-boot/disk/
A Dpart_mac.h67 __u32 boot_size; /* size of boot code, in bytes */ member
/u-boot/doc/android/
A Dboot-image.rst104 => part size mmc 1 boot boot_size
105 => mmc read $loadaddr $boot_start $boot_size
A Davb2.rst106 mmc read ${loadaddr} ${boot_start} ${boot_size}; \

Completed in 6 milliseconds