Re: [PATCH v7 00/26] spl: Use common function for loading/parsing images

2023-11-17 Thread Tom Rini
On Wed, 08 Nov 2023 11:48:32 -0500, Sean Anderson wrote: > This series adds support for loading all image types (Legacy (with and without > LZMA), FIT (with and without LOAD_FIT_FULL), and i.MX) to the MMC, SPI, NOR, > NET, FAT, EXT, NVMe, and semihosting load methods. It does this by > introduci

[PATCH v7 00/26] spl: Use common function for loading/parsing images

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