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

The following changes since commit d4a31e8ee5592072d8d5208b3e950cba2d89b6bd:

   Prepare v2020.01-rc3 (2019-11-18 21:31:49 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 38064ee04c9b42a299f914c36a093144bd86ac50:

   efi_loader: enable EFI_LOADER on arm1136 and arm1176 (2019-11-19
12:10:22 +0100)

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

Fix errors due to unaligned memory access:
* disable UEFI except for ARMv8, ARMv7, ARM11
* enable unaligned access support on ARM11

Remove an unused function.

----------------------------------------------------------------
Heinrich Schuchardt (4):
       efi_loader: remove unused function efi_dp_from_dev()
       efi_loader: restrict EFI_LOADER to armv7 and armv8 on ARM
       arm: arm11: allow unaligned memory access
       efi_loader: enable EFI_LOADER on arm1136 and arm1176

  arch/arm/cpu/arm11/Makefile      |  4 ++++
  arch/arm/cpu/arm11/sctlr.S       | 25 +++++++++++++++++++++++++
  include/efi_loader.h             |  1 -
  lib/efi_loader/Kconfig           |  7 ++++++-
  lib/efi_loader/efi_device_path.c | 18 ++----------------
  5 files changed, 37 insertions(+), 18 deletions(-)
  create mode 100644 arch/arm/cpu/arm11/sctlr.S

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

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

On Tue, Nov 19, 2019 at 07:14:53PM +0100, Heinrich Schuchardt wrote:

> The following changes since commit d4a31e8ee5592072d8d5208b3e950cba2d89b6bd:
> 
>   Prepare v2020.01-rc3 (2019-11-18 21:31:49 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2020-01-rc4
> 
> for you to fetch changes up to 38064ee04c9b42a299f914c36a093144bd86ac50:
> 
>   efi_loader: enable EFI_LOADER on arm1136 and arm1176 (2019-11-19
> 12:10:22 +0100)
> 

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/20191120/b1830347/attachment.sig>

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

end of thread, other threads:[~2019-11-20 12:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-19 18:14 [U-Boot] Pull request for UEFI sub-system for efi-2020-01-rc4 Heinrich Schuchardt
2019-11-20 12:23 ` 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.