image: extend FIT partition parser for use on eMMC/SDcard
authorDaniel Golle <daniel@makrotopia.org>
Sat, 27 Feb 2021 03:18:46 +0000 (03:18 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 28 Feb 2021 00:09:09 +0000 (00:09 +0000)
commit6b0295a47d0e101a9c423b76fd4b6e12deebe651
tree0407984a419c080c1537c95f07d817ed5ac8417c
parentdc5328e7e9d97ea779fa06621ce6da8deaac56c9
image: extend FIT partition parser for use on eMMC/SDcard

Introduce a magic GUID_PARTITION_LINUX_FIT_GUID to designate a GPT
partition to be interpreted by the FIT partition parser.
In that way, sub-partitions for (external-data) uImage.FIT stored
directly in a partition can be split, similar like we do for devices
with raw flash storage.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/generic/files/block/partitions/fit.c
target/linux/generic/hack-5.10/400-block-fit-partition-parser.patch
target/linux/generic/hack-5.4/400-block-fit-partition-parser.patch