mbox series

Pull request for efi-2021-04-rc3

Message ID d16681c3-64f5-769f-7a91-64de27d153de@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for efi-2021-04-rc3 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-04-rc3

Message

Heinrich Schuchardt Feb. 21, 2021, 9:50 a.m. UTC
The following changes since commit ea966d24ef3a9f7f32712a518a07374f9ae43905:

   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
(2021-02-19 21:06:16 -0500)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2021-04-rc3

for you to fetch changes up to d46bee8c2d2494e5cff95d865845d497b4897787:

   doc: qfw man-page (2021-02-21 09:21:36 +0100)

Gitlab CI showed no probolems:

https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/6443

----------------------------------------------------------------
Pull request for efi-2021-04-rc3

Bug fixes:

* Let EFI simple file protocol access last block of partition
* Correct conversion of multi-part device paths in
   EFI_DEVICE_PATH_TO_TEXT_PROTOCOL.ConvertDevicePathToText()

Documentation:

* booti and qfw man-pages

----------------------------------------------------------------
Heinrich Schuchardt (7):
       doc: Add reference to U-Boot project in conf.py
       doc/README.distro: kernel_comp_addr_r
       doc: booti man-page
       efi_selftest: compiler flags for dtbdump.o
       efi_selftest: multi part device path to text
       efi_loader: multi part device paths to text
       doc: qfw man-page

Jesper Schmitz Mouridsen (1):
       Allow last block to be read

  doc/README.distro                          |   8 +-
  doc/conf.py                                |  24 +++---
  doc/usage/booti.rst                        | 114
+++++++++++++++++++++++++++++
  doc/usage/index.rst                        |   2 +
  doc/usage/qfw.rst                          |  89 ++++++++++++++++++++++
  lib/efi_loader/efi_device_path_to_text.c   |  17 +++--
  lib/efi_loader/efi_disk.c                  |   4 +-
  lib/efi_selftest/Makefile                  |   2 +-
  lib/efi_selftest/efi_selftest_devicepath.c |  65 ++++++++++++++++
  9 files changed, 302 insertions(+), 23 deletions(-)
  create mode 100644 doc/usage/booti.rst
  create mode 100644 doc/usage/qfw.rst

Comments

Tom Rini Feb. 21, 2021, 7:46 p.m. UTC | #1
On Sun, Feb 21, 2021 at 10:50:05AM +0100, Heinrich Schuchardt wrote:

> The following changes since commit ea966d24ef3a9f7f32712a518a07374f9ae43905:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
> (2021-02-19 21:06:16 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2021-04-rc3
> 
> for you to fetch changes up to d46bee8c2d2494e5cff95d865845d497b4897787:
> 
>   doc: qfw man-page (2021-02-21 09:21:36 +0100)
> 
> Gitlab CI showed no probolems:
> 
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/6443
> 

Applied to u-boot/master, thanks!