Pull request for efi-2022-07-rc4-4

Dear Tom,
The following changes since commit 90189ecd59cdf14afbe6014be5c068e599b65a72:
Merge branch '2022-06-03-assorted-fixes' (2022-06-03 15:42:13 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2022-07-rc4-4
for you to fetch changes up to 8645aefc8b699f900d97cbadd55b7f492099c61e:
efi: test/py: authenticate fit capsules (2022-06-04 08:43:55 +0200)
Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/12196
---------------------------------------------------------------- Pull request for efi-2022-07-rc4-4
UEFI:
* Fix the implementation of the firmware management protocol * Fix the unit tests for signed update capsules
---------------------------------------------------------------- Chris Packham (1): doc: environment: Fix typo
Sughosh Ganu (2): EFI: Populate descriptor_count value only when image_info_size is not zero EFI: Update the documentation to reflect the correct value of OsIndications
Vincent Stehlé (2): test/py: efi_capsule: repair image authentication test efi: test/py: authenticate fit capsules
doc/develop/uefi/uefi.rst | 2 +- doc/usage/environment.rst | 2 +- lib/efi_loader/efi_firmware.c | 120 ++++++++++------ test/py/tests/test_efi_capsule/conftest.py | 25 +++- test/py/tests/test_efi_capsule/test_capsule_firmware_signed_fit.py | 257 ++++++++++++++++++++++++++++++++++ ...st_capsule_firmware_signed.py => test_capsule_firmware_signed_raw.py} | 14 +- 6 files changed, 362 insertions(+), 58 deletions(-) create mode 100644 test/py/tests/test_efi_capsule/test_capsule_firmware_signed_fit.py rename test/py/tests/test_efi_capsule/{test_capsule_firmware_signed.py => test_capsule_firmware_signed_raw.py} (96%)

On Sat, Jun 04, 2022 at 02:43:13PM +0200, Heinrich Schuchardt wrote:
Dear Tom,
The following changes since commit 90189ecd59cdf14afbe6014be5c068e599b65a72:
Merge branch '2022-06-03-assorted-fixes' (2022-06-03 15:42:13 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2022-07-rc4-4
for you to fetch changes up to 8645aefc8b699f900d97cbadd55b7f492099c61e:
efi: test/py: authenticate fit capsules (2022-06-04 08:43:55 +0200)
Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/12196
Applied to u-boot/master, thanks!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini