Re: [U-Boot] [PATCH v3 04/18] efi_loader: new function utf8_to_utf16

2017-10-22 Thread Simon Glass
On 18 October 2017 at 00:02, Heinrich Schuchardt wrote: > Provide a conversion function from utf8 to utf16. > > Add missing #include in include/charset.h. > Remove superfluous #include in lib/charset.c. > > Signed-off-by: Heinrich Schuchardt > --- > v3 > no change > v2 > new pat

[U-Boot] [PATCH v3 04/18] efi_loader: new function utf8_to_utf16

2017-10-18 Thread Heinrich Schuchardt
Provide a conversion function from utf8 to utf16. Add missing #include in include/charset.h. Remove superfluous #include in lib/charset.c. Signed-off-by: Heinrich Schuchardt --- v3 no change v2 new patch --- include/charset.h | 15 +++ lib/charset.c | 57 ++

[U-Boot] [PATCH v3 04/18] efi_loader: new function utf8_to_utf16

2017-10-17 Thread Heinrich Schuchardt
Provide a conversion function from utf8 to utf16. Add missing #include in include/charset.h. Remove superfluous #include in lib/charset.c. Signed-off-by: Heinrich Schuchardt --- v3 no change v2 new patch --- include/charset.h | 15 +++ lib/charset.c | 57 ++