@@ -66,7 +66,7 @@ Unique identifiers
66
66
67
67
To identify FIT sub-nodes representing images, hashes, configurations (which
68
68
are defined in the following sections), the "unit name" of the given sub-node
69
- is used as it's identifier as it assures uniqueness without additional
69
+ is used as its identifier as it assures uniqueness without additional
70
70
checking required.
71
71
72
72
.. index :: External data
@@ -247,16 +247,16 @@ compression
247
247
zstd zstd compressed
248
248
==================== ==================
249
249
250
- Conditionally mandatory property
251
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
250
+ Conditionally mandatory properties
251
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
252
252
253
253
data
254
254
Path to the external file which contains this node's binary data. Within
255
255
the FIT this is the contents of the file. This is mandatory unless
256
256
external data is used.
257
257
258
258
data-size
259
- size of the data in bytes. This is mandatory if :index: `external data ` is
259
+ Size of the data in bytes. This is mandatory if :index: `external data ` is
260
260
used.
261
261
262
262
data-offset
@@ -339,19 +339,19 @@ arch
339
339
==================== ==================
340
340
341
341
entry
342
- entry point address, address size is determined by
342
+ Entry point address, address size is determined by
343
343
'#address-cells' property of the root node.
344
344
Mandatory for types: "firmware", and "kernel".
345
345
346
346
.. _prop_load :
347
347
348
348
load
349
- load address, address size is determined by '#address-cells'
349
+ Load address, address size is determined by '#address-cells'
350
350
property of the root node.
351
351
Mandatory for types: "firmware", and "kernel".
352
352
353
353
:index: `compatible `
354
- compatible method for loading image.
354
+ Compatible method for loading image.
355
355
Mandatory for types: "fpga", and images that do not specify a load address.
356
356
Supported compatible methods:
357
357
@@ -383,11 +383,11 @@ load
383
383
Optional nodes:
384
384
385
385
hash-1
386
- Each hash sub-node represents separate hash or checksum
386
+ Each hash sub-node represents a separate hash or checksum
387
387
calculated for node's data according to specified algorithm.
388
388
389
389
signature-1
390
- Each signature sub-node represents separate signature
390
+ Each signature sub-node represents a separate signature
391
391
calculated for node's data according to specified algorithm.
392
392
393
393
.. index :: Hash nodes
@@ -405,7 +405,7 @@ Mandatory properties
405
405
~~~~~~~~~~~~~~~~~~~~
406
406
407
407
algo
408
- :index: `Algorithm ` name. Supported algoriths and their value sizes are:
408
+ :index: `Algorithm ` name. Supported algorithms and their value sizes are:
409
409
410
410
==================== ============ =========================================
411
411
Sub-image type Size (bytes) Meaning
@@ -469,11 +469,11 @@ key-name-hint
469
469
470
470
sign-images
471
471
A list of images to sign, each being a property of the conf
472
- node that contains then . The default is "kernel,fdt" which means that these
472
+ node that contains them . The default is "kernel,fdt" which means that these
473
473
two images will be looked up in the config and signed if present. This is
474
474
used by mkimage to determine which images to sign.
475
475
476
- The following properies are added as part of signing, and are mandatory:
476
+ The following properties are added as part of signing, and are mandatory:
477
477
478
478
value
479
479
Actual signature value. This is added by mkimage.
@@ -492,7 +492,7 @@ hashed-strings
492
492
of the string table. The size indicates the number of bytes hashed as part
493
493
of signing.
494
494
495
- The following properies are added as part of signing, and are optional:
495
+ The following properties are added as part of signing, and are optional:
496
496
497
497
timestamp
498
498
Time when image was signed (standard Unix time_t format)
@@ -539,13 +539,13 @@ Mandatory nodes
539
539
~~~~~~~~~~~~~~~
540
540
541
541
configuration-sub-node-unit-name
542
- At least one of the configuration sub-nodes is required.
542
+ At least one configuration sub-node is required.
543
543
544
544
Optional nodes
545
545
~~~~~~~~~~~~~~
546
546
547
547
signature-1
548
- Each signature sub-node represents separate signature
548
+ Each signature sub-node represents a separate signature
549
549
calculated for the configuration according to specified algorithm.
550
550
551
551
@@ -613,7 +613,7 @@ compatible
613
613
Note that U-Boot requires the :index: `CONFIG_FIT_BEST_MATCH ` option to be
614
614
enabled for this matching to work.
615
615
616
- The FDT blob is required to properly boot FDT based kernel, so the minimal
616
+ The FDT blob is required to properly boot FDT- based kernel, so the minimal
617
617
configuration for 2.6 FDT kernel is (kernel, fdt) pair.
618
618
619
619
Older, 2.4 kernel and 2.6 non-FDT kernel do not use FDT blob, in such cases
@@ -645,12 +645,12 @@ key-name-hint
645
645
private key is stored in <name>.key and the certificate is stored in
646
646
<name>.crt.
647
647
648
- The following properies are added as part of signing, and are mandatory:
648
+ The following properties are added as part of signing, and are mandatory:
649
649
650
650
value
651
651
Actual signature value. This is added by mkimage.
652
652
653
- The following properies are added as part of signing, and are optional:
653
+ The following properties are added as part of signing, and are optional:
654
654
655
655
timestamp
656
656
Time when image was signed (standard Unix time_t format)
0 commit comments