Re: [PATCH v9 06/15] FWU: Add helper functions for accessing FWU metadata

2022-09-07 Thread Sughosh Ganu
hi Ilias, On Wed, 7 Sept 2022 at 11:29, Ilias Apalodimas wrote: > > On Fri, Aug 26, 2022 at 03:27:07PM +0530, Sughosh Ganu wrote: > > Add weak functions for getting the update index value and dfu > > alternate number needed for FWU Multi Bank update > > functionality. > > > > The current

Re: [PATCH v9 06/15] FWU: Add helper functions for accessing FWU metadata

2022-09-06 Thread Ilias Apalodimas
On Fri, Aug 26, 2022 at 03:27:07PM +0530, Sughosh Ganu wrote: > Add weak functions for getting the update index value and dfu > alternate number needed for FWU Multi Bank update > functionality. > > The current implementation for getting the update index value is for > platforms with 2 banks. If

Re: [PATCH v9 06/15] FWU: Add helper functions for accessing FWU metadata

2022-09-06 Thread Etienne Carriere
On Fri, 26 Aug 2022 at 11:57, Sughosh Ganu wrote: > > Add weak functions for getting the update index value and dfu > alternate number needed for FWU Multi Bank update > functionality. > > The current implementation for getting the update index value is for > platforms with 2 banks. If a platform

[PATCH v9 06/15] FWU: Add helper functions for accessing FWU metadata

2022-08-26 Thread Sughosh Ganu
Add weak functions for getting the update index value and dfu alternate number needed for FWU Multi Bank update functionality. The current implementation for getting the update index value is for platforms with 2 banks. If a platform supports more than 2 banks, it can implement it's own function.