]> git.dujemihanovic.xyz Git - u-boot.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)
commit56d37f1c564107e27d873181d838571b7d7860e7
tree41b20866e0a94e34ca76e54a2745ca7a5ba0889b
parent95fc1f164723270b2b0bd8d7e2f7ba21bce66381
parent5ee81c6e3f9f6f851c69b1e3d2661d96671d1dd1
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.