Pull request for efi-2022-10-rc1

Dear Tom,
The following changes since commit 36b661dc919da318c163a45f4a220d2e3d9db608:
Merge branch 'next' (2022-07-11 14:58:57 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2022-10-rc1
for you to fetch changes up to a093d72e628a798238269eb77850d57ee50198bb:
MAINTAINERS: add Ilias Apalodimas to EFI PAYLOAD as co-maintainer (2022-07-13 20:11:10 +0200)
Gitlab CI showed no issue: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/12738
---------------------------------------------------------------- Pull request for efi-2022-10-rc1
Documentation:
* rework the mkimage.1 man-page * add a statistics page for v2022.07 * update environment description
UEFI:
* add Ilias Apalodimas as co-maintainer * fix a memory leak in efi_set_bootdev() * suppress a build warning
---------------------------------------------------------------- Heinrich Schuchardt (3): efi_loader: memory leak in efi_set_bootdev() efi_loader: suppress executable stack warning MAINTAINERS: add Ilias Apalodimas to EFI PAYLOAD as co-maintainer
Masahisa Kojima (1): efi_loader: expose END device path node
Sean Anderson (14): doc: mkimage: Use standard style for synopsis doc: mkimage: Use empty request instead of blank lines doc: mkimage: Reformat examples doc: mkimage: Regularize option documentation doc: mkimage: Use subsection macro doc: mkimage: Rearrange/remove some options doc: mkimage: Use correct capitalization for NAME doc: mkimage: Edit options for style and consistency doc: mkimage: Add BUGS section doc: mkimage: Add SEE ALSO section doc: mkimage: Remove AUTHORS section mkimage: Add long options doc: mkimage: Further document -o and -R doc: Add man page for dumpimage
Tom Rini (3): doc: environment: Drop u-boot_addr_r doc: environment: Expand on fdt_addr, initrd_addr and loadaddr doc: Add statistics page for v2022.07
MAINTAINERS | 1 + cmd/bootefi.c | 4 +- doc/develop/statistics/u-boot-stats-v2022.07.rst | 805 +++++++++++++++++ doc/dumpimage.1 | 103 +++ doc/mkimage.1 | 1003 ++++++++++++++++------ doc/usage/environment.rst | 16 +- include/efi_loader.h | 3 + lib/efi_loader/efi_device_path.c | 2 +- scripts/Makefile.lib | 4 +- tools/mkimage.c | 45 +- 10 files changed, 1693 insertions(+), 293 deletions(-) create mode 100644 doc/develop/statistics/u-boot-stats-v2022.07.rst create mode 100644 doc/dumpimage.1

On Wed, Jul 13, 2022 at 10:12:06PM +0200, Heinrich Schuchardt wrote:
Dear Tom,
The following changes since commit 36b661dc919da318c163a45f4a220d2e3d9db608:
Merge branch 'next' (2022-07-11 14:58:57 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2022-10-rc1
for you to fetch changes up to a093d72e628a798238269eb77850d57ee50198bb:
MAINTAINERS: add Ilias Apalodimas to EFI PAYLOAD as co-maintainer (2022-07-13 20:11:10 +0200)
Gitlab CI showed no issue: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/12738
Applied to u-boot/master, thanks!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini