Home
last modified time | relevance | path

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

/u-boot/common/spl/
A Dspl_fit.c236 uint8_t image_comp = -1, type = -1; in spl_load_fit_image() local
250 fit_image_get_comp(fit, node, &image_comp); in spl_load_fit_image()
251 debug("%s ", genimg_get_comp_name(image_comp)); in spl_load_fit_image()
322 if (IS_ENABLED(CONFIG_SPL_GZIP) && image_comp == IH_COMP_GZIP) { in spl_load_fit_image()
/u-boot/boot/
A Dbootm.c1034 uint8_t image_comp; in bootm_host_load_image() local
1052 if (fit_image_get_comp(fit, noffset, &image_comp)) in bootm_host_load_image()
1053 image_comp = IH_COMP_NONE; in bootm_host_load_image()
1058 ret = image_decomp(image_comp, 0, data, image_type, load_buf, in bootm_host_load_image()
1063 ret = handle_decomp_error(image_comp, load_end - 0, buf_size, ret); in bootm_host_load_image()
A Dimage.c212 static const struct comp_magic_map image_comp[] = { variable
430 const struct comp_magic_map *cmagic = image_comp; in image_decomp_type()
A Dimage-fit.c1620 uint8_t image_comp; in fit_image_check_comp() local
1622 if (fit_image_get_comp(fit, noffset, &image_comp)) in fit_image_check_comp()
1624 return (comp == image_comp); in fit_image_check_comp()

Completed in 17 milliseconds