All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heinrich Schuchardt <xypron.glpk@gmx.de>
To: u-boot@lists.denx.de
Subject: Pull request for UEFI sub-system for efi-2021-04-rc1-4
Date: Sat, 30 Jan 2021 20:30:46 +0100	[thread overview]
Message-ID: <e79b8f9a-9b50-2e67-bbd4-00807181818c@gmx.de> (raw)

The following changes since commit 472a716b8fdfd88a27cb675e4ea8e12cb4f79fc3:

   configs: Resync with savedefconfig (2021-01-29 13:56:04 -0500)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2021-04-rc1-4

for you to fetch changes up to 18dd984c56b339be74e390df80fd3dc21b7a9b58:

   efi_loader: add Linux magic to aarch64 crt0 (2021-01-29 20:22:40 +0100)

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2021-04-rc1-4

Bug fixes:

* re-read the partition table after writing GPT
* fix a problem booting ARMv7 boards with PSCI without UEFI
* make aarch64 UEFI test programs compatible with GRUB linux command
* correct the alignment check in the EFI_BLOCK_IO_PROTOCOL
* check EFI_BLOCK_IO_PROTOCOL.Media->LastBlock in unit test

----------------------------------------------------------------
Gary Bisson (1):
       disk: part_efi: update partition table entries after write

Heinrich Schuchardt (5):
       efi_selftest: test EFI_BLOCK_IO_PROTOCOL.Media->LastBlock
       efi_loader: correct block IO alignment check
       efi_loader: switch to non-secure mode later
       tools: add mkeficapsule to .gitignore
       efi_loader: add Linux magic to aarch64 crt0

  arch/arm/lib/crt0_aarch64_efi.S              |  3 ++-
  cmd/bootefi.c                                |  4 ++++
  disk/part_efi.c                              |  3 +++
  include/asm-generic/pe.h                     |  2 ++
  lib/efi_loader/efi_disk.c                    | 10 ++++++----
  lib/efi_loader/efi_setup.c                   |  4 ----
  lib/efi_selftest/efi_selftest_block_device.c | 21 ++++++++++++++++++++-
  tools/.gitignore                             |  1 +
  8 files changed, 38 insertions(+), 10 deletions(-)

             reply	other threads:[~2021-01-30 19:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-30 19:30 Heinrich Schuchardt [this message]
2021-01-31 13:49 ` Pull request for UEFI sub-system for efi-2021-04-rc1-4 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=e79b8f9a-9b50-2e67-bbd4-00807181818c@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.