Re: [U-Boot] [PATCH 1/6] lib: add u16_strcpy/strdup functions

2018-11-01 Thread AKASHI Takahiro
On Thu, Nov 01, 2018 at 07:10:59AM +0100, Heinrich Schuchardt wrote: > On 11/01/2018 05:45 AM, AKASHI Takahiro wrote: > > From: "Akashi Takahiro" > > > > Add u16_strcpy() and u16_strdup(). The latter function will be > > used later in implementing efi HII database protocol. > > > > Signed-off-by

Re: [U-Boot] [PATCH 1/6] lib: add u16_strcpy/strdup functions

2018-10-31 Thread Heinrich Schuchardt
On 11/01/2018 05:45 AM, AKASHI Takahiro wrote: > From: "Akashi Takahiro" > > Add u16_strcpy() and u16_strdup(). The latter function will be > used later in implementing efi HII database protocol. > > Signed-off-by: Akashi Takahiro > --- > include/charset.h | 18 ++ > lib/charse

[U-Boot] [PATCH 1/6] lib: add u16_strcpy/strdup functions

2018-10-31 Thread AKASHI Takahiro
From: "Akashi Takahiro" Add u16_strcpy() and u16_strdup(). The latter function will be used later in implementing efi HII database protocol. Signed-off-by: Akashi Takahiro --- include/charset.h | 18 ++ lib/charset.c | 29 + 2 files changed, 47 i