Lines Matching +full:on +full:- +full:flash
1 # SPDX-License-Identifier: GPL-2.0-only
9 depends on BCM47XX || ARCH_BCM_5301X
11 This provides partitions parser for devices based on BCM47xx
16 depends on BCM63XX || BMIPS_GENERIC || COMPILE_TEST
24 tristate "Broadcom's U-Boot partition parser"
25 depends on ARCH_BCM4908 || COMPILE_TEST
27 Broadcom uses a custom way of storing U-Boot environment variables.
28 They are placed inside U-Boot partition itself at unspecified offset.
35 depends on MTD
38 command line. Multiple flash resources are supported for hardware where
39 different kinds of flash memory are available.
49 <mtddef> := <mtd-id>:<partdef>[,<partdef>]
51 <mtd-id> := unique id used in mapping driver/device
52 <size> := standard linux memsize OR "-" to denote all
62 1 flash resource (mtd-id "sa1100"), with 1 single writable partition:
63 mtdparts=sa1100:-
65 Same flash, but 2 named partitions, the first one being read-only:
66 mtdparts=sa1100:256k(ARMboot)ro,-(root)
73 depends on OF
77 flash memory node, as described in
82 depends on MTD_OF_PARTS && (ARCH_BCMBCA || COMPILE_TEST)
91 depends on MTD_OF_PARTS && (ARCH_BCM_5301X || ARCH_BCMBCA || COMPILE_TEST)
94 This provides partitions parser for Linksys devices based on Broadcom
95 Northstar architecture. Linksys commonly uses fixed flash layout with
101 depends on BCM63XX || BMIPS_GENERIC || COMPILE_TEST
104 Image Tag is the firmware header used by broadcom on their xDSL line
112 depends on (ARM || ARM64)
114 The ARM Firmware Suite allows the user to divide flash devices into
128 depends on MTD && (BCM47XX || ARCH_BCM_5301X || ARCH_MEDIATEK || RALINK || COMPILE_TEST)
130 TRX is a firmware format used by Broadcom on their devices. It
131 may contain up to 3/4 partitions (depending on the version).
136 tristate "Sharp SL Series NAND flash partition parser"
137 depends on MTD_NAND_SHARPSL || MTD_NAND_TMIO || COMPILE_TEST
139 This provides the read-only FTL logic necessary to read the partition
140 table from the NAND flash of Sharp SL Series (Zaurus) and the MTD
147 'images' in flash devices by putting a table one of the erase
148 blocks on the device, similar to a partition table, which gives
150 flash.
165 default "-1"
171 The option specifies which Flash sectors holds the RedBoot
176 For example "2" means block number 2, "-1" means the last
177 block and "-2" means the penultimate block.
180 bool "Include unallocated flash regions"
182 If you need to register each unallocated flash region as a MTD
186 bool "Force read-only for RedBoot system images"
188 If you need to force read-only for 'RedBoot', 'RedBoot Config' and
194 tristate "Qualcomm SMEM flash partition parser"
195 depends on QCOM_SMEM
198 for NAND and SPI flash on Qualcomm platforms.
202 depends on MTD && RALINK
206 offsets, which may differ from device to device depending on the
207 number and location of bad blocks on NAND.