Re: [PATCH v6 1/8] efi_loader: add the number of image entries in efi_capsule_update_info

2023-05-22 Thread Ilias Apalodimas
On Fri, May 19, 2023 at 07:32:07PM +0900, Masahisa Kojima wrote: > The number of image array entries global variable is required > to support EFI capsule update. This information is exposed as a > num_image_type_guids variable, but this information > should be included in the efi_capsule_update_inf

Re: [PATCH v6 1/8] efi_loader: add the number of image entries in efi_capsule_update_info

2023-05-22 Thread Ilias Apalodimas
On Fri, May 19, 2023 at 07:32:07PM +0900, Masahisa Kojima wrote: > The number of image array entries global variable is required > to support EFI capsule update. This information is exposed as a > num_image_type_guids variable, but this information > should be included in the efi_capsule_update_inf

[PATCH v6 1/8] efi_loader: add the number of image entries in efi_capsule_update_info

2023-05-19 Thread Masahisa Kojima
The number of image array entries global variable is required to support EFI capsule update. This information is exposed as a num_image_type_guids variable, but this information should be included in the efi_capsule_update_info structure. This commit adds the num_images member in the efi_capsule_u