The following changes since commit 14eb12a3c801c9b18c91bdce413e44930e008418:
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi (2020-03-18 07:48:53 -0400) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2020-04-rc4-5 for you to fetch changes up to 7a4e717b9c0c255137a58f3ab90f002fc3aade2b: efi_loader: definition of GetNextVariableName() (2020-03-22 18:38:02 +0100) Gitlab CI and Travis CI reported no problem: https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/2492 https://travis-ci.org/github/xypron2/u-boot/builds/665561954 ---------------------------------------------------------------- Pull request for UEFI sub-system for efi-2020-04-rc4 (5) This series contains bug fixes for the UEFI sub-system: * report correct variable length in GetNextVariable() * correct copying direction if freestanding memmove() * remove const for parameter of GetNextVariableName() * correct function descriptions Unit tests are added and adjusted. ---------------------------------------------------------------- Heinrich Schuchardt (9): efi_loader: description of efi_variable.c efi_loader: fix function descriptions in efi_disk.c efi_loader: correct reported length in GetNextVariable() efi_selftest: check length reported by GetNextVariableName() efi_loader: simplify logical expression in efi_disk_add_dev() efi_loader: description efi_convert_pointer() efi_loader: fix freestanding memmove() efi_selftest: test CalculateCrc32, CopyMem, SetMem efi_loader: definition of GetNextVariableName() include/efi_api.h | 2 +- include/efi_loader.h | 2 +- lib/efi_loader/efi_disk.c | 54 +++++++++++++--------- lib/efi_loader/efi_freestanding.c | 2 +- lib/efi_loader/efi_runtime.c | 4 +- lib/efi_loader/efi_variable.c | 19 ++++---- lib/efi_selftest/Makefile | 1 + lib/efi_selftest/efi_selftest_mem.c | 77 +++++++++++++++++++++++++++++++ lib/efi_selftest/efi_selftest_variables.c | 10 +++- 9 files changed, 132 insertions(+), 39 deletions(-) create mode 100644 lib/efi_selftest/efi_selftest_mem.c