]> git.baikalelectronics.ru Git - uboot.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)
commit9afa423602d2fe116fb80eaa7e3faa6335c36fca
tree5c4ebb4800d57ca58b6b5a74948abec199215083
parentb412aa2881a8e1ae33e7656ef3cc6f66e16388a0
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