openwrtv4/target/linux/generic/files/drivers/mtd/mtdsplit
Rafał Miłecki 1aed104c80 mtdsplit_uimage: more generic header verify function
Some devices have uImage headers after some extra headers (e.g. Edimax
devices). To support such cases our verify callback function should be
allowed to return header offset, not just a boolean value.

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

SVN-Revision: 44412
2015-02-12 06:57:24 +00:00
..
Kconfig kernel: add mtd split support for trx images 2015-01-02 21:53:11 +00:00
Makefile kernel: add mtd split support for trx images 2015-01-02 21:53:11 +00:00
mtdsplit.c kernel: move mtdsplit files to drivers/mtd/mtdsplit/ to simplify maintenance, unify patches across kernel versions 2015-01-02 21:52:35 +00:00
mtdsplit.h kernel: move mtdsplit files to drivers/mtd/mtdsplit/ to simplify maintenance, unify patches across kernel versions 2015-01-02 21:52:35 +00:00
mtdsplit_lzma.c kernel: move mtdsplit files to drivers/mtd/mtdsplit/ to simplify maintenance, unify patches across kernel versions 2015-01-02 21:52:35 +00:00
mtdsplit_seama.c kernel: move mtdsplit files to drivers/mtd/mtdsplit/ to simplify maintenance, unify patches across kernel versions 2015-01-02 21:52:35 +00:00
mtdsplit_squashfs.c kernel: move mtdsplit files to drivers/mtd/mtdsplit/ to simplify maintenance, unify patches across kernel versions 2015-01-02 21:52:35 +00:00
mtdsplit_tplink.c kernel: add a mtdsplit implementation for tp-link firmware headers 2015-01-02 21:52:44 +00:00
mtdsplit_trx.c kernel: add mtd split support for trx images 2015-01-02 21:53:11 +00:00
mtdsplit_uimage.c mtdsplit_uimage: more generic header verify function 2015-02-12 06:57:24 +00:00