Pull request efi-2023-07-rc2
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Thu May 4 13:16:02 CEST 2023
Dear Tom,
The following changes since commit 2440719d258a97824395532cb4a775752b423f63:
Merge tag 'u-boot-imx-20230503' of
https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2023-05-03 13:15:12
-0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2023-07-rc2
for you to fetch changes up to 8a6414d1e410ab65780a4c5eb99e79e5b9bc21c1:
CI: treat documentation warnings as errors (2023-05-04 11:15:12 +0200)
Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/16241
----------------------------------------------------------------
Pull request efi-2023-07-rc2
Documentation:
* treat documentation warnings as errors in CI
* adjust StarFive VisionFive 2 and SiFive Unmatched documentation
* man-page for cp
* correct description of uclass_get_device_by_of_path
* correct proftool usage
UEFI
* Fix documentation of EFI Python tests
* Rename efi_selftest Python test
----------------------------------------------------------------
Alexander Shirokov (1):
doc: mmc: drop 0x prefixes in read/write examples
Heinrich Schuchardt (8):
tools: fix TestFdtUtil()
dm: core: fix introduce uclass_get_device_by_of_path
doc: Indicate required OpenSBI release for VisionFive 2
doc: fix StarFive VisionFive v2 documentation
doc: correct HiFive Unmatched boot description
test: fix pydoc issues for EFI tests
doc: man-page for cp
CI: treat documentation warnings as errors
Pavel Skripkin (1):
docs: fix wrong proftool usage
Simon Glass (1):
efi: Rename the base efi self-test
.azure-pipelines.yml | 2 +-
.gitlab-ci.yml | 2 +-
doc/board/sifive/unmatched.rst | 6 +-
doc/board/starfive/visionfive2.rst | 23 ++++---
doc/develop/trace.rst | 2 +-
doc/usage/cmd/cp.rst | 83
++++++++++++++++++++++++++
doc/usage/cmd/mmc.rst | 4 +-
doc/usage/index.rst | 1 +
include/dm/uclass.h | 2 +-
test/py/tests/test_efi_bootmgr/conftest.py | 6 +-
test/py/tests/test_efi_capsule/capsule_defs.py | 2 +
test/py/tests/test_efi_capsule/conftest.py | 11 ++--
test/py/tests/test_efi_secboot/conftest.py | 6 +-
test/py/tests/test_efi_secboot/defs.py | 2 +
test/py/tests/test_efi_selftest.py | 2 +-
tools/dtoc/test_fdt.py | 4 +-
16 files changed, 129 insertions(+), 29 deletions(-)
create mode 100644 doc/usage/cmd/cp.rst
More information about the U-Boot
mailing list