Lines Matching +full:arm +full:- +full:firmware +full:- +full:suite
1 # SPDX-License-Identifier: GPL-2.0-only
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.
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)
75 This provides a open firmware device tree partition parser
86 that can have multiple "firmware" partitions. It takes care of
96 two "firmware" partitions. Currently used firmware has to be detected
104 Image Tag is the firmware header used by broadcom on their xDSL line
111 tristate "ARM Firmware Suite partition parsing"
112 depends on (ARM || ARM64)
114 The ARM Firmware Suite allows the user to divide flash devices into
130 TRX is a firmware format used by Broadcom on their devices. It
139 This provides the read-only FTL logic necessary to read the partition
165 default "-1"
176 For example "2" means block number 2, "-1" means the last
177 block and "-2" means the penultimate block.
186 bool "Force read-only for RedBoot system images"
188 If you need to force read-only for 'RedBoot', 'RedBoot Config' and