Dear Tom, The following changes since commit e4dba4ba6f61e8128be0b4200ca2d8cebf62180b:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2021-03-06 07:25:04 -0500) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-04-rc3-3 for you to fetch changes up to 7d3eff3412886f277c724a9effcbe545c4cdd5b5: efi_loader: correct uboot_bin_env.its file format (2021-03-07 17:37:26 +0100) Gitlab CI showed no problems: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/6683 ---------------------------------------------------------------- Pull request for efi-2021-04-rc3-3 New: * Provide library functions for converting UTF-8 streams either to code page 437 or Unicode code points. Bug fixes: * Fix the capsule update unit tests. * Use the terminal size of the video console if it is the primary output. ---------------------------------------------------------------- Heinrich Schuchardt (6): efi_loader: console size of vidconsole efi_loader: move codepage 437 table efi_loader: carve out utf_to_cp() lib/charset: utf8_get() should return error lib/charset: UTF-8 stream conversion efi_loader: correct uboot_bin_env.its file format include/charset.h | 34 +++++++ lib/charset.c | 96 +++++++++++++++++-- lib/efi_loader/efi_console.c | 2 +- lib/efi_loader/efi_unicode_collation.c | 21 +---- test/py/tests/test_efi_capsule/uboot_bin_env.its | 4 +- test/unicode_ut.c | 114 +++++++++++++++++++++++ 6 files changed, 242 insertions(+), 29 deletions(-)