openwrtv4/target/linux/generic/files/drivers/mtd/mtdsplit
Rafał Miłecki 1a57ce0c03 kernel: mtdsplit: add missing digest field to Seama header
Seama format has 2 similar headers: container (seal) header and entity
header. The first one has size always set to 0 and doesn't contain MD5
digest.

When dealing with Seama on a flash we deal directly with an entity. You
can see mtdsplit_parse_seama reads from offset 0 and expects entity to
be there. Seama container is used by bootloader / interface only which
extract entity out of it and flash it.

That said we should fix our header struct. This is important as we
calculate possible rootfs offset assuming it may be placed right after
Seama entity. So far calculate offset was always 16B too low.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

SVN-Revision: 48754
2016-02-23 14:40:40 +00:00
..
Kconfig kernel: mtdsplit: add support for EVA images 2016-01-17 10:41:08 +00:00
Makefile kernel: mtdsplit: add support for EVA images 2016-01-17 10:41:08 +00:00
mtdsplit.c kernel: mtdsplit: detect UBI partition when looking for rootfs 2016-02-01 12:41:47 +00:00
mtdsplit.h kernel: mtdsplit: support Seama entity with UBI 2016-02-01 12:41:53 +00:00
mtdsplit_brnimage.c kernel: mtdsplit: modify rootfs helpers to provide partition type 2016-02-01 12:41:41 +00:00
mtdsplit_eva.c kernel: mtdsplit: modify rootfs helpers to provide partition type 2016-02-01 12:41:41 +00:00
mtdsplit_fit.c kernel: mtdsplit: modify rootfs helpers to provide partition type 2016-02-01 12:41:41 +00:00
mtdsplit_lzma.c kernel: mtdsplit: modify rootfs helpers to provide partition type 2016-02-01 12:41:41 +00:00
mtdsplit_seama.c kernel: mtdsplit: add missing digest field to Seama header 2016-02-23 14:40:40 +00:00
mtdsplit_squashfs.c kernel: mtdsplit_squashfs: Align with the erase-block size 2016-01-17 10:41:30 +00:00
mtdsplit_tplink.c kernel: mtdsplit: modify rootfs helpers to provide partition type 2016-02-01 12:41:41 +00:00
mtdsplit_trx.c kernel: add mtd split support for trx images 2015-01-02 21:53:11 +00:00
mtdsplit_uimage.c kernel: mtdsplit: modify rootfs helpers to provide partition type 2016-02-01 12:41:41 +00:00