Re: [PATCH 06/14] qemu: arm64: Set dfu_alt_info variable for the platform

2020-12-08 Thread Sughosh Ganu
On Tue, 8 Dec 2020 at 17:50, Tom Rini wrote: > On Tue, Dec 08, 2020 at 10:48:57AM +0530, Sughosh Ganu wrote: > > On Tue, 8 Dec 2020 at 00:17, Tom Rini wrote: > > > > > On Sat, Dec 05, 2020 at 11:31:49AM +0100, Heinrich Schuchardt wrote: > > > > On 11/26/20 7:41 PM, Sughosh Ganu wrote: > > > > >

Re: [PATCH 06/14] qemu: arm64: Set dfu_alt_info variable for the platform

2020-12-08 Thread Tom Rini
On Tue, Dec 08, 2020 at 10:48:57AM +0530, Sughosh Ganu wrote: > On Tue, 8 Dec 2020 at 00:17, Tom Rini wrote: > > > On Sat, Dec 05, 2020 at 11:31:49AM +0100, Heinrich Schuchardt wrote: > > > On 11/26/20 7:41 PM, Sughosh Ganu wrote: > > > > The dfu framework uses the dfu_alt_info environment

Re: [PATCH 06/14] qemu: arm64: Set dfu_alt_info variable for the platform

2020-12-07 Thread Sughosh Ganu
On Tue, 8 Dec 2020 at 00:17, Tom Rini wrote: > On Sat, Dec 05, 2020 at 11:31:49AM +0100, Heinrich Schuchardt wrote: > > On 11/26/20 7:41 PM, Sughosh Ganu wrote: > > > The dfu framework uses the dfu_alt_info environment variable to get > > > information that is needed for performing the firmware

Re: [PATCH 06/14] qemu: arm64: Set dfu_alt_info variable for the platform

2020-12-07 Thread Tom Rini
On Sat, Dec 05, 2020 at 11:31:49AM +0100, Heinrich Schuchardt wrote: > On 11/26/20 7:41 PM, Sughosh Ganu wrote: > > The dfu framework uses the dfu_alt_info environment variable to get > > information that is needed for performing the firmware update. Set the > > dfu_alt_info for the platform to

Re: [PATCH 06/14] qemu: arm64: Set dfu_alt_info variable for the platform

2020-12-06 Thread Sughosh Ganu
On Mon, 7 Dec 2020 at 12:26, Heinrich Schuchardt wrote: > On 12/7/20 6:42 AM, Sughosh Ganu wrote: > > > > On Sat, 5 Dec 2020 at 16:01, Heinrich Schuchardt > > wrote: > > > > On 11/26/20 7:41 PM, Sughosh Ganu wrote: > > > The dfu framework uses the

Re: [PATCH 06/14] qemu: arm64: Set dfu_alt_info variable for the platform

2020-12-06 Thread Heinrich Schuchardt
On 12/7/20 6:42 AM, Sughosh Ganu wrote: On Sat, 5 Dec 2020 at 16:01, Heinrich Schuchardt mailto:xypron.g...@gmx.de>> wrote: On 11/26/20 7:41 PM, Sughosh Ganu wrote: > The dfu framework uses the dfu_alt_info environment variable to get > information that is needed for performing

Re: [PATCH 06/14] qemu: arm64: Set dfu_alt_info variable for the platform

2020-12-06 Thread Sughosh Ganu
On Sat, 5 Dec 2020 at 16:01, Heinrich Schuchardt wrote: > On 11/26/20 7:41 PM, Sughosh Ganu wrote: > > The dfu framework uses the dfu_alt_info environment variable to get > > information that is needed for performing the firmware update. Set the > > dfu_alt_info for the platform to reflect the

Re: [PATCH 06/14] qemu: arm64: Set dfu_alt_info variable for the platform

2020-12-05 Thread Heinrich Schuchardt
On 11/26/20 7:41 PM, Sughosh Ganu wrote: The dfu framework uses the dfu_alt_info environment variable to get information that is needed for performing the firmware update. Set the dfu_alt_info for the platform to reflect the two mtd partitions created for the u-boot env and the firmware image.

[PATCH 06/14] qemu: arm64: Set dfu_alt_info variable for the platform

2020-11-26 Thread Sughosh Ganu
The dfu framework uses the dfu_alt_info environment variable to get information that is needed for performing the firmware update. Set the dfu_alt_info for the platform to reflect the two mtd partitions created for the u-boot env and the firmware image. Signed-off-by: Sughosh Ganu ---