From: Heinrich Schuchardt <xypron.glpk@gmx.de>
To: Tom Rini <trini@konsulko.com>
Cc: Frieder Schrempf <frieder.schrempf@kontron.de>,
Masahisa Kojima <masahisa.kojima@linaro.org>,
Ovidiu Panait <ovpanait@gmail.com>,
Patrick Delaunay <patrick.delaunay@foss.st.com>,
Simon Glass <sjg@chromium.org>,
U-Boot Mailing List <u-boot@lists.denx.de>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>
Subject: Pull request efi-2023-04-rc1-3
Date: Fri, 27 Jan 2023 20:14:22 +0100 [thread overview]
Message-ID: <ccf4c348-026c-d6bd-c47a-a27a2a1dfe53@gmx.de> (raw)
Dear Tom,
The following changes since commit b3b6cc28c240507503e471edc105e2d93a277126:
Merge tag 'dm-pull-26jan23' of
https://source.denx.de/u-boot/custodians/u-boot-dm (2023-01-26 21:57:38
-0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2023-04-rc1-3
for you to fetch changes up to 15436faa46a9958b019aea22d24bc52eb1da15ff:
efi_loader: don't use HandleProtocol (2023-01-27 18:32:00 +0100)
Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/14913
----------------------------------------------------------------
Pull request efi-2023-04-rc1-3
Documentation:
* Improve the sl-mx8mm documenation
* Clean up README, move some section to HTML
* Man-pages for the mtime and sleep command
* Description of reducible builds
* Document dynamic event handlers
UEFI:
* Support scrolling in eficonfig command
Other:
* fix mtest on 64 bit systems
----------------------------------------------------------------
Frieder Schrempf (6):
doc: sl-mx8mm: Mention OSM 1.1 support
doc: sl-mx8mm: Add note about using cross toolchain
doc: sl-mx8mm: Update the NXP TF-A source reference
doc: sl-mx8mm: Update references to latest DDR firmware 8.18
doc: sl-mx8mm: Add guide for copying the bootloader to SPI NOR
doc: sl-mx8mm: Add CROSS_COMPILE to U-Boot make call and improve
comment
Heinrich Schuchardt (16):
cmd: fix mtest on 64 bit systems
doc: example heading should be h2
doc: sleep man-page
doc: update font man-page
doc: rework doc/mkeficapsule.1
doc: man-page for mtest
README: correct path to sandbox.rst
README: rework contribution advices
README: remove NetBSD section
README: replace references to CHANGELOG
doc: move 'Reproducible builds'
README: remove section 'Versioning'
doc: move directory hierarchy to HTML
README: remove 'U-Boot Porting Guide' section
efi_loader: fix comment in ESRT code
efi_loader: don't use HandleProtocol
Masahisa Kojima (4):
eficonfig: refactor eficonfig_process_common function
eficonfig: refactor change boot order implementation
eficonfig: add vertical scroll support
eficonfig: increase the number of menu entries
Ovidiu Panait (1):
spl: doc: use correct name in jump_to_image_optee() description
Patrick Delaunay (1):
doc: add rst references to distro documentation in stm32mp1 board
Simon Glass (1):
event: Document dynamic event handlers
README | 296 ++----------------------------
cmd/eficonfig.c | 399
++++++++++++++++++++++++++++-------------
cmd/eficonfig_sbkey.c | 18 +-
cmd/mem.c | 26 ++-
doc/board/kontron/sl-mx8mm.rst | 76 ++++++--
doc/board/st/stm32mp1.rst | 3 +-
doc/build/index.rst | 1 +
doc/build/reproducible.rst | 25 +++
doc/develop/directories.rst | 76 ++++++++
doc/develop/event.rst | 23 +++
doc/develop/index.rst | 1 +
doc/mkeficapsule.1 | 21 +--
doc/usage/cmd/bdinfo.rst | 2 +-
doc/usage/cmd/font.rst | 19 +-
doc/usage/cmd/mtest.rst | 66 +++++++
doc/usage/cmd/sleep.rst | 45 +++++
doc/usage/index.rst | 2 +
include/efi_config.h | 19 +-
include/efi_loader.h | 1 +
include/spl.h | 2 +-
lib/efi_loader/efi_boottime.c | 5 +-
lib/efi_loader/efi_esrt.c | 2 +-
22 files changed, 665 insertions(+), 463 deletions(-)
create mode 100644 doc/build/reproducible.rst
create mode 100644 doc/develop/directories.rst
create mode 100644 doc/usage/cmd/mtest.rst
create mode 100644 doc/usage/cmd/sleep.rst
next reply other threads:[~2023-01-27 19:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-27 19:14 Heinrich Schuchardt [this message]
2023-01-27 22:48 ` Pull request efi-2023-04-rc1-3 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=ccf4c348-026c-d6bd-c47a-a27a2a1dfe53@gmx.de \
--to=xypron.glpk@gmx.de \
--cc=frieder.schrempf@kontron.de \
--cc=ilias.apalodimas@linaro.org \
--cc=masahisa.kojima@linaro.org \
--cc=ovpanait@gmail.com \
--cc=patrick.delaunay@foss.st.com \
--cc=sjg@chromium.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.