Add beginning wchar support
EFI uses 16 bit character strings. Add beginning support for this.
Since barebox uses 8 bit strings internally we need conversion functions
to convert between 16 bit and 8 bit strings.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 9b09369 commit 2e82822d080950d9f2cc2bfadafd31ec9809b871
@Sascha Hauer Sascha Hauer authored on 4 Jul 2014
Showing 4 changed files
View
include/wchar.h 0 → 100644
View
lib/Makefile
View
lib/misc.c
View
lib/wchar.c 0 → 100644