mbox series

Pull request for UEFI sub-system for efi-2021-01-rc5

Message ID b98da833-1f2d-8aca-8f99-c5ad109c9c15@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for UEFI sub-system for efi-2021-01-rc5 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-01-rc5

Message

Heinrich Schuchardt Dec. 26, 2020, 12:44 p.m. UTC
Dear Tom,

thanks for another year managing U-Boot. Wish you a Happy New Year.

The following changes since commit fbc326244ce6fb3bd42353f343a511b512b8e710:

   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2020-12-22
08:18:21 -0500)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2021-01-rc5

for you to fetch changes up to 548fb67eef14f83d60310193415ac9d06a3bd286:

   efi_loader: Extra checks while opening an OPTEE session (2020-12-26
12:47:46 +0100)

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2021-01-rc5

* In the Standalone MM based implementation of UEFI variables
   check the internal OP-TEE return code

----------------------------------------------------------------
Ilias Apalodimas (1):
       efi_loader: Extra checks while opening an OPTEE session

  lib/efi_loader/efi_variable_tee.c | 20 +++++++++++++++-----
  1 file changed, 15 insertions(+), 5 deletions(-)

Comments

Tom Rini Dec. 28, 2020, 3:31 p.m. UTC | #1
On Sat, Dec 26, 2020 at 01:44:58PM +0100, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> thanks for another year managing U-Boot. Wish you a Happy New Year.

And thank you for all the time you've been putting in here.

> 
> The following changes since commit fbc326244ce6fb3bd42353f343a511b512b8e710:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2020-12-22
> 08:18:21 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2021-01-rc5
> 
> for you to fetch changes up to 548fb67eef14f83d60310193415ac9d06a3bd286:
> 
>   efi_loader: Extra checks while opening an OPTEE session (2020-12-26
> 12:47:46 +0100)
> 

Applied to u-boot/master, thanks!