Re: [U-Boot] [PATCH 0/5] vsprintf and short-wchar for EFI_LOADER

2017-09-06 Thread Tom Rini
On Wed, Sep 06, 2017 at 02:14:21PM -0400, Rob Clark wrote: > On Wed, Sep 6, 2017 at 12:45 PM, Tom Rini wrote: > > On Wed, Sep 06, 2017 at 05:31:52PM +0200, Heinrich Schuchardt wrote: > >> On 08/10/2017 01:14 AM, Rob Clark wrote: > >> > As requested, I've split this out of the larger EFI_LOADER pat

Re: [U-Boot] [PATCH 0/5] vsprintf and short-wchar for EFI_LOADER

2017-09-06 Thread Rob Clark
On Wed, Sep 6, 2017 at 12:45 PM, Tom Rini wrote: > On Wed, Sep 06, 2017 at 05:31:52PM +0200, Heinrich Schuchardt wrote: >> On 08/10/2017 01:14 AM, Rob Clark wrote: >> > As requested, I've split this out of the larger EFI_LOADER patchset. >> > >> > This adds two things that the later EFI_LOADER pat

Re: [U-Boot] [PATCH 0/5] vsprintf and short-wchar for EFI_LOADER

2017-09-06 Thread Tom Rini
On Wed, Sep 06, 2017 at 05:31:52PM +0200, Heinrich Schuchardt wrote: > On 08/10/2017 01:14 AM, Rob Clark wrote: > > As requested, I've split this out of the larger EFI_LOADER patchset. > > > > This adds two things that the later EFI_LOADER patchset depends on: > > > > 1) UUID/GUID support > > 2)

Re: [U-Boot] [PATCH 0/5] vsprintf and short-wchar for EFI_LOADER

2017-09-06 Thread Heinrich Schuchardt
On 08/10/2017 01:14 AM, Rob Clark wrote: > As requested, I've split this out of the larger EFI_LOADER patchset. > > This adds two things that the later EFI_LOADER patchset depends on: > > 1) UUID/GUID support > 2) %ls UTF string support, in particular UTF-16. In the UEFI API, >all strings ar

[U-Boot] [PATCH 0/5] vsprintf and short-wchar for EFI_LOADER

2017-08-09 Thread Rob Clark
As requested, I've split this out of the larger EFI_LOADER patchset. This adds two things that the later EFI_LOADER patchset depends on: 1) UUID/GUID support 2) %ls UTF string support, in particular UTF-16. In the UEFI API, all strings are UTF-16 I had started converting this over to using c