Searched refs:fit_region_make_list (Results 1 – 5 of 5) sorted by relevance
/third_party/uboot/u-boot-2020.01/common/ |
D | image-sig.c | 181 struct image_region *fit_region_make_list(const void *fit, in fit_region_make_list() function 500 fit_region_make_list(fit, fdt_regions, count, region); in fit_config_check_sig()
|
/third_party/uboot/u-boot-2020.01/tools/ |
D | image-host.c | 808 region = fit_region_make_list(fit, fdt_regions, count, NULL); in fit_config_get_data()
|
D | image-host.c.orig | 808 region = fit_region_make_list(fit, fdt_regions, count, NULL);
|
/third_party/uboot/u-boot-2020.01/include/ |
D | image.h | 1356 struct image_region *fit_region_make_list(const void *fit,
|
D | image.h.orig | 1324 * fit_region_make_list() - Make a list of regions to hash 1336 struct image_region *fit_region_make_list(const void *fit,
|