All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
To: Tom Rini <trini@konsulko.com>
Cc: U-Boot Mailing List <u-boot@lists.denx.de>,
	Ilias Apalodimas <ilias.apalodimas@linaro.org>,
	Jan Kiszka <jan.kiszka@siemens.com>,
	Masahisa Kojima <masahisa.kojima@linaro.org>,
	AKASHI Takahiro <takahiro.akashi@linaro.org>
Subject: Pull request for efi-2023-01-rc1-4
Date: Sun, 6 Nov 2022 12:47:10 +0100	[thread overview]
Message-ID: <caf34557-cb68-ad9d-bcc6-8858b8eecb94@canonical.com> (raw)

The following changes since commit 36bc9b6113ca96ca5c0d821195adede38395befd:

   Merge branch '2022-11-02-assorted-updates' (2022-11-03 08:29:10 -0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git 
tags/efi-2023-01-rc1-4

for you to fetch changes up to 53def68df5ec10c9aaa46d3422c58fc85d0c93e6:

   efi_loader: AllocateAddress requires page address (2022-11-06 
10:50:04 +0100)

----------------------------------------------------------------
Pull request for efi-2023-01-rc1-4

Documentation:

* Provide a document about security issue handling.

UEFI:

* Let networking support depend on NETDEVICES.
* Discover if no efi_system_partition is set.

Other:

* MAINTAINERS: add arch/arm/lib/*_efi.* to EFI_PAYLOAD.

----------------------------------------------------------------
AKASHI Takahiro (1):
       efi_loader: remove CONFIG_EFI_SETUP_EARLY

Heinrich Schuchardt (4):
       doc: update sbi command example
       MAINTAINERS: add arch/arm/lib/*_efi.* to EFI_PAYLOAD
       efi_loader: discover if no efi_system_partition is set
       efi_loader: AllocateAddress requires page address

Jan Kiszka (1):
       efi_loader: Let networking support depend on NETDEVICES

Masahisa Kojima (1):
       test/py: efi_secboot: Remove unnecessary cert-to-efi-hash-list option

Tom Rini (1):
       docs: Add a basic security document

  MAINTAINERS                                |  1 +
  common/board_r.c                           |  2 +-
  doc/develop/index.rst                      |  3 +-
  doc/develop/security.rst                   | 32 +++++++++++++++++++++
  doc/usage/cmd/sbi.rst                      | 31 ++++++++++++--------
  lib/efi_loader/Kconfig                     |  6 ----
  lib/efi_loader/Makefile                    |  2 +-
  lib/efi_loader/efi_device_path.c           |  6 ++--
  lib/efi_loader/efi_disk.c                  |  6 ++--
  lib/efi_loader/efi_memory.c                |  2 ++
  lib/efi_loader/efi_setup.c                 | 45 
++++++++----------------------
  lib/efi_selftest/Makefile                  |  2 +-
  net/bootp.c                                |  4 ++-
  test/py/tests/test_efi_secboot/conftest.py |  8 +++---
  14 files changed, 85 insertions(+), 65 deletions(-)
  create mode 100644 doc/develop/security.rst

             reply	other threads:[~2022-11-06 11:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-06 11:47 Heinrich Schuchardt [this message]
2022-11-07 12:55 ` Pull request for efi-2023-01-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=caf34557-cb68-ad9d-bcc6-8858b8eecb94@canonical.com \
    --to=heinrich.schuchardt@canonical.com \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jan.kiszka@siemens.com \
    --cc=masahisa.kojima@linaro.org \
    --cc=takahiro.akashi@linaro.org \
    --cc=trini@konsulko.com \
    --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.