]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: adjust sorting of capsules
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 29 Dec 2022 13:44:05 +0000 (14:44 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 4 Jan 2023 12:17:42 +0000 (13:17 +0100)
commitc0f6d362c0db08d4a893638ff7c219751c1eaa8d
tree9236721ea553defb408d3083d15edc7e680bc8d2
parent2b2d2759b72549b71b4a570467881b1c6ad671ec
efi_loader: adjust sorting of capsules

Up to now we only compared the first letter of the capsule name to sort
them alphabetically. Properly sort by the Unicode alphabet.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_capsule.c