All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] EFI: Miscellaneous capsule update fixes
@ 2022-06-01 18:00 Sughosh Ganu
  2022-06-01 18:00 ` [PATCH v2 1/4] EFI: Populate descriptor_count value only when image_info_size is not zero Sughosh Ganu
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Sughosh Ganu @ 2022-06-01 18:00 UTC (permalink / raw)
  To: u-boot; +Cc: Heinrich Schuchardt, Ilias Apalodimas, Takahiro Akashi


The following set of patches fix separate issues relating to the
capsule update code.

The first patch moves the setting of the descriptor_count parameter to
the GetImageInfo function after assertion of a non zero image
descriptor buffer.

The second patch enables capsule update to proceed even when the
OsIndications variable is not set with EFI_IGNORE_OSINDICATIONS config
enabled.

The third patch updates the capsule update documentation to highlight
the 64 bit value of OsIndications that needs to be set.

The fourth patch defines a common function for the GetImageInfo
functionality for both FIT and raw image FMP instances.

Sughosh Ganu (4):
  EFI: Populate descriptor_count value only when image_info_size is not
    zero
  EFI: Do not consider OsIndications variable if
    CONFIG_EFI_IGNORE_OSINDICATIONS is enabled
  EFI: Update the documentation to reflect the correct value of
    OsIndications
  EFI: FMP: Use a common GetImageInfo function for FIT and raw images

 doc/develop/uefi/uefi.rst     |  2 +-
 lib/efi_loader/efi_capsule.c  |  7 +--
 lib/efi_loader/efi_firmware.c | 85 +++++++----------------------------
 3 files changed, 21 insertions(+), 73 deletions(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-06-10 19:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-01 18:00 [PATCH v2 0/4] EFI: Miscellaneous capsule update fixes Sughosh Ganu
2022-06-01 18:00 ` [PATCH v2 1/4] EFI: Populate descriptor_count value only when image_info_size is not zero Sughosh Ganu
2022-06-10 19:07   ` Peter Griffin
2022-06-01 18:00 ` [PATCH v2 2/4] EFI: Do not consider OsIndications variable if CONFIG_EFI_IGNORE_OSINDICATIONS is enabled Sughosh Ganu
2022-06-01 18:00 ` [PATCH v2 3/4] EFI: Update the documentation to reflect the correct value of OsIndications Sughosh Ganu
2022-06-01 18:00 ` [PATCH v2 4/4] EFI: FMP: Use a common GetImageInfo function for FIT and raw images Sughosh Ganu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.