Re: [PATCH v2 13/17] efi_loader: add firmware management protocol for raw image

2020-06-22 Thread Sughosh Ganu
On Mon, 22 Jun 2020 at 06:51, AKASHI Takahiro wrote: > On Sun, Jun 21, 2020 at 12:27:07AM +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 13/17] efi_loader: add firmware management protocol for raw image

2020-06-21 Thread AKASHI Takahiro
On Sun, Jun 21, 2020 at 12:27:07AM +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 binary image in a capsule file and > > apply the data using dfu

Re: [PATCH v2 13/17] efi_loader: add firmware management protocol for raw 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 binary image in a capsule file and > apply the data using dfu backend storage drivers via dfu_write_by_alt() > interface. > > So

[PATCH v2 13/17] efi_loader: add firmware management protocol for raw image

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