immortalwrt/target/linux/generic/files/drivers/mtd/mtdsplit
Rafał Miłecki d66b2d9599 kernel: add parser finding rootfs after CFE bootfs
It's required for BCM4908. It cannot use "bcm-wfi-fw" parser because
that one requires *two* JFFS2 partitions which is untested / unsupported
on the BCM4908 architecture. With a single JFFS2 partition "bcm-wfi-fw"
parser will:
1. Fail to find "vmlinux.lz" as it doesn't follow "1-openwrt" file
2. Create partitions that don't precisely match bootfs layout

The new parser is described in details in the MTD_SPLIT_CFE_BOOTFS
symbol help message.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2021-01-23 12:11:52 +08:00
..
Kconfig kernel: add parser finding rootfs after CFE bootfs 2021-01-23 12:11:52 +08:00
Makefile kernel: add parser finding rootfs after CFE bootfs 2021-01-23 12:11:52 +08:00
mtdsplit_bcm_wfi.c kernel: mtdsplit: bcm_wfi: always add img partitions 2020-06-04 17:44:02 +08:00
mtdsplit_brnimage.c update target 2019-08-19 22:26:19 +08:00
mtdsplit_cfe_bootfs.c kernel: add parser finding rootfs after CFE bootfs 2021-01-23 12:11:52 +08:00
mtdsplit_elf.c kernel: mtdsplit: support ELF loader splitting 2020-09-10 17:27:30 +08:00
mtdsplit_eva.c generic/mtd: sync upstream source code 2020-10-31 12:38:04 +08:00
mtdsplit_fit.c drivers/mtd: update from official 2020-03-03 17:06:29 +08:00
mtdsplit_jimage.c generic/mtd: sync upstream source code 2020-10-31 12:38:04 +08:00
mtdsplit_lzma.c generic/mtd: sync upstream source code 2020-10-31 12:38:04 +08:00
mtdsplit_minor.c generic/mtd: sync upstream source code 2020-10-31 12:38:04 +08:00
mtdsplit_seama.c generic/mtd: sync upstream source code 2020-10-31 12:38:04 +08:00
mtdsplit_squashfs.c kernel: rename mtdpart_get_master to mtd_get_master 2020-11-14 13:51:31 +08:00
mtdsplit_tplink.c generic/mtd: sync upstream source code 2020-10-31 12:38:04 +08:00
mtdsplit_trx.c generic/mtd: sync upstream source code 2020-10-31 12:38:04 +08:00
mtdsplit_uimage.c kernel: add GS110TPPV1 support to mtdsplit_uimage 2020-11-28 19:05:00 +08:00
mtdsplit_wrgg.c generic/mtd: sync upstream source code 2020-10-31 12:38:04 +08:00
mtdsplit.c update target 2019-08-19 22:26:19 +08:00
mtdsplit.h update target 2019-08-19 22:26:19 +08:00