Dear Tom, The following changes since commit 997bef3c6d22d12c7fd092fb831bf94d114c9f6f:
Merge branch '2023-10-11-port-gen_compile_commands_py' (2023-10-11 13:25:01 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2024-01-rc1 for you to fetch changes up to c1ab04626d6b05c6e82dfe4d97d3f62f7310d612: efi_loader: use well-known guid for auto-created boot option (2023-10-12 08:32:27 +0200) Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/18093 ---------------------------------------------------------------- Pull request efi-2024-01-rc1 Documentation: * Bump urllib3 version * Migrate Renesas board docs to rst * Link an introduction video UEFI * Use same GUID as EDK II for auto-created boot options * Clean up BitBlt test ---------------------------------------------------------------- Heinrich Schuchardt (1): efi_selftest: BitBlt test Masahisa Kojima (1): efi_loader: use well-known guid for auto-created boot option Paul Barker (1): doc: Migrate Renesas board docs to rst Simon Glass (1): doc: Add a short intro video Tom Rini (1): sphinx: Bump urllib3 version Weizhao Ouyang (1): cyclic: doc: Update documentation for CONFIG_CYCLIC_MAX_CPU_TIME_US doc/README.rmobile | 99 ------------- doc/board/renesas/renesas.rst | 255 +++++++++++++++++++++++++++++---- doc/develop/cyclic.rst | 10 +- doc/learn/talks.rst | 3 + doc/sphinx/requirements.txt | 2 +- include/efi_loader.h | 4 +- lib/efi_selftest/efi_selftest_bitblt.c | 83 ++++++++--- 7 files changed, 298 insertions(+), 158 deletions(-) delete mode 100644 doc/README.rmobile