]> git.dujemihanovic.xyz Git - u-boot.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)
commit93cdb952382b3fa0110245e1fa34dadd7a52df45
tree9236721ea553defb408d3083d15edc7e680bc8d2
parent07355760b1759cc4c8cee402a67f7089b6a06da9
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