• Home
  • Raw
  • Download

Lines Matching +full:line +full:- +full:based

1 # SPDX-License-Identifier: GPL-2.0-only
11 This provides partitions parser for devices based on BCM47xx
24 tristate "Broadcom's U-Boot partition parser"
27 Broadcom uses a custom way of storing U-Boot environment variables.
28 They are placed inside U-Boot partition itself at unspecified offset.
34 tristate "Command line partition table parsing"
38 command line. Multiple flash resources are supported for hardware where
46 The format for the command line is as follows:
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
56 Due to the way Linux handles the command line, no spaces are
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)
94 This provides partitions parser for Linksys devices based on Broadcom
104 Image Tag is the firmware header used by broadcom on their xDSL line
127 tristate "TP-Link Safeloader partitions parser"
130 TP-Link home routers use flash partitions to store various data. Info
132 custom ASCII-based format.
135 was named after it. Later it was adapted to CFE and U-Boot
154 This provides the read-only FTL logic necessary to read the partition
180 default "-1"
191 For example "2" means block number 2, "-1" means the last
192 block and "-2" means the penultimate block.
201 bool "Force read-only for RedBoot system images"
203 If you need to force read-only for 'RedBoot', 'RedBoot Config' and