
Dear Tom,
The following changes since commit 5cab3515f8c9796015739c1750b8933291c816be:
Merge tag 'u-boot-rockchip-20231024' of https://source.denx.de/u-boot/custodians/u-boot-rockchip (2023-10-24 09:39:52 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2024-01-rc2
for you to fetch changes up to 916dad34af0e53181dfe21f5764d3a787cb24bdc:
efi_loader: fix EFI_ENTRY point on get_active_pcr_banks (2023-10-24 23:56:43 +0200)
Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/18293
---------------------------------------------------------------- Pull request efi-2024-01-rc2
Documentation:
* Bump urllib3 version * Replace references to dm_dump_all() with dm_dump_tree() * Update description of build dependencies for Alpine Linux * Fix typo in gpt example * Fix ordering of shell commands
UEFI:
* Fix build failure without network * Expose the device-tree file name as UEFI variable * Move misplace EFI_ENTRY macro.
---------------------------------------------------------------- Dylan Corrales (1): doc: Replace dm_dump_all() with dm_dump_tree()
Heinrich Schuchardt (2): efi_loader: fix efi_dp_from_eth efi_loader: expose the device-tree file name
Ilias Apalodimas (1): efi_loader: fix EFI_ENTRY point on get_active_pcr_banks
Milan P. Stanić (1): doc: build: update description of build dependencies for Alpine Linux
Tom Fitzhenry (2): doc: gpt: fix example of echoing variable doc: usage: fix ordering of shell commands
Tom Rini (1): sphinx: Bump urllib3 version
doc/build/gcc.rst | 10 ++++++++-- doc/develop/driver-model/debugging.rst | 2 +- doc/develop/uefi/uefi.rst | 14 ++++++++++++++ doc/sphinx/requirements.txt | 2 +- doc/usage/cmd/gpt.rst | 5 +++-- doc/usage/index.rst | 8 ++++---- include/efi_loader.h | 5 +++++ lib/efi_loader/efi_device_path.c | 5 ++++- lib/efi_loader/efi_setup.c | 30 ++++++++++++++++++++++++++++++ lib/efi_loader/efi_tcg2.c | 3 ++- 10 files changed, 72 insertions(+), 12 deletions(-)