mbox series

Pull request for efi-2021-04-rc3-3

Message ID f4244906-54c9-4b9d-aaec-1d0dc5e32ef9@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for efi-2021-04-rc3-3 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-04-rc3-3

Message

Heinrich Schuchardt March 7, 2021, 7:07 p.m. UTC
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(-)

Comments

Tom Rini March 8, 2021, 12:10 p.m. UTC | #1
On Sun, Mar 07, 2021 at 08:07:37PM +0100, Heinrich Schuchardt wrote:

> 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
> 

Applied to u-boot/master, thanks!