Lines Matching +full:bcm4908 +full:- +full:partitions

1 # SPDX-License-Identifier: GPL-2.0-only
11 This provides partitions parser for devices based on BCM47xx
39 <mtddef> := <mtd-id>:<partdef>[,<partdef>]
41 <mtd-id> := unique id used in mapping driver/device
42 <size> := standard linux memsize OR "-" to denote all
52 1 flash resource (mtd-id "sa1100"), with 1 single writable partition:
53 mtdparts=sa1100:-
55 Same flash, but 2 named partitions, the first one being read-only:
56 mtdparts=sa1100:256k(ARMboot)ro,-(root)
71 bool "BCM4908 partitioning support"
75 This provides partitions parser for BCM4908 family devices
76 that can have multiple "firmware" partitions. It takes care of
84 This provides partitions parser for Linksys devices based on Broadcom
86 two "firmware" partitions. Currently used firmware has to be detected
90 tristate "Parser for BCM963XX Image Tag format partitions"
96 and rootfs partitions.
98 header and creates up to two partitions, kernel and rootfs.
109 register MTD 'partitions' corresponding to each image detected,
117 tristate "Parser for TRX format partitions"
121 may contain up to 3/4 partitions (depending on the version).
122 This driver will parse TRX header and report at least two partitions:
129 This provides the read-only FTL logic necessary to read the partition
143 MTD 'partitions' corresponding to each image in the table, enable
155 default "-1"
166 For example "2" means block number 2, "-1" means the last
167 block and "-2" means the penultimate block.
176 bool "Force read-only for RedBoot system images"
178 If you need to force read-only for 'RedBoot', 'RedBoot Config' and
187 This provides support for parsing partitions from Shared Memory (SMEM)