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)
commitb1b782d30608701d1901c1a83702ee9671a1d012
tree7eedf6414b7ef2f3b6f85420cf25ed6b3ced0e25
parent95ab3816769827f73960f9c4347839e380c15c17
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