diff options
author | Tom Rini <trini@konsulko.com> | 2019-09-26 17:22:22 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-09-26 17:22:22 -0400 |
commit | dfd590075ca263d6b3ed22465a94d33a8ee93e07 (patch) | |
tree | ab957060e7ed032b290972984df1e48150c6f7e3 /lib/efi_loader/efi_unicode_collation.c | |
parent | 1f3910da6ef6ddb71f02f0ef181a520360380c76 (diff) | |
parent | 3545c6614342e8d91055a0f907ca7441ba00b928 (diff) |
Merge tag 'efi-2019-10-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for UEFI sub-system for v2019.10-rc5
Bug fixes for the SetVariable() boot service.
Diffstat (limited to 'lib/efi_loader/efi_unicode_collation.c')
-rw-r--r-- | lib/efi_loader/efi_unicode_collation.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/efi_loader/efi_unicode_collation.c b/lib/efi_loader/efi_unicode_collation.c index 243c51a8dbe..c700be87560 100644 --- a/lib/efi_loader/efi_unicode_collation.c +++ b/lib/efi_loader/efi_unicode_collation.c @@ -43,11 +43,6 @@ const efi_guid_t efi_guid_unicode_collation_protocol2 = * See the Unified Extensible Firmware Interface (UEFI) specification for * details. * - * TODO: - * The implementation does not follow the Unicode collation algorithm. - * For ASCII characters it results in the same sort order as EDK2. - * We could use table UNICODE_CAPITALIZATION_TABLE for better results. - * * Return: 0: s1 == s2, > 0: s1 > s2, < 0: s1 < s2 */ static efi_intn_t EFIAPI efi_stri_coll( |