Home
last modified time | relevance | path

Searched refs:image_len (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dbootm.c115 &images, &images.os.image_start, &images.os.image_len); in bootm_find_os()
116 if (images.os.image_len == 0) { in bootm_find_os()
410 void *load_buf, void *image_buf, ulong image_len, in bootm_decomp_image() argument
428 if (image_len <= unc_len) in bootm_decomp_image()
429 memmove_wd(load_buf, image_buf, image_len, CHUNKSZ); in bootm_decomp_image()
435 ret = gunzip(load_buf, unc_len, image_buf, &image_len); in bootm_decomp_image()
449 image_buf, image_len, in bootm_decomp_image()
451 image_len = size; in bootm_decomp_image()
460 image_buf, image_len); in bootm_decomp_image()
461 image_len = lzma_len; in bootm_decomp_image()
[all …]
H A Dbootm_os.c26 env_set_hex("filesize", images->os.image_len); in do_bootm_standalone()
/rk3399_rockchip-uboot/include/
H A Dbootm.h75 void *load_buf, void *image_buf, ulong image_len,
H A Dimage.h328 ulong image_start, image_len; /* start of image within blob, len of image */ member
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboard.c1220 bootm_images->os.image_len); in board_quiesce_devices()