Pull request for efi-2022-10-rc3
Heinrich Schuchardt
xypron.glpk at gmx.de
Sat Aug 13 12:33:40 CEST 2022
Dear Tom,
The following changes since commit 8f9eee8275cf475f6d9435e85aa2d04b61b3cd75:
Merge branch '2022-08-12-assorted-updates' (2022-08-12 21:41:07 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2022-10-rc3
for you to fetch changes up to 046d7a0bb1b383fe14bfe950b91ce2e20f835bd4:
cmd: efidebug: Add missing \n at the end of message (2022-08-13
11:09:49 +0200)
Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/13141
----------------------------------------------------------------
Pull request for efi-2022-10-rc3
Documentation:
* Add HTML documentation for patman
* Improve binman documentation
* Man-page for gpio
UEFI:
* move udevice pointer into struct efi_object
* fix efi_convert_device_path_to_text()
Other:
* fs/erofs: silence messages from erofs_probe()
----------------------------------------------------------------
Heinrich Schuchardt (6):
git-mailrc: remove invalid entry 'efi'
fs/erofs: silence erofs_probe()
doc: man-page for gpio command
doc: add more details for crash dump analysis
doc: crash_dumps.rst missing documentation link
efi_loader: fix efi_convert_device_path_to_text()
Masahisa Kojima (1):
efi_loader: move udevice pointer into struct efi_object
Michal Simek (1):
cmd: efidebug: Add missing \n at the end of message
Paul Barker (1):
bootstd: doc: Fix typos
Simon Glass (4):
doc: Drop a reference to Travis
patman: Add documentation to doc/
binman: Add rST references for binman entry types
binman: Add more documentation about binman usage
Tom Rini (1):
doc: develop: Add a note about importing code from other projects
cmd/efidebug.c | 2 +-
doc/Makefile | 1 +
doc/develop/bootstd.rst | 6 +-
doc/develop/codingstyle.rst | 4 +-
doc/develop/crash_dumps.rst | 64 +++-
doc/develop/index.rst | 1 +
doc/develop/patman.rst | 1 +
doc/develop/process.rst | 4 +
doc/develop/sending_patches.rst | 16 +
doc/git-mailrc | 1 -
doc/usage/cmd/gpio.rst | 90 +++++
doc/usage/index.rst | 1 +
fs/erofs/super.c | 4 +-
include/efi_loader.h | 4 +
lib/efi_driver/efi_block_device.c | 3 +-
lib/efi_loader/efi_device_path_to_text.c | 1 +
lib/efi_loader/efi_disk.c | 15 +-
lib/efi_loader/efi_helper.c | 13 +
tools/binman/binman.rst | 200 ++++++++++-
tools/binman/entries.rst | 146 +++++++-
tools/binman/entry.py | 5 +
tools/patman/README.rst | 1 +
tools/patman/main.py | 3 +-
tools/patman/{README => patman.rst} | 556
+++++++++++++++++--------------
24 files changed, 859 insertions(+), 283 deletions(-)
create mode 120000 doc/develop/patman.rst
create mode 100644 doc/develop/sending_patches.rst
create mode 100644 doc/usage/cmd/gpio.rst
create mode 120000 tools/patman/README.rst
rename tools/patman/{README => patman.rst} (53%)
More information about the U-Boot
mailing list