diff options
author | Tom Rini <trini@konsulko.com> | 2024-12-19 10:19:57 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-12-19 10:19:57 -0600 |
commit | 937830713657640ee610234dabb6c5c648245dd8 (patch) | |
tree | 15ee4f0524d21f5956d517bfd5cd7420069993ad | |
parent | 1688f8474538e5e8289897ecdcba2964cabb4a10 (diff) | |
download | u-boot-937830713657640ee610234dabb6c5c648245dd8.zip u-boot-937830713657640ee610234dabb6c5c648245dd8.tar.gz u-boot-937830713657640ee610234dabb6c5c648245dd8.tar.bz2 |
binman: Regenerate tools/binman/entries.rst
There have been a few changes to the areas that this file documents
without having regenerated the file. Do so now.
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | tools/binman/entries.rst | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/tools/binman/entries.rst b/tools/binman/entries.rst index e918162..3a3cc64 100644 --- a/tools/binman/entries.rst +++ b/tools/binman/entries.rst @@ -197,7 +197,7 @@ source files that the tool examples: To run the tool:: - $ tools/binman/fip_util.py -s /path/to/trusted-firmware-a + $ tools/binman/fip_util.py -s /path/to/arm-trusted-firmware Warning: UUID 'UUID_NON_TRUSTED_WORLD_KEY_CERT' is not mentioned in tbbr_config.c file Existing code in 'tools/binman/fip_util.py' is up-to-date @@ -862,14 +862,18 @@ The top-level 'fit' node supports the following special properties: can be provided as a directory. Each .dtb file in the directory is processed, , e.g.:: - fit,fdt-list-dir = "arch/arm/dts + fit,fdt-list-dir = "arch/arm/dts"; + + In this case the input directories are ignored and all devicetree + files must be in that directory. fit,sign Enable signing FIT images via mkimage as described in - verified-boot.rst. If the property is found, the private keys path is - detected among binman include directories and passed to mkimage via - -k flag. All the keys required for signing FIT must be available at - time of signing and must be located in single include directory. + verified-boot.rst. If the property is found, the private keys path + is detected among binman include directories and passed to mkimage + via -k flag. All the keys required for signing FIT must be + available at time of signing and must be located in single include + directory. Substitutions ~~~~~~~~~~~~~ @@ -985,7 +989,8 @@ same approach can of course be used for SPL images. Note that the `of-spl-remove-props` entryarg can be used to indicate additional properties to remove. It is often used to remove properties like -`clock-names` and `pinctrl-names` which are not needed in SPL builds. +`clock-names` and `pinctrl-names` which are not needed in SPL builds. This +value is automatically passed to binman by the U-Boot build. See :ref:`fdtgrep_filter` for more information. |