@@ -66,7 +66,7 @@ Unique identifiers
6666
6767To identify FIT sub-nodes representing images, hashes, configurations (which
6868are 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
7070checking required.
7171
7272.. index :: External data
@@ -247,16 +247,16 @@ compression
247247 zstd zstd compressed
248248 ==================== ==================
249249
250- Conditionally mandatory property
251- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
250+ Conditionally mandatory properties
251+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
252252
253253data
254254 Path to the external file which contains this node's binary data. Within
255255 the FIT this is the contents of the file. This is mandatory unless
256256 external data is used.
257257
258258data-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
260260 used.
261261
262262data-offset
@@ -339,19 +339,19 @@ arch
339339 ==================== ==================
340340
341341entry
342- entry point address, address size is determined by
342+ Entry point address, address size is determined by
343343 '#address-cells' property of the root node.
344344 Mandatory for types: "firmware", and "kernel".
345345
346346.. _prop_load :
347347
348348load
349- load address, address size is determined by '#address-cells'
349+ Load address, address size is determined by '#address-cells'
350350 property of the root node.
351351 Mandatory for types: "firmware", and "kernel".
352352
353353:index: `compatible `
354- compatible method for loading image.
354+ Compatible method for loading image.
355355 Mandatory for types: "fpga", and images that do not specify a load address.
356356 Supported compatible methods:
357357
@@ -383,11 +383,11 @@ load
383383Optional nodes:
384384
385385hash-1
386- Each hash sub-node represents separate hash or checksum
386+ Each hash sub-node represents a separate hash or checksum
387387 calculated for node's data according to specified algorithm.
388388
389389signature-1
390- Each signature sub-node represents separate signature
390+ Each signature sub-node represents a separate signature
391391 calculated for node's data according to specified algorithm.
392392
393393.. index :: Hash nodes
@@ -405,7 +405,7 @@ Mandatory properties
405405~~~~~~~~~~~~~~~~~~~~
406406
407407algo
408- :index: `Algorithm ` name. Supported algoriths and their value sizes are:
408+ :index: `Algorithm ` name. Supported algorithms and their value sizes are:
409409
410410 ==================== ============ =========================================
411411 Sub-image type Size (bytes) Meaning
@@ -469,11 +469,11 @@ key-name-hint
469469
470470sign-images
471471 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
473473 two images will be looked up in the config and signed if present. This is
474474 used by mkimage to determine which images to sign.
475475
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:
477477
478478value
479479 Actual signature value. This is added by mkimage.
@@ -492,7 +492,7 @@ hashed-strings
492492 of the string table. The size indicates the number of bytes hashed as part
493493 of signing.
494494
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:
496496
497497timestamp
498498 Time when image was signed (standard Unix time_t format)
@@ -539,13 +539,13 @@ Mandatory nodes
539539~~~~~~~~~~~~~~~
540540
541541configuration-sub-node-unit-name
542- At least one of the configuration sub-nodes is required.
542+ At least one configuration sub-node is required.
543543
544544Optional nodes
545545~~~~~~~~~~~~~~
546546
547547signature-1
548- Each signature sub-node represents separate signature
548+ Each signature sub-node represents a separate signature
549549 calculated for the configuration according to specified algorithm.
550550
551551
@@ -613,7 +613,7 @@ compatible
613613 Note that U-Boot requires the :index: `CONFIG_FIT_BEST_MATCH ` option to be
614614 enabled for this matching to work.
615615
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
617617configuration for 2.6 FDT kernel is (kernel, fdt) pair.
618618
619619Older, 2.4 kernel and 2.6 non-FDT kernel do not use FDT blob, in such cases
@@ -645,12 +645,12 @@ key-name-hint
645645 private key is stored in <name>.key and the certificate is stored in
646646 <name>.crt.
647647
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:
649649
650650value
651651 Actual signature value. This is added by mkimage.
652652
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:
654654
655655timestamp
656656 Time when image was signed (standard Unix time_t format)
0 commit comments