Re: Pull request for efi-2022-04-rc3-2

2022-03-13 Thread Tom Rini
On Sat, Mar 12, 2022 at 01:27:28PM +0100, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit 589c659035a44a683b087fd75fe0b7667f7be7f5:
> 
>   Merge branch '2022-03-08-assorted-fixes' (2022-03-08 08:42:51 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2022-04-rc3-2
> 
> for you to fetch changes up to 66028930dac08f7116b5e3cdba35c3e65676c0cd:
> 
>   efi_loader: copy GUID in InstallProtocolInterface() (2022-03-12
> 12:27:07 +0100)
> 
> Gitlab CI showed no issues:
> 
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/11247
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Pull request for efi-2022-04-rc3-2

2022-03-12 Thread Heinrich Schuchardt

Dear Tom,

The following changes since commit 589c659035a44a683b087fd75fe0b7667f7be7f5:

  Merge branch '2022-03-08-assorted-fixes' (2022-03-08 08:42:51 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2022-04-rc3-2

for you to fetch changes up to 66028930dac08f7116b5e3cdba35c3e65676c0cd:

  efi_loader: copy GUID in InstallProtocolInterface() (2022-03-12
12:27:07 +0100)

Gitlab CI showed no issues:

https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/11247


Pull request for efi-2022-04-rc3-2

Documentation:
* Fix description for SiFive Unmatched
* Add libgnutls28-dev to build dependencies

UEFI
* Avoid possibly invalid GUID pointers for protocol interfaces

Other
* Serial console support for cls command


Heinrich Schuchardt (4):
  cmd: add serial console support for the cls command
  doc: path to u-boot-spl.bin on SiFive Unmatched board
  doc: add libgnutls28-dev to build dependencies
  efi_loader: copy GUID in InstallProtocolInterface()

 cmd/cls.c | 10 --
 doc/board/sifive/unmatched.rst|  2 +-
 doc/build/gcc.rst | 11 ++-
 include/efi_loader.h  |  2 +-
 lib/efi_loader/efi_boottime.c | 14 +++---
 lib/efi_loader/efi_image_loader.c |  2 +-
 6 files changed, 24 insertions(+), 17 deletions(-)