Re: [U-Boot] [PATCH 6/6] efi_selftest: add HII database protocols test

2018-11-02 Thread Heinrich Schuchardt
On 11/02/2018 01:55 AM, AKASHI Takahiro wrote: > On Thu, Nov 01, 2018 at 08:33:09AM +0100, Heinrich Schuchardt wrote: >> On 11/01/2018 05:47 AM, AKASHI Takahiro wrote: >>> This efi_selftest tests HII database protocol and HII string protocol. >>> > > OK, but the root issue is that efi_st_printf

Re: [U-Boot] [PATCH 6/6] efi_selftest: add HII database protocols test

2018-11-01 Thread AKASHI Takahiro
On Thu, Nov 01, 2018 at 08:33:09AM +0100, Heinrich Schuchardt wrote: > On 11/01/2018 05:47 AM, AKASHI Takahiro wrote: > > This efi_selftest tests HII database protocol and HII string protocol. > > > > Signed-off-by: AKASHI Takahiro > > --- > > lib/efi_selftest/Makefile| 1 + > >

Re: [U-Boot] [PATCH 6/6] efi_selftest: add HII database protocols test

2018-11-01 Thread Heinrich Schuchardt
On 11/01/2018 05:47 AM, AKASHI Takahiro wrote: > This efi_selftest tests HII database protocol and HII string protocol. > > Signed-off-by: AKASHI Takahiro > --- > lib/efi_selftest/Makefile| 1 + > lib/efi_selftest/efi_selftest_hii.c | 882 +++ > lib/efi

[U-Boot] [PATCH 6/6] efi_selftest: add HII database protocols test

2018-10-31 Thread AKASHI Takahiro
This efi_selftest tests HII database protocol and HII string protocol. Signed-off-by: AKASHI Takahiro --- lib/efi_selftest/Makefile| 1 + lib/efi_selftest/efi_selftest_hii.c | 882 +++ lib/efi_selftest/efi_selftest_hii_data.c | 450 3 files