Home
last modified time | relevance | path

Searched refs:genimg_get_comp_name (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/common/
H A Dimage.c313 comp = genimg_get_comp_name(image_get_comp(hdr)); in image_print_type()
722 const char *genimg_get_comp_name(uint8_t comp) in genimg_get_comp_name() function
H A Dbootm.c336 const char *name = genimg_get_comp_name(comp_type); in handle_decomp_error()
H A Dimage-fit.c481 printf("%s Compression: %s\n", p, genimg_get_comp_name(comp)); in fit_image_print()
/openbmc/u-boot/common/spl/
H A Dspl_fit.c199 debug("%s ", genimg_get_comp_name(image_comp)); in spl_load_fit_image()
/openbmc/u-boot/test/
H A Dcompression.c469 printf("Testing: %s\n", genimg_get_comp_name(comp_type)); in run_bootm_test()
/openbmc/u-boot/include/
H A Dimage.h511 const char *genimg_get_comp_name(uint8_t comp);