All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heinrich Schuchardt <xypron.glpk@gmx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request for UEFI sub-system for efi-2020-01-rc4
Date: Tue, 19 Nov 2019 19:14:53 +0100	[thread overview]
Message-ID: <2410b1f6-e27e-a4ed-5a28-540d2dd5166d@gmx.de> (raw)

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

             reply	other threads:[~2019-11-19 18:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-19 18:14 Heinrich Schuchardt [this message]
2019-11-20 12:23 ` [U-Boot] Pull request for UEFI sub-system for efi-2020-01-rc4 Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2410b1f6-e27e-a4ed-5a28-540d2dd5166d@gmx.de \
    --to=xypron.glpk@gmx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.