Home
last modified time | relevance | path

Searched refs:uimage_type (Results 1 – 2 of 2) sorted by relevance

/u-boot/common/
A Dimage.c153 static const table_entry_t uimage_type[] = { variable
226 { "image type", IH_TYPE_COUNT, uimage_type },
932 return (get_table_entry_name(uimage_type, "Unknown Image", type)); in genimg_get_type_name()
955 return genimg_get_short_name(uimage_type, type); in genimg_get_type_short_name()
1017 return (get_table_entry_id(uimage_type, "Image", name)); in genimg_get_type_id()
/u-boot/doc/uImage.FIT/
A Dsource_file_format.txt161 "filesystem", "flat_dt" and others (see uimage_type in common/image.c).

Completed in 7 milliseconds