The following changes since commit 87c9e117bf57d6bb42c5521a3f6ec9ca7d97e5fa:
Merge branch '2023-01-12-further-assorted-general-updates' (2023-01-12 17:05:41 -0500) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2023-04-rc1 for you to fetch changes up to 8e4ec3e947d47b1af04b3b913cdf55882c0e728e: efi_loader: provide agent_handle to efi_disk_add_dev() (2023-01-13 09:09:07 +0100) Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/14710 ---------------------------------------------------------------- Pull request for efi-2023-04-rc1 Documentation: * build infodocs target on Gitlab CI, Azure UEFI: * fix function descriptions * add .rela sections to .text on arm64 * use EFI_EXIT in efi_riscv_get_boot_hartid * improve specification conformance of set_keyboard_layout() ---------------------------------------------------------------- Heinrich Schuchardt (6): doc: fix description of u16_strcasecmp() doc: build infodocs target on Gitlab CI, Azure efi_loader: fix description of memory functions efi_loader: add .rela sections to .text on arm64 efi_loader: use EFI_EXIT in efi_riscv_get_boot_hartid efi_loader: provide agent_handle to efi_disk_add_dev() Vincent Stehlé (2): efi_loader: refine set_keyboard_layout() status efi_selftest: add hii set keyboard layout test case .azure-pipelines.yml | 5 ++- .gitlab-ci.yml | 5 ++- arch/arm/lib/elf_aarch64_efi.lds | 8 ++-- include/charset.h | 1 - lib/efi_loader/efi_disk.c | 50 ++++++++++++---------- lib/efi_loader/efi_hii.c | 3 ++ lib/efi_loader/efi_memory.c | 82 ++++++++++++++++++++++++++++--------- lib/efi_loader/efi_riscv.c | 2 +- lib/efi_selftest/efi_selftest_hii.c | 12 ++++++ 9 files changed, 117 insertions(+), 51 deletions(-)

