Searched refs:is_spl (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | fit_check_sign.c | 49 int is_spl = 0; in main() local 62 is_spl = 1; in main() 86 ret = fit_check_sign(fit_blob, key_blob, is_spl); in main()
|
| H A D | fdt_host.h | 31 int fit_check_sign(const void *working_fdt, const void *key, int is_spl);
|
| H A D | image-host.c | 739 int fit_check_sign(const void *fit, const void *key, int is_spl) in fit_check_sign() argument 752 ret = bootm_host_load_images(fit, cfg_noffset, is_spl); in fit_check_sign()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | bootm.h | 44 int bootm_host_load_images(const void *fit, int cfg_noffset, int is_spl);
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bootm.c | 1044 int bootm_host_load_images(const void *fit, int cfg_noffset, int is_spl) in bootm_host_load_images() argument 1071 for (i = 0; !is_spl && i < ARRAY_SIZE(image_types); i++) { in bootm_host_load_images() 1079 for (i = 0; is_spl && i < ARRAY_SIZE(image_types_spl); i++) { in bootm_host_load_images()
|