Home
last modified time | relevance | path

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

/openbmc/u-boot/common/spl/
H A Dspl_fit.c480 debug("Image OS is %s\n", genimg_get_os_name(spl_image->os)); in spl_load_simple_fit()
517 debug("Loadable is %s\n", genimg_get_os_name(os_type)); in spl_load_simple_fit()
/openbmc/u-boot/common/
H A Dimage.c310 os = genimg_get_os_name(image_get_os(hdr)); in image_print_type()
689 const char *genimg_get_os_name(uint8_t os) in genimg_get_os_name() function
H A Dimage-fit.c513 printf("%s OS: %s\n", p, genimg_get_os_name(os)); in fit_image_print()
1923 genimg_get_os_name(os), in fit_image_load()
H A Dbootm.c759 genimg_get_os_name(images->os.os), images->os.os); in do_bootm_states()
/openbmc/u-boot/include/
H A Dimage.h481 const char *genimg_get_os_name(uint8_t os);