]> git.baikalelectronics.ru Git - uboot.git/commit
Merge tag 'efi-2020-10-rc1-5' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
authorTom Rini <trini@konsulko.com>
Thu, 23 Jul 2020 12:57:35 +0000 (08:57 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 23 Jul 2020 12:57:35 +0000 (08:57 -0400)
commitecce9f9d8225225c3e897a32822a5d66c61b10e0
tree41b20866e0a94e34ca76e54a2745ca7a5ba0889b
parentda54ff84ac84ae185f06c02538fdb6f545228fef
parent59692c8089f92a9ed4738dec7d583c4ede508856
Merge tag 'efi-2020-10-rc1-5' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi

Pull request for UEFI sub-system for efi-2020-10-rc1 (5)

The series provides bug fixes for:

* crash in OS when accessing UEFI variables
* returning from UEFI fit images to U-Boot
* error handling for variable services provided by OP-TEE
* error handling in EFI_FILE_PROTOCOL.Read()
* missing function documentation

The first patches needed to use intermediate certificates for
secure boot are added. (The rest of the series requires
updating sbsigntool in our CI systems.)

Logging is enabled in the bootefi command.