]> git.ipfire.org Git - people/ms/u-boot.git/commit
lib: add some utf16 handling helpers
authorRob Clark <robdclark@gmail.com>
Sat, 9 Sep 2017 10:47:40 +0000 (06:47 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 12 Sep 2017 21:57:59 +0000 (17:57 -0400)
commit78178bb0c9dfe2a91a636a411291d8bab50e8a7d
tree5c4ebb4800d57ca58b6b5a74948abec199215083
parent4a85663ec7eddd955d22f1b0f34a9708eac82314
lib: add some utf16 handling helpers

We'll eventually want these in a few places in efi_loader, and also
vsprintf.

Signed-off-by: Rob Clark <robdclark@gmail.com>
include/charset.h [new file with mode: 0644]
lib/Makefile
lib/charset.c [new file with mode: 0644]
lib/efi_loader/efi_console.c