mbox series

Pull request for efi-2021-07-rc5

Message ID a6d5fa19-5bb3-58ae-dfee-503b609e9f56@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for efi-2021-07-rc5 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-07-rc5

Message

Heinrich Schuchardt June 9, 2021, 10:50 a.m. UTC
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

Comments

Tom Rini June 9, 2021, 6:12 p.m. UTC | #1
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!