Lines Matching +full:tfa +full:- +full:bl31
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
16 Everything after 'partition-' will be used as the partition name to compare
26 - Rafał Miłecki <rafal@milecki.pl>
37 read-only:
39 should only be mounted read-only. This is usually used for flash
40 partitions containing early-boot firmware images or data which should
49 slc-mode:
52 immune to paired-pages corruptions
70 <16>’ means that the entry will start on a 16-byte boundary. This may
77 align-size:
90 bytes, so may grow. If ‘align-size’ is not provided, no alignment is
93 align-end:
108 with the padding bytes, so may grow. If ‘align-end’ is not provided,
117 pattern: '^partition-.*$'
123 - |
125 compatible = "fixed-partitions";
126 #address-cells = <1>;
127 #size-cells = <1>;
130 compatible = "u-boot";
132 align-size = <0x1000>;
133 align-end = <0x10000>;
137 compatible = "tfa-bl31";