[...]
> > > +static int fwu_gpt_get_alt_num(struct blk_desc *desc, efi_guid_t
> > > *image_guid,
> > > +u8 *alt_num, unsigned char dfu_dev)
> > > +{
> > > + int ret = -1;
> > > + int i, part, dev_num;
> > > + int nalt;
> > > + struct dfu_entity *dfu;
>
hi Ilias,
On Thu, 22 Sept 2022 at 14:29, Ilias Apalodimas
wrote:
>
> Hi Sughosh
>
> On Thu, Sep 15, 2022 at 01:44:42PM +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
Hi Sughosh
On Thu, Sep 15, 2022 at 01:44:42PM +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
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.
4 matches
Mail list logo