Re: [PATCH v2 1/6] capsule: Add Image GUIDs for platforms using capsule updates

2022-03-28 Thread Michal Simek
On 3/26/22 07:00, Sughosh Ganu wrote: Currently, all platforms that enable capsule updates do so using either EFI_FIRMWARE_IMAGE_TYPE_UBOOT_RAW_GUID or EFI_FIRMWARE_IMAGE_TYPE_UBOOT_FIT_GUID. This is based on the Firmware Management Protocol(FMP) instance used on the platform. However, this me

Re: [PATCH v2 1/6] capsule: Add Image GUIDs for platforms using capsule updates

2022-03-26 Thread Sughosh Ganu
hi Heiko, On Sat, 26 Mar 2022 at 12:36, Heiko Thiery wrote: > > Hi > > Sughosh Ganu schrieb am Sa., 26. März 2022, 07:00: >> >> Currently, all platforms that enable capsule updates do so using >> either EFI_FIRMWARE_IMAGE_TYPE_UBOOT_RAW_GUID or >> EFI_FIRMWARE_IMAGE_TYPE_UBOOT_FIT_GUID. This is

Re: [PATCH v2 1/6] capsule: Add Image GUIDs for platforms using capsule updates

2022-03-26 Thread Heiko Thiery
Hi Sughosh Ganu schrieb am Sa., 26. März 2022, 07:00: > Currently, all platforms that enable capsule updates do so using > either EFI_FIRMWARE_IMAGE_TYPE_UBOOT_RAW_GUID or > EFI_FIRMWARE_IMAGE_TYPE_UBOOT_FIT_GUID. This is based on the Firmware > Management Protocol(FMP) instance used on the plat

[PATCH v2 1/6] capsule: Add Image GUIDs for platforms using capsule updates

2022-03-25 Thread Sughosh Ganu
Currently, all platforms that enable capsule updates do so using either EFI_FIRMWARE_IMAGE_TYPE_UBOOT_RAW_GUID or EFI_FIRMWARE_IMAGE_TYPE_UBOOT_FIT_GUID. This is based on the Firmware Management Protocol(FMP) instance used on the platform. However, this means that all platforms that enable a partic