All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] efi_loader: implement deprecated Unicode collation protocol
@ 2019-05-16 17:34 Heinrich Schuchardt
  2019-05-16 17:34 ` [U-Boot] [PATCH 1/2] efi_loader: rename Unicode collation protocol 2 variables Heinrich Schuchardt
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Heinrich Schuchardt @ 2019-05-16 17:34 UTC (permalink / raw)
  To: u-boot

In EFI 1.10 a version of the Unicode collation protocol using ISO 639-2
language codes existed. This protocol is not part of the UEFI specification
any longer. Unfortunately it is required to run the UEFI Self Certification
Test (SCT) II, version 2.6, 2017. So we implement it here for the sole
purpose of running the SCT. It can be removed once a compliant SCT is
available.

The configuration option defaults to no.

Heinrich Schuchardt (2):
  efi_loader: rename Unicode collation protocol 2 variables
  efi_loader: implement deprecated Unicode collation protocol

 include/efi_api.h                      |  5 ++++
 include/efi_loader.h                   |  9 +++++--
 lib/efi_loader/Kconfig                 | 15 ++++++++++--
 lib/efi_loader/Makefile                |  2 +-
 lib/efi_loader/efi_root_node.c         |  7 +++++-
 lib/efi_loader/efi_unicode_collation.c | 33 +++++++++++++++++++++++---
 lib/efi_selftest/Makefile              |  3 ++-
 7 files changed, 64 insertions(+), 10 deletions(-)

--
2.20.1

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-05-29 10:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-16 17:34 [U-Boot] [PATCH 0/2] efi_loader: implement deprecated Unicode collation protocol Heinrich Schuchardt
2019-05-16 17:34 ` [U-Boot] [PATCH 1/2] efi_loader: rename Unicode collation protocol 2 variables Heinrich Schuchardt
2019-05-16 17:34 ` [U-Boot] [PATCH 2/2] efi_loader: implement deprecated Unicode collation protocol Heinrich Schuchardt
2019-05-24  1:02 ` [U-Boot] [PATCH 0/2] " AKASHI Takahiro
2019-05-24  5:12   ` Heinrich Schuchardt
2019-05-24  7:22     ` AKASHI Takahiro
2019-05-24 13:30     ` Peter Robinson
2019-05-24 18:52       ` Heinrich Schuchardt
2019-05-29 10:09       ` Alexander Graf
2019-05-29 10:33         ` Leif Lindholm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.