Lines Matching +full:align +full:- +full:end
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 <[email protected]>
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
60 align:
69 boundary within the containing section or image. For example ‘align =
70 <16>’ means that the entry will start on a 16-byte boundary. This may
74 must be a power of 2. If ‘align’ is not provided, no alignment is
77 align-size:
89 assembled), the end result is that the entry ends with the padding
90 bytes, so may grow. If ‘align-size’ is not provided, no alignment is
93 align-end:
99 This sets the alignment (in bytes) of the end of an entry with respect
102 Some entries require that they end on an alignment boundary,
105 But there may be padding at the end. While this does not affect the
107 parent section is assembled), the end result is that the entry ends
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";
139 align = <0x4000>;