Re: [PATCH v5 00/11] spl: Use common function for loading/parsing images

2023-10-19 Thread Tom Rini
On Wed, Oct 18, 2023 at 01:33:20PM -0400, Sean Anderson wrote: > On 8/3/23 00:41, Heinrich Schuchardt wrote: > > On 8/3/23 03:31, Tom Rini wrote: > > > On Wed, Aug 02, 2023 at 09:13:21PM -0400, Sean Anderson wrote: > > > > On 8/2/23 16:11, Tom Rini wrote: > > > > > On Mon, Jul 31, 2023 at 06:42:52P

Re: [PATCH v5 00/11] spl: Use common function for loading/parsing images

2023-10-18 Thread Sean Anderson
On 8/3/23 00:41, Heinrich Schuchardt wrote: On 8/3/23 03:31, Tom Rini wrote: On Wed, Aug 02, 2023 at 09:13:21PM -0400, Sean Anderson wrote: On 8/2/23 16:11, Tom Rini wrote: On Mon, Jul 31, 2023 at 06:42:52PM -0400, Sean Anderson wrote: This series adds support for loading all image types (Le

Re: [PATCH v5 00/11] spl: Use common function for loading/parsing images

2023-08-02 Thread Heinrich Schuchardt
On 8/3/23 03:31, Tom Rini wrote: On Wed, Aug 02, 2023 at 09:13:21PM -0400, Sean Anderson wrote: On 8/2/23 16:11, Tom Rini wrote: On Mon, Jul 31, 2023 at 06:42:52PM -0400, Sean Anderson wrote: This series adds support for loading all image types (Legacy, FIT (with and without LOAD_FIT_FULL), a

Re: [PATCH v5 00/11] spl: Use common function for loading/parsing images

2023-08-02 Thread Tom Rini
On Wed, Aug 02, 2023 at 09:13:21PM -0400, Sean Anderson wrote: > On 8/2/23 16:11, Tom Rini wrote: > > On Mon, Jul 31, 2023 at 06:42:52PM -0400, Sean Anderson wrote: > > > > > This series adds support for loading all image types (Legacy, FIT (with > > > and without LOAD_FIT_FULL), and i.MX) to the

Re: [PATCH v5 00/11] spl: Use common function for loading/parsing images

2023-08-02 Thread Sean Anderson
On 8/2/23 16:11, Tom Rini wrote: On Mon, Jul 31, 2023 at 06:42:52PM -0400, Sean Anderson wrote: This series adds support for loading all image types (Legacy, FIT (with and without LOAD_FIT_FULL), and i.MX) to the MMC, SPI, NOR, NET, FAT, and EXT load methods. It does this by introducing a helpe

Re: [PATCH v5 00/11] spl: Use common function for loading/parsing images

2023-08-02 Thread Tom Rini
On Mon, Jul 31, 2023 at 06:42:52PM -0400, Sean Anderson wrote: > This series adds support for loading all image types (Legacy, FIT (with > and without LOAD_FIT_FULL), and i.MX) to the MMC, SPI, NOR, NET, FAT, > and EXT load methods. It does this by introducing a helper function > which handles the

[PATCH v5 00/11] spl: Use common function for loading/parsing images

2023-07-31 Thread Sean Anderson
This series adds support for loading all image types (Legacy, FIT (with and without LOAD_FIT_FULL), and i.MX) to the MMC, SPI, NOR, NET, FAT, and EXT load methods. It does this by introducing a helper function which handles the minutiae of invoking the proper parsing function, and reading the rest