Home
last modified time | relevance | path

Searched defs:image_info (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/tools/
H A Dsunxi-spl-image-builder.c21 struct image_info { struct
22 int ecc_strength;
23 int ecc_step_size;
24 int page_size;
25 int oob_size;
26 int usable_page_size;
27 int eraseblock_size;
28 int scramble;
29 int boot0;
30 off_t offset;
[all …]
/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c251 struct spl_image_info *image_info) in spl_load_fit_image()
403 struct spl_image_info image_info; in spl_fit_append_fdt() local
586 struct spl_image_info image_info; in spl_load_kernel_fit() local
706 struct spl_image_info image_info; in spl_internal_load_simple_fit() local
/rk3399_rockchip-uboot/include/
H A Dimage.h326 typedef struct image_info { struct
332 } image_info_t; argument
/rk3399_rockchip-uboot/cmd/
H A Dbootm.c249 static int image_info(ulong addr) in image_info() function