Searched refs:image_type (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/tools/ |
| H A D | imagetool.c | 16 INIT_SECTION(image_type); in imagetool_get_type() 38 INIT_SECTION(image_type); in imagetool_verify_print_header()
|
| H A D | rkcommon.c | 497 uint8_t image_type; in rkcommon_print_header() local 524 image_type = ret; in rkcommon_print_header() 529 (image_type == IH_TYPE_RKSD) ? "SD/MMC" : "SPI"); in rkcommon_print_header()
|
| H A D | imagetool.h | 306 static struct image_type_params *SECTION(image_type) __used \
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fit.c | 1722 uint8_t image_type; in fit_image_check_type() local 1724 if (fit_image_get_type(fit, noffset, &image_type)) in fit_image_check_type() 1726 return (type == image_type); in fit_image_check_type() 2182 int arch, int image_type, int image_index, int bootstage_id, in fit_image_load_index() argument 2205 prop_name = fit_get_image_type_property(image_type); in fit_image_load_index() 2240 if (image_type == IH_TYPE_KERNEL) { in fit_image_load_index() 2314 if (image_type == IH_TYPE_FLATDT && in fit_image_load_index() 2321 type_ok = fit_image_check_type(fit, noffset, image_type) || in fit_image_load_index() 2323 (image_type == IH_TYPE_KERNEL && in fit_image_load_index() 2326 os_ok = image_type == IH_TYPE_FLATDT || in fit_image_load_index() [all …]
|
| H A D | bootm.c | 1008 uint8_t image_type; in bootm_host_load_image() local 1021 if (fit_image_get_type(fit, noffset, &image_type)) { in bootm_host_load_image() 1033 ret = bootm_decomp_image(imape_comp, 0, data, image_type, load_buf, in bootm_host_load_image()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 663 int arch, int image_type, int bootstage_id, 668 int arch, int image_type, int image_index, int bootstage_id,
|