Pull request for efi-2021-04-rc3
Heinrich Schuchardt
xypron.glpk at gmx.de
Sun Feb 21 10:50:05 CET 2021
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
More information about the U-Boot
mailing list