Re: [RFC 09/14] efi_loader: add simple firmware management protocol for FIT image

2020-04-06 Thread AKASHI Takahiro
Heinrich, On Wed, Mar 18, 2020 at 10:06:38AM +0100, Heinrich Schuchardt wrote: > On 3/18/20 9:17 AM, AKASHI Takahiro wrote: > > On Wed, Mar 18, 2020 at 09:04:44AM +0100, Heinrich Schuchardt wrote: > > > On 3/17/20 3:12 AM, AKASHI Takahiro wrote: > > > > In this commit, a very simple firmware manag

Re: [RFC 09/14] efi_loader: add simple firmware management protocol for FIT image

2020-03-18 Thread Heinrich Schuchardt
On 3/18/20 9:17 AM, AKASHI Takahiro wrote: On Wed, Mar 18, 2020 at 09:04:44AM +0100, Heinrich Schuchardt wrote: On 3/17/20 3:12 AM, AKASHI Takahiro wrote: In this commit, a very simple firmware management protocol driver is implemented. It will take a single FIT image firmware in a capsule and

Re: [RFC 09/14] efi_loader: add simple firmware management protocol for FIT image

2020-03-18 Thread AKASHI Takahiro
On Wed, Mar 18, 2020 at 09:04:44AM +0100, Heinrich Schuchardt wrote: > On 3/17/20 3:12 AM, AKASHI Takahiro wrote: > > In this commit, a very simple firmware management protocol driver > > is implemented. It will take a single FIT image firmware in a capsule > > and apply the data using an existing

Re: [RFC 09/14] efi_loader: add simple firmware management protocol for FIT image

2020-03-18 Thread Heinrich Schuchardt
On 3/17/20 3:12 AM, AKASHI Takahiro wrote: In this commit, a very simple firmware management protocol driver is implemented. It will take a single FIT image firmware in a capsule and apply the data using an existing update_tftp() interface. To specify a device and location to be updated, CONF

[RFC 09/14] efi_loader: add simple firmware management protocol for FIT image

2020-03-16 Thread AKASHI Takahiro
In this commit, a very simple firmware management protocol driver is implemented. It will take a single FIT image firmware in a capsule and apply the data using an existing update_tftp() interface. To specify a device and location to be updated, CONFIG_EFI_CAPSULE_FIT_INTERFACE, and CONFIG_EFI