kernel: mtdsplit: add support for brcm63xx images
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Sun, 26 Mar 2017 10:46:38 +0000 (12:46 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Sun, 26 Mar 2017 10:46:38 +0000 (12:46 +0200)
commit1e2a3621294f01c5eaf3b68ec381caa8383aef88
tree2c8d4cfc644581649ac64c1d2e0c24ac80918030
parentae8fb3ba68b1d5b01668f3a6d5c54efea44ea689
kernel: mtdsplit: add support for brcm63xx images

If this option is enabled, the brcm63xx image format will be detected and
split by the mtdsplit code. Detection is based upon the brcm63xx CFE magic,
which will trigger the parsing and detection of the kernel and rootfs,
ending-up in the creation of the 2 new partitions.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
target/linux/generic/files/drivers/mtd/mtdsplit/Kconfig
target/linux/generic/files/drivers/mtd/mtdsplit/Makefile
target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_bcm63xx.c [new file with mode: 0644]
target/linux/generic/patches-4.4/001-mtdsplit_backport.patch