]> git.ipfire.org Git - thirdparty/u-boot.git/commit
efi_loader: make Unicode collation protocol customizable
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 8 May 2019 21:24:26 +0000 (23:24 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 12 May 2019 18:54:22 +0000 (20:54 +0200)
commit334997356e6c394d0898bdb746e7794f4b226ef3
tree204c2d35cc2480e88d78084e7dbc1e48175aa67e
parent9363fd22df56dcb81aa4f3a8c3adbed539fe297d
efi_loader: make Unicode collation protocol customizable

The Unicode collation protocol is not needed for EBBR compliance. So let's
make it a customizable option.

The Unicode capitalization table is only needed by this protocol. So let it
depend on the Unicode collation protocol.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/Kconfig
lib/efi_loader/Makefile
lib/efi_loader/efi_root_node.c
lib/efi_selftest/Makefile