mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
ce14445b74
U-Boot has recently added support for having data blobs in uImage.FIT images stored at offsets after the FDT structure rather than embedding the data into the FDT structure itself. This is useful as it allows parts of the image to be mapped by the FIT partition parser, and it allows the FIT structure itself to be parsed more easily as it usually fits into single page. mtdsplit_fit assumed that the total length of an image is identical to the length of the FDT structure. For uImage.FIT with external data this assumption no longer holds true. Add support for uImage.FIT with external data to mtdsplit_fit and in in that case only split-off rootfs_data -- selecting and mapping rootfs partition is left to the block partition parser just like on UBI and block/GPT based platforms. Signed-off-by: Daniel Golle <daniel@makrotopia.org> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
mtdsplit_bcm63xx.c | ||
mtdsplit_bcm_wfi.c | ||
mtdsplit_brnimage.c | ||
mtdsplit_cfe_bootfs.c | ||
mtdsplit_elf.c | ||
mtdsplit_eva.c | ||
mtdsplit_fit.c | ||
mtdsplit_jimage.c | ||
mtdsplit_lzma.c | ||
mtdsplit_minor.c | ||
mtdsplit_seama.c | ||
mtdsplit_squashfs.c | ||
mtdsplit_tplink.c | ||
mtdsplit_trx.c | ||
mtdsplit_uimage.c | ||
mtdsplit_wrgg.c | ||
mtdsplit.c | ||
mtdsplit.h |