Lines Matching +full:redboot +full:- +full:fis
1 # SPDX-License-Identifier: GPL-2.0-only
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)
129 This provides the read-only FTL logic necessary to read the partition
134 tristate "RedBoot partition table parsing"
136 RedBoot is a ROM monitor and bootloader which deals with multiple
154 int "Location of RedBoot partition table"
155 default "-1"
158 CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK RedBoot compile time
161 The option specifies which Flash sectors holds the RedBoot
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
179 'FIS directory' images, enable this option.