]> git.baikalelectronics.ru Git - uboot.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)
commit24cd8c8ccd289c3294d97c96aa4d633afd20bd6a
tree204c2d35cc2480e88d78084e7dbc1e48175aa67e
parentac5452ea1f65d09f9f099bded88c85b9471e0de0
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