Re: [PATCH v3 04/17] common: update: add a generic interface for FIT image

2020-07-15 Thread AKASHI Takahiro
Heinrich, On Wed, Jul 15, 2020 at 09:07:26AM +0200, Heinrich Schuchardt wrote: > On 15.07.20 06:28, AKASHI Takahiro wrote: > > Heinrich, > > > > On Fri, Jul 10, 2020 at 06:24:45PM +0200, Heinrich Schuchardt wrote: > >> On 10.07.20 03:25, AKASHI Takahiro wrote: > >>> The main purpose of this patch

Re: [PATCH v3 04/17] common: update: add a generic interface for FIT image

2020-07-15 Thread Heinrich Schuchardt
On 15.07.20 06:28, AKASHI Takahiro wrote: > Heinrich, > > On Fri, Jul 10, 2020 at 06:24:45PM +0200, Heinrich Schuchardt wrote: >> On 10.07.20 03:25, AKASHI Takahiro wrote: >>> The main purpose of this patch is to separate a generic interface for >>> updating firmware using DFU drivers from "auto-up

Re: [PATCH v3 04/17] common: update: add a generic interface for FIT image

2020-07-14 Thread AKASHI Takahiro
Heinrich, On Fri, Jul 10, 2020 at 06:24:45PM +0200, Heinrich Schuchardt wrote: > On 10.07.20 03:25, AKASHI Takahiro wrote: > > The main purpose of this patch is to separate a generic interface for > > updating firmware using DFU drivers from "auto-update" via tftp. > > > > This function will also

Re: [PATCH v3 04/17] common: update: add a generic interface for FIT image

2020-07-10 Thread Heinrich Schuchardt
On 10.07.20 03:25, AKASHI Takahiro wrote: > The main purpose of this patch is to separate a generic interface for > updating firmware using DFU drivers from "auto-update" via tftp. > > This function will also be used in implementing UEFI capsule update > in a later commit. > > Signed-off-by: AKASHI

[PATCH v3 04/17] common: update: add a generic interface for FIT image

2020-07-09 Thread AKASHI Takahiro
The main purpose of this patch is to separate a generic interface for updating firmware using DFU drivers from "auto-update" via tftp. This function will also be used in implementing UEFI capsule update in a later commit. Signed-off-by: AKASHI Takahiro --- common/Kconfig | 16 +++ comm