All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request for UEFI sub-system for efi-2020-01-rc3
@ 2019-11-14  3:02 Heinrich Schuchardt
  2019-11-18  2:14 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2019-11-14  3:02 UTC (permalink / raw)
  To: u-boot

The following changes since commit 3ff1ff3ff76c15efe0451309af084ee6c096c583:

   Merge branch '2019-11-12-migrate-SYS_REDUNDAND_ENVIRONMENT'
(2019-11-12 13:40:58 -0500)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2020-01-rc3

for you to fetch changes up to 2e716b8e299309139daa9513707951c622fc2bdf:

   efi_selftest: enable all UEFI unit tests on the sandbox (2019-11-12
23:13:54 +0100)

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

Primary key fingerprint:
6DC4 F9C7 1F29 A6FA 06B7  6D33 C481 DBBC 2C05 1AC4

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-01-rc3

The following changes for the UEFI subsystem are provided:

* allow building UEFI binaries on the sandbox
* enable access to file systems without partition tables
* correctly check the return value of efi_dp_from_file()

----------------------------------------------------------------
AKASHI Takahiro (1):
       efi_loader: disk: install file system protocol to a whole disk

Heinrich Schuchardt (4):
       efi_loader: fix efi_dp_from_name()
       efi_loader: call add_u_boot_and_runtime() on sandbox
       efi_loader: support building UEFI binaries on sandbox
       efi_selftest: enable all UEFI unit tests on the sandbox

  Makefile                             | 19 +++++++++++++++++++
  arch/sandbox/config.mk               | 28 ++++++++++++++++++++++++++++
  arch/sandbox/lib/crt0_sandbox_efi.S  | 32 ++++++++++++++++++++++++++++++++
  arch/sandbox/lib/reloc_sandbox_efi.c | 32 ++++++++++++++++++++++++++++++++
  cmd/Kconfig                          |  2 +-
  include/host_arch.h                  | 24 ++++++++++++++++++++++++
  lib/efi_loader/Makefile              |  3 +++
  lib/efi_loader/efi_device_path.c     | 15 ++++++++++++---
  lib/efi_loader/efi_disk.c            |  4 +++-
  lib/efi_loader/efi_memory.c          |  9 +++++----
  lib/efi_selftest/Makefile            |  7 +++++--
  11 files changed, 164 insertions(+), 11 deletions(-)
  create mode 100644 arch/sandbox/lib/crt0_sandbox_efi.S
  create mode 100644 arch/sandbox/lib/reloc_sandbox_efi.c
  create mode 100644 include/host_arch.h

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] Pull request for UEFI sub-system for efi-2020-01-rc3
  2019-11-14  3:02 [U-Boot] Pull request for UEFI sub-system for efi-2020-01-rc3 Heinrich Schuchardt
@ 2019-11-18  2:14 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-11-18  2:14 UTC (permalink / raw)
  To: u-boot

On Thu, Nov 14, 2019 at 04:02:32AM +0100, Heinrich Schuchardt wrote:

> The following changes since commit 3ff1ff3ff76c15efe0451309af084ee6c096c583:
> 
>   Merge branch '2019-11-12-migrate-SYS_REDUNDAND_ENVIRONMENT'
> (2019-11-12 13:40:58 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2020-01-rc3
> 
> for you to fetch changes up to 2e716b8e299309139daa9513707951c622fc2bdf:
> 
>   efi_selftest: enable all UEFI unit tests on the sandbox (2019-11-12
> 23:13:54 +0100)
> 
> Gitlab CI showed no problems:
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/1288
> 
> Primary key fingerprint:
> 6DC4 F9C7 1F29 A6FA 06B7  6D33 C481 DBBC 2C05 1AC4
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191117/acd9ca36/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-18  2:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-14  3:02 [U-Boot] Pull request for UEFI sub-system for efi-2020-01-rc3 Heinrich Schuchardt
2019-11-18  2:14 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.