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(-)