[PATCH v5 3/4] partitions/efi: add support for uImage.FIT sub-partitions

Christoph Hellwig hch at infradead.org
Tue Nov 15 22:01:05 PST 2022


On Tue, Nov 15, 2022 at 09:47:06PM +0000, Daniel Golle wrote:
> Add new GUID allowing to parse uImage.FIT stored in a GPT partition
> and map filesystem sub-image as sub-partitions.

NAK, we should not go out from the partition code to parse random
weird image formats.  If you want to support uImage.FIT just write
a tinty stackable block driver or dm table for it.



More information about the linux-mtd mailing list