[PATCH 0/3] EFI: Miscellaneous capsule update fixes

Sughosh Ganu sughosh.ganu at linaro.org
Tue May 31 09:15:32 CEST 2022


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.

Sughosh Ganu (3):
  EFI: Populate descriptor_count value only when image_info_size is not
    zero
  EFI: Do not read OsIndications variable if EFI_IGNORE_OSINDICATIONS is
    enabled
  EFI: Update the documentation to reflect the correct value of
    OsIndications

 doc/develop/uefi/uefi.rst     | 2 +-
 lib/efi_loader/efi_capsule.c  | 5 +++--
 lib/efi_loader/efi_firmware.c | 5 ++---
 3 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.25.1




More information about the U-Boot mailing list