]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: implement deprecated Unicode collation protocol
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 16 May 2019 16:19:00 +0000 (18:19 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 19 May 2019 06:10:10 +0000 (08:10 +0200)
commit7782b8ef2d20c3bfc0212397404f3ecef2704496
tree7eedf6414b7ef2f3b6f85420cf25ed6b3ced0e25
parent0a45cf4fd36c67902d8860aa3b97715c4321a694
efi_loader: implement deprecated Unicode collation protocol

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.

Signed-off-by: Rob Clark <robdclark@gmail.com>
Most of Rob's original patch is already merged. Only the deprecated
protocol is missing. Rebase it and make it configurable.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_api.h
include/efi_loader.h
lib/efi_loader/Kconfig
lib/efi_loader/efi_root_node.c
lib/efi_loader/efi_unicode_collation.c