Pull request for UEFI sub-system for efi-2020-07-rc2-4

Heinrich Schuchardt xypron.glpk at gmx.de
Mon May 11 17:25:16 CEST 2020


The following changes since commit c5c657644bc35fd6b3d6e5517698721e90646b8d:

  Merge branch '2020-05-08-assorted-fixes' (2020-05-08 18:58:19 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2020-07-rc2-4

for you to fetch changes up to bdb15776f6d93a1fe7902346db06a2a9fd43381e:

  cmd: efidebug: fix -Werror=type-limits warning (2020-05-10 00:01:12 +0200)

No problems were reported by Gitlab CI and Travis:
https://travis-ci.org/github/xypron2/u-boot/builds/685166920
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/3170

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-07-rc2-4

This pull request comprises:
* bug fixes
* documentation fixes
* a new function to determine u16 string sizes and its unit test

----------------------------------------------------------------
AKASHI Takahiro (4):
      efi_loader: image_loader: fix a Coverity check against array access
      efi_loader: variable: check a return value of uuid__str_to_bin()
      cmd: efidebug: fix a wrong handling of arguments
      cmd: efidebug: add a comment against Coverity check (300329)

Heinrich Schuchardt (5):
      efi_selftest: add unit test functions to HTML documentation
      test: unit test for u16_strsize()
      lib: charset: correct function descriptions
      doc: add Unicode functions to API description
      cmd: efidebug: fix -Werror=type-limits warning

Sughosh Ganu (1):
      charset: Add support for calculating bytes occupied by a u16 string

 cmd/efidebug.c                    |   9 +++-
 doc/api/efi.rst                   |   9 ++++
 doc/api/index.rst                 |   1 +
 doc/api/unicode.rst               |   7 +++
 include/charset.h                 |  49 ++++++++++++-----
 include/efi_selftest.h            | 110
+++++++++++++++++++++++++-------------
 lib/charset.c                     |   5 ++
 lib/efi_loader/efi_image_loader.c |   6 +--
 lib/efi_loader/efi_variable.c     |   5 +-
 test/unicode_ut.c                 |  10 ++++
 10 files changed, 154 insertions(+), 57 deletions(-)
 create mode 100644 doc/api/unicode.rst


More information about the U-Boot mailing list