Re: [PATCH v2 11/17] efi_loader: add firmware management protocol for FIT image

2020-06-22 Thread Sughosh Ganu
On Mon, 22 Jun 2020 at 13:37, AKASHI Takahiro wrote: > On Mon, Jun 22, 2020 at 01:28:07PM +0530, Sughosh Ganu wrote: > > On Mon, 22 Jun 2020 at 06:39, AKASHI Takahiro < > takahiro.aka...@linaro.org> > > wrote: > > > > > On Sun, Jun 21, 2020 at 12:19:17AM +0530, Sughosh Ganu wrote: > > > > On

Re: [PATCH v2 11/17] efi_loader: add firmware management protocol for FIT image

2020-06-22 Thread AKASHI Takahiro
On Mon, Jun 22, 2020 at 01:28:07PM +0530, Sughosh Ganu wrote: > On Mon, 22 Jun 2020 at 06:39, AKASHI Takahiro > wrote: > > > On Sun, Jun 21, 2020 at 12:19:17AM +0530, Sughosh Ganu wrote: > > > On Wed, 17 Jun 2020 at 08:26, AKASHI Takahiro < > > takahiro.aka...@linaro.org> > > > wrote: > > > > >

Re: [PATCH v2 11/17] efi_loader: add firmware management protocol for FIT image

2020-06-22 Thread Sughosh Ganu
On Mon, 22 Jun 2020 at 06:39, AKASHI Takahiro wrote: > On Sun, Jun 21, 2020 at 12:19:17AM +0530, Sughosh Ganu wrote: > > On Wed, 17 Jun 2020 at 08:26, AKASHI Takahiro < > takahiro.aka...@linaro.org> > > wrote: > > > > > In this commit, a very simple firmware management protocol driver > > > is

Re: [PATCH v2 11/17] efi_loader: add firmware management protocol for FIT image

2020-06-21 Thread AKASHI Takahiro
On Sun, Jun 21, 2020 at 12:19:17AM +0530, Sughosh Ganu wrote: > On Wed, 17 Jun 2020 at 08:26, AKASHI Takahiro > wrote: > > > In this commit, a very simple firmware management protocol driver > > is implemented. It will take a common FIT image firmware in a capsule > > file and apply the data

Re: [PATCH v2 11/17] efi_loader: add firmware management protocol for FIT image

2020-06-21 Thread AKASHI Takahiro
On Sun, Jun 21, 2020 at 12:09:23AM +0530, Sughosh Ganu wrote: > On Wed, 17 Jun 2020 at 08:26, AKASHI Takahiro > wrote: > > > In this commit, a very simple firmware management protocol driver > > is implemented. It will take a common FIT image firmware in a capsule > > file and apply the data

Re: [PATCH v2 11/17] efi_loader: add firmware management protocol for FIT image

2020-06-20 Thread Sughosh Ganu
On Wed, 17 Jun 2020 at 08:26, AKASHI Takahiro wrote: > In this commit, a very simple firmware management protocol driver > is implemented. It will take a common FIT image firmware in a capsule > file and apply the data using dfu backend storage drivers via > update_fit() interface. > > So

Re: [PATCH v2 11/17] efi_loader: add firmware management protocol for FIT image

2020-06-20 Thread Sughosh Ganu
On Wed, 17 Jun 2020 at 08:26, AKASHI Takahiro wrote: > In this commit, a very simple firmware management protocol driver > is implemented. It will take a common FIT image firmware in a capsule > file and apply the data using dfu backend storage drivers via > update_fit() interface. > > So

[PATCH v2 11/17] efi_loader: add firmware management protocol for FIT image

2020-06-16 Thread AKASHI Takahiro
In this commit, a very simple firmware management protocol driver is implemented. It will take a common FIT image firmware in a capsule file and apply the data using dfu backend storage drivers via update_fit() interface. So "dfu_alt_info" variable should be properly set to specify a device and