• Home
  • Raw
  • Download

Lines Matching +full:partitions +full:- +full:table +full:- +full:offset

1 # SPDX-License-Identifier: GPL-2.0-only
11 This provides partitions parser for devices based on BCM47xx
24 tristate "Command line partition table parsing"
39 <mtddef> := <mtd-id>:<partdef>[,<partdef>]
40 <partdef> := <size>[@offset][<name>][ro]
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 tristate "Parser for BCM963XX Image Tag format partitions"
77 and rootfs partitions.
79 header and creates up to two partitions, kernel and rootfs.
87 and offset/size etc.
90 register MTD 'partitions' corresponding to each image detected,
98 tristate "Parser for TRX format partitions"
102 may contain up to 3/4 partitions (depending on the version).
103 This driver will parse TRX header and report at least two partitions:
110 This provides the read-only FTL logic necessary to read the partition
111 table from the NAND flash of Sharp SL Series (Zaurus) and the MTD
115 tristate "RedBoot partition table parsing"
118 'images' in flash devices by putting a table one of the erase
119 blocks on the device, similar to a partition table, which gives
123 If you need code which can detect and parse this table, and register
124 MTD 'partitions' corresponding to each image in the table, enable
135 int "Location of RedBoot partition table"
136 default "-1"
143 partition table. A zero or positive value gives an absolute
147 For example "2" means block number 2, "-1" means the last
148 block and "-2" means the penultimate block.
157 bool "Force read-only for RedBoot system images"
159 If you need to force read-only for 'RedBoot', 'RedBoot Config' and