mbox series

Pull request efi-2021-04-rc5-2

Message ID e4aaab15-c4b3-dc37-221d-288bb177118a@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request efi-2021-04-rc5-2 | expand

Pull-request

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

Message

Heinrich Schuchardt March 20, 2021, 10:06 a.m. UTC
Dear Tom,

The following changes since commit e3310c21a43c1e3c004c6b53ee9179420a1be375:

   Merge tag 'video-for-v2021.04' of
https://source.denx.de/u-boot/custodians/u-boot-video (2021-03-19
08:20:19 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 76b0a19022e22a5bbb84cd76d516bdb625a70417:

   cmd/load: support uploading EFI binary via UART (2021-03-19 20:54:55
+0100)

Gitlab CI showed no problems:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/6836

----------------------------------------------------------------
Pull request efi-2021-04-rc5-2

Bug fixes:

* re-enable loading UEFI binaries via UART
* fix a NULL dereference in EFI console

----------------------------------------------------------------
Heinrich Schuchardt (3):
       efi_loader: NULL dereference in EFI console
       efi_loader: Uart device path
       cmd/load: support uploading EFI binary via UART

  cmd/load.c                               | 10 +++++--
  include/efi_api.h                        | 10 +++++++
  lib/efi_loader/efi_console.c             | 51
++++++++++++++++++++++++--------
  lib/efi_loader/efi_device_path.c         | 41 +++++++++++++++++++------
  lib/efi_loader/efi_device_path_to_text.c | 13 ++++++++
  5 files changed, 101 insertions(+), 24 deletions(-)

Comments

Tom Rini March 20, 2021, 4:42 p.m. UTC | #1
On Sat, Mar 20, 2021 at 11:06:18AM +0100, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit e3310c21a43c1e3c004c6b53ee9179420a1be375:
> 
>   Merge tag 'video-for-v2021.04' of
> https://source.denx.de/u-boot/custodians/u-boot-video (2021-03-19
> 08:20:19 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2021-04-rc5-2
> 
> for you to fetch changes up to 76b0a19022e22a5bbb84cd76d516bdb625a70417:
> 
>   cmd/load: support uploading EFI binary via UART (2021-03-19 20:54:55
> +0100)
> 
> Gitlab CI showed no problems:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/6836
> 

Applied to u-boot/master, thanks!