Re: [PATCH v15 10/15] FWU: Add support for the FWU Multi Bank Update feature

2022-11-01 Thread Simon Glass
Hi Tom, On Tue, 1 Nov 2022 at 07:31, Tom Rini wrote: > > On Mon, Oct 31, 2022 at 07:59:42PM +0200, Ilias Apalodimas wrote: > > Hi Sughosh, > > > > Ideally this would be better of as a different FMP, but I understand we are > > missing some information (the capsule header) on the FMP level. > > >

Re: [PATCH v15 10/15] FWU: Add support for the FWU Multi Bank Update feature

2022-11-01 Thread Tom Rini
On Mon, Oct 31, 2022 at 07:59:42PM +0200, Ilias Apalodimas wrote: > Hi Sughosh, > > Ideally this would be better of as a different FMP, but I understand we are > missing some information (the capsule header) on the FMP level. > > I think we can include it as is for now and have another look when

Re: [PATCH v15 10/15] FWU: Add support for the FWU Multi Bank Update feature

2022-10-31 Thread Ilias Apalodimas
Hi Sughosh, Ideally this would be better of as a different FMP, but I understand we are missing some information (the capsule header) on the FMP level. I think we can include it as is for now and have another look when we add support for more boards On Fri, Oct 21, 2022 at 06:16:03PM +0530, Sug