Pull request for efi-2021-07-rc5

Dear Tom,
The following changes since commit cb26d5a9265c60cee385d67eff86d115a606fbc5:
Merge https://source.denx.de/u-boot/custodians/u-boot-sh (2021-06-08 17:46:49 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-07-rc5
for you to fetch changes up to b95e5edc424a14c1d03848c03f92389a945d3e61:
efi_loader: fix Sphinx warning (2021-06-09 12:35:01 +0200)
Gitlab CI showed no problems: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/7750
---------------------------------------------------------------- Pull request for efi-2021-07-rc5
Documentation:
* pinmux and ums man-page
Bug fixes:
* Consider that partition numbers as hexadecimal. * Avoid a possible NULL dereference in efi_capsule_delete_file().
---------------------------------------------------------------- Heinrich Schuchardt (3): efi_loader: partition numbers are hexadecimal efi_loader: efi_capsule_delete_file() NULL dereference efi_loader: fix Sphinx warning
Patrick Delaunay (4): doc: usage: reorder commands in index.rst doc: usage: man-page for pinmux command cmd: Add dependency for ums command doc: usage: man-page for ums command
cmd/Kconfig | 5 ++- doc/usage/index.rst | 8 ++-- doc/usage/pinmux.rst | 95 +++++++++++++++++++++++++++++++++++++++ doc/usage/ums.rst | 57 +++++++++++++++++++++++ lib/efi_loader/efi_capsule.c | 3 +- lib/efi_loader/efi_disk.c | 4 +- lib/efi_loader/efi_image_loader.c | 2 +- lib/efi_loader/efi_var_file.c | 2 +- 8 files changed, 167 insertions(+), 9 deletions(-) create mode 100644 doc/usage/pinmux.rst create mode 100644 doc/usage/ums.rst

On Wed, Jun 09, 2021 at 12:50:54PM +0200, Heinrich Schuchardt wrote:
Dear Tom,
The following changes since commit cb26d5a9265c60cee385d67eff86d115a606fbc5:
Merge https://source.denx.de/u-boot/custodians/u-boot-sh (2021-06-08 17:46:49 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-07-rc5
for you to fetch changes up to b95e5edc424a14c1d03848c03f92389a945d3e61:
efi_loader: fix Sphinx warning (2021-06-09 12:35:01 +0200)
Gitlab CI showed no problems: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/7750
Applied to u-boot/master, thanks!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini