Re: [PATCH v2 4/5] efi: Use 16-bit unicode strings

2021-08-01 Thread Simon Glass
Hi Tom, On Sun, 1 Aug 2021 at 17:46, Tom Rini wrote: > > On Sun, Aug 01, 2021 at 04:54:49PM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Sat, 31 Jul 2021 at 21:28, Tom Rini wrote: > > > > > > On Sun, Jul 18, 2021 at 09:36:42PM -0400, Tom Rini wrote: > > > > On Mon, Jul 19, 2021 at 03:07:50AM

Re: [PATCH v2 4/5] efi: Use 16-bit unicode strings

2021-08-01 Thread Tom Rini
On Sun, Aug 01, 2021 at 04:54:49PM -0600, Simon Glass wrote: > Hi Tom, > > On Sat, 31 Jul 2021 at 21:28, Tom Rini wrote: > > > > On Sun, Jul 18, 2021 at 09:36:42PM -0400, Tom Rini wrote: > > > On Mon, Jul 19, 2021 at 03:07:50AM +0200, Heinrich Schuchardt wrote: > > > > On 7/19/21 3:01 AM, Tom Rin

Re: [PATCH v2 4/5] efi: Use 16-bit unicode strings

2021-08-01 Thread Simon Glass
Hi Tom, On Sat, 31 Jul 2021 at 21:28, Tom Rini wrote: > > On Sun, Jul 18, 2021 at 09:36:42PM -0400, Tom Rini wrote: > > On Mon, Jul 19, 2021 at 03:07:50AM +0200, Heinrich Schuchardt wrote: > > > On 7/19/21 3:01 AM, Tom Rini wrote: > > > > On Mon, Jul 19, 2021 at 02:41:46AM +0200, Heinrich Schucha

Re: [PATCH v2 4/5] efi: Use 16-bit unicode strings

2021-07-31 Thread Tom Rini
On Sun, Jul 18, 2021 at 09:36:42PM -0400, Tom Rini wrote: > On Mon, Jul 19, 2021 at 03:07:50AM +0200, Heinrich Schuchardt wrote: > > On 7/19/21 3:01 AM, Tom Rini wrote: > > > On Mon, Jul 19, 2021 at 02:41:46AM +0200, Heinrich Schuchardt wrote: > > > > On 7/18/21 10:14 PM, Simon Glass wrote: > > > >

Re: [PATCH v2 4/5] efi: Use 16-bit unicode strings

2021-07-18 Thread Tom Rini
On Mon, Jul 19, 2021 at 03:07:50AM +0200, Heinrich Schuchardt wrote: > On 7/19/21 3:01 AM, Tom Rini wrote: > > On Mon, Jul 19, 2021 at 02:41:46AM +0200, Heinrich Schuchardt wrote: > > > On 7/18/21 10:14 PM, Simon Glass wrote: > > > > At present we use wide characters for unicode but this is not nec

Re: [PATCH v2 4/5] efi: Use 16-bit unicode strings

2021-07-18 Thread Heinrich Schuchardt
On 7/19/21 3:01 AM, Tom Rini wrote: On Mon, Jul 19, 2021 at 02:41:46AM +0200, Heinrich Schuchardt wrote: On 7/18/21 10:14 PM, Simon Glass wrote: At present we use wide characters for unicode but this is not necessary. Change the code to use the 'u' literal instead. This helps to fix build warni

Re: [PATCH v2 4/5] efi: Use 16-bit unicode strings

2021-07-18 Thread Tom Rini
On Mon, Jul 19, 2021 at 02:41:46AM +0200, Heinrich Schuchardt wrote: > On 7/18/21 10:14 PM, Simon Glass wrote: > > At present we use wide characters for unicode but this is not necessary. > > Change the code to use the 'u' literal instead. This helps to fix build > > warnings for sandbox on rpi. >

Re: [PATCH v2 4/5] efi: Use 16-bit unicode strings

2021-07-18 Thread Heinrich Schuchardt
On 7/18/21 10:14 PM, Simon Glass wrote: At present we use wide characters for unicode but this is not necessary. Change the code to use the 'u' literal instead. This helps to fix build warnings for sandbox on rpi. Signed-off-by: Simon Glass Suggested-by: Heinrich Schuchardt According to http

[PATCH v2 4/5] efi: Use 16-bit unicode strings

2021-07-18 Thread Simon Glass
At present we use wide characters for unicode but this is not necessary. Change the code to use the 'u' literal instead. This helps to fix build warnings for sandbox on rpi. Signed-off-by: Simon Glass Suggested-by: Heinrich Schuchardt --- (no changes since v1) include/efi_loader.h