Re: [PATCHv4 0/5] FWU: Handle meta-data in common code

2023-02-21 Thread Tom Rini
On Sat, Feb 04, 2023 at 09:00:56PM -0600, jassisinghb...@gmail.com wrote: > From: Jassi Brar > > The patchset reduces ~400 lines of code, while keeping the functionality same > and making > meta-data operations much faster (by using cached structures). > > Issue: > meta-data copies (primary a

Re: [PATCHv4 0/5] FWU: Handle meta-data in common code

2023-02-06 Thread Simon Glass
Hi, On Sat, 4 Feb 2023 at 20:01, wrote: > > From: Jassi Brar > > The patchset reduces ~400 lines of code, while keeping the functionality same > and making > meta-data operations much faster (by using cached structures). > > Issue: > meta-data copies (primary and secondary) are being handled b

[PATCHv4 0/5] FWU: Handle meta-data in common code

2023-02-04 Thread jassisinghbrar
From: Jassi Brar The patchset reduces ~400 lines of code, while keeping the functionality same and making meta-data operations much faster (by using cached structures). Issue: meta-data copies (primary and secondary) are being handled by the backend/storage layer instead of the common core in