[U-Boot] Pull request for UEFI sub-system for v2019.10-rc4 (5)

Heinrich Schuchardt xypron.debian at gmx.de
Sat Sep 21 04:23:50 UTC 2019


The following changes since commit aa8c6294ed32b4fcf7a9a27526c7346325d8c928:

  Merge branch '2019-09-19-master-imports' (2019-09-20 10:48:53 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-efi tags/efi-2019-10-rc4-5

for you to fetch changes up to 79907a4f8429aef161add59b3d026cf2c734c1aa:

  test: add tests for u16_str<n>cmp() (2019-09-20 20:09:19 +0200)

Gitlab and Travis showed no problems:

https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/714
https://travis-ci.org/xypron2/u-boot/builds/587600363

except for a job time exceeded for i.mx6 on Travis.

Primary key fingerprint:
6DC4 F9C7 1F29 A6FA 06B7  6D33 C481 DBBC 2C05 1AC4

----------------------------------------------------------------
Pull request for UEFI sub-system for v2019.10-rc4 (5)

This patch set fixes errors in the UEFI sub-system and adds a function
to compare u16 strings which is prerequisite for further patches.

----------------------------------------------------------------
AKASHI Takahiro (5):
      efi_loader: device_path: support Sandbox's "host" devices
      efi_loader: variable: support APPEND_WRITE
      efi_loader: selftest: enable APPEND_WRITE tests
      lib: charset: add u16_str<n>cmp()
      test: add tests for u16_str<n>cmp()

Heinrich Schuchardt (1):
      efi_loader: incorrect return value form DisconnectController

 include/charset.h                         | 15 +++++++
 include/efi_loader.h                      |  8 ++++
 lib/charset.c                             | 25 +++++++++++
 lib/efi_loader/efi_boottime.c             | 26 ++++++------
 lib/efi_loader/efi_device_path.c          | 33 +++++++++++++++
 lib/efi_loader/efi_variable.c             | 70
+++++++++++++++++++------------
 lib/efi_selftest/efi_selftest_variables.c | 20 ++++++++-
 test/unicode_ut.c                         | 13 ++++++
 8 files changed, 171 insertions(+), 39 deletions(-)


More information about the U-Boot mailing list