[PATCH v3 0/9] spl: Use common function for loading/parsing images

Tom Rini trini at konsulko.com
Wed Jun 15 19:30:15 CEST 2022


On Thu, May 05, 2022 at 04:16:46PM -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 minutiae of invoking the proper parsing function, and
> reading the rest of the image.
> 
> Hopefully, this will make it easier for load methods to support all
> image types that U-Boot supports, without having undocumented
> unsupported image types. I applied this to several loaders which were
> invoking spl_load_simple_fit and/or spl_parse_image_header, but I did
> not use it with others (e.g. DFU/RAM) which had complications in the
> mix.

This needs to be re-based, sorry.  I manually updated 6/9 but now my
mx6cuboxi fails to MMC boot and it's more likely a merge error than a
new problem, since we iterated over this before I think.  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20220615/4e9b800f/attachment.sig>


More information about the U-Boot mailing list