Re: [U-Boot] [PATCH 3/6] efi_loader: bootmgr: add load option helper functions

2018-10-21 Thread AKASHI Takahiro
On Thu, Oct 18, 2018 at 10:39:30AM +0200, Alexander Graf wrote: > > > On 18.10.18 09:57, AKASHI Takahiro wrote: > > On Wed, Oct 17, 2018 at 10:40:26AM +0200, Alexander Graf wrote: > >> > >> > >> On 17.10.18 09:32, AKASHI Takahiro wrote: > >>> In this patch, helper functions for an load option var

Re: [U-Boot] [PATCH 3/6] efi_loader: bootmgr: add load option helper functions

2018-10-18 Thread Alexander Graf
On 18.10.18 09:57, AKASHI Takahiro wrote: > On Wed, Oct 17, 2018 at 10:40:26AM +0200, Alexander Graf wrote: >> >> >> On 17.10.18 09:32, AKASHI Takahiro wrote: >>> In this patch, helper functions for an load option variable (Boot) >>> are added: >>> * efi_parse_load_option(): parse a string in

Re: [U-Boot] [PATCH 3/6] efi_loader: bootmgr: add load option helper functions

2018-10-18 Thread AKASHI Takahiro
On Wed, Oct 17, 2018 at 10:40:26AM +0200, Alexander Graf wrote: > > > On 17.10.18 09:32, AKASHI Takahiro wrote: > > In this patch, helper functions for an load option variable (Boot) > > are added: > > * efi_parse_load_option(): parse a string into load_option data > >

Re: [U-Boot] [PATCH 3/6] efi_loader: bootmgr: add load option helper functions

2018-10-17 Thread Alexander Graf
On 17.10.18 09:32, AKASHI Takahiro wrote: > In this patch, helper functions for an load option variable (Boot) > are added: > * efi_parse_load_option(): parse a string into load_option data > (renamed from parse_load_option and exported) > * efi_marshel_load_option():

[U-Boot] [PATCH 3/6] efi_loader: bootmgr: add load option helper functions

2018-10-17 Thread AKASHI Takahiro
In this patch, helper functions for an load option variable (Boot) are added: * efi_parse_load_option(): parse a string into load_option data (renamed from parse_load_option and exported) * efi_marshel_load_option(): convert load_option data into a string Those funct