Searched refs:image_type_id (Results 1 - 19 of 19) sorted by relevance

/u-boot/board/radxa/rockpi4-rk3399/
H A Drockpi4-rk3399.c40 guidcpy(&fw_images[0].image_type_id, &idbldr_image_type_guid);
41 guidcpy(&fw_images[1].image_type_id, &uboot_image_type_guid);
50 guidcpy(&fw_images[0].image_type_id, &idbldr_image_type_guid);
51 guidcpy(&fw_images[1].image_type_id, &uboot_image_type_guid);
/u-boot/lib/efi_selftest/
H A Defi_selftest_esrt.c30 // static_img_info[idx].image_type_id is not strictly a GUID.
32 static_img_info[idx].image_type_id.b[0] = idx;
103 * the image_type_id in the @img_info.
121 if (!guidcmp(&entry[idx].fw_class, &img_info->image_type_id)) {
124 &img_info->image_type_id);
131 &img_info->image_type_id);
138 &img_info->image_type_id);
145 &img_info->image_type_id);
158 efi_st_error("ESRT no entry with fw_class= %pUl\n", &img_info->image_type_id);
/u-boot/lib/efi_loader/
H A Defi_firmware.c63 * efi_firmware_get_image_type_id - get image_type_id
66 * Return the image_type_id identified by the image index.
68 * Return: pointer to the image_type_id, NULL if image_index is invalid
79 return &fw_array[i].image_type_id;
149 * @image_type_id: Image type id
155 efi_guid_t *image_type_id, u32 *lsv)
186 if (!guidcmp(&guid, image_type_id) && index == image_index) {
215 &fw_array->image_type_id,
240 ret = efi_get_variable_int(varname, &fw_array->image_type_id,
295 image_info[i].image_type_id
154 efi_firmware_get_lsv_from_dtb(u8 image_index, efi_guid_t *image_type_id, u32 *lsv) argument
384 efi_guid_t *image_type_id; local
483 efi_guid_t *image_type_id; local
[all...]
H A Defi_esrt.c22 * The function ensures the ESRT entry matches the image_type_id in @img_info.
33 * - EFI_INVALID_PARAMETER if entry does not match image_type_id in @img_info.
40 if (guidcmp(&entry->fw_class, &img_info->image_type_id)) {
42 &entry->fw_class, &img_info->image_type_id);
281 * equal to cur_img_info->image_type_id.
283 entry = esrt_find_entry(&cur_img_info->image_type_id);
294 &cur_img_info->image_type_id);
H A Defi_capsule.c234 if (!guidcmp(&desc->image_type_id, image_type) &&
555 efi_guid_t *image_type_id; local
676 image_type_id = &image->update_image_type_id;
683 status = fwu_accept_image(image_type_id,
686 status = fwu_clear_accept_image(image_type_id,
693 image_type_id);
699 image_type_id);
/u-boot/lib/fwu_updates/
H A Dfwu.c128 static int fwu_get_image_type_id(u8 image_index, efi_guid_t *image_type_id) argument
136 guidcpy(image_type_id, &image[i].image_type_id);
348 efi_guid_t *image_guid, image_type_id; local
359 ret = fwu_get_image_type_id(image_index, &image_type_id);
361 log_debug("Unable to get image_type_id for image_index %u\n",
372 if (!guidcmp(&image_type_id,
390 &image_type_id);
/u-boot/board/sandbox/
H A Dsandbox.c51 .image_type_id = SANDBOX_UBOOT_IMAGE_GUID,
56 .image_type_id = SANDBOX_UBOOT_ENV_IMAGE_GUID,
62 .image_type_id = SANDBOX_FIT_IMAGE_GUID,
/u-boot/board/emulation/qemu-arm/
H A Dqemu-arm.c37 .image_type_id = QEMU_ARM_UBOOT_IMAGE_GUID,
43 .image_type_id = QEMU_ARM64_UBOOT_IMAGE_GUID,
/u-boot/board/advantech/imx8mp_rsb3720a1/
H A Dimx8mp_rsb3720a1.c42 .image_type_id = IMX8MP_RSB3720A1_4G_FIT_IMAGE_GUID,
48 .image_type_id = IMX8MP_RSB3720A1_6G_FIT_IMAGE_GUID,
/u-boot/board/kontron/sl-mx8mm/
H A Dsl-mx8mm.c24 .image_type_id = KONTRON_SL_MX8MM_FIT_IMAGE_GUID,
/u-boot/board/kontron/pitx_imx8m/
H A Dpitx_imx8m.c38 .image_type_id = KONTRON_PITX_IMX8M_FIT_IMAGE_GUID,
/u-boot/board/kontron/sl28/
H A Dsl28.c34 .image_type_id = KONTRON_SL28_FIT_IMAGE_GUID,
/u-boot/board/socionext/developerbox/
H A Ddeveloperbox.c24 .image_type_id = DEVELOPERBOX_FIP_IMAGE_GUID,
/u-boot/arch/arm/mach-rockchip/
H A Dboard.c54 if (!guidcmp(&fw_images[i].image_type_id, &image_type_guid)) {
72 if (!guidcmp(&fw_images[i].image_type_id, &image_type_guid)) {
/u-boot/board/compulab/imx8mm-cl-iot-gate/
H A Dimx8mm-cl-iot-gate.c38 .image_type_id = IMX8MM_CL_IOT_GATE_FIT_IMAGE_GUID,
44 .image_type_id = IMX8MM_CL_IOT_GATE_OPTEE_FIT_IMAGE_GUID,
/u-boot/board/xilinx/common/
H A Dboard.c43 .image_type_id = XILINX_BOOT_IMAGE_GUID,
50 .image_type_id = XILINX_UBOOT_IMAGE_GUID,
/u-boot/board/st/stm32mp1/
H A Dstm32mp1.c683 guidcpy(&fw_images[0].image_type_id, &image_type_guid);
/u-boot/include/
H A Defi_loader.h1099 * @image_type_id: Image GUID. Same value is to be used in the capsule
1105 efi_guid_t image_type_id; member in struct:efi_fw_image
H A Defi_api.h2089 efi_guid_t image_type_id; member in struct:efi_firmware_image_descriptor

Completed in 129 milliseconds