Searched refs:image_type_guid (Results 1 - 2 of 2) sorted by relevance

/u-boot/arch/arm/mach-rockchip/
H A Dboard.c48 efi_guid_t image_type_guid; local
50 uuid_str_to_bin(info->type_guid, image_type_guid.b,
54 if (!guidcmp(&fw_images[i].image_type_id, &image_type_guid)) {
66 efi_guid_t image_type_guid; local
68 uuid_str_to_bin(info->type_guid, image_type_guid.b,
72 if (!guidcmp(&fw_images[i].image_type_id, &image_type_guid)) {
/u-boot/board/st/stm32mp1/
H A Dstm32mp1.c681 efi_guid_t image_type_guid = STM32MP_FIP_IMAGE_GUID; local
683 guidcpy(&fw_images[0].image_type_id, &image_type_guid);

Completed in 48 milliseconds