Re: [U-Boot] [PATCH v2 04/16] efi_loader: add signature database parser

2019-12-01 Thread AKASHI Takahiro
On Thu, Nov 28, 2019 at 04:49:50PM +0200, Ilias Apalodimas wrote: > On Thu, Nov 28, 2019 at 04:21:01PM +0200, Ilias Apalodimas wrote: > > Akashi-san, > > > > On Tue, Nov 26, 2019 at 09:51:08AM +0900, AKASHI Takahiro wrote: > > > efi_signature_parse_sigdb() is a helper function will be used to pars

Re: [U-Boot] [PATCH v2 04/16] efi_loader: add signature database parser

2019-11-28 Thread Ilias Apalodimas
On Thu, Nov 28, 2019 at 04:21:01PM +0200, Ilias Apalodimas wrote: > Akashi-san, > > On Tue, Nov 26, 2019 at 09:51:08AM +0900, AKASHI Takahiro wrote: > > efi_signature_parse_sigdb() is a helper function will be used to parse > > signature database variable and instantiate a signature store structur

Re: [U-Boot] [PATCH v2 04/16] efi_loader: add signature database parser

2019-11-28 Thread Ilias Apalodimas
Akashi-san, On Tue, Nov 26, 2019 at 09:51:08AM +0900, AKASHI Takahiro wrote: > efi_signature_parse_sigdb() is a helper function will be used to parse > signature database variable and instantiate a signature store structure > in later patches. > > Signed-off-by: AKASHI Takahiro > --- > include/