diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-29 11:56:43 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-08 23:41:10 +0100 |
commit | fc7f9d92969900952a104f20c790b941c2c7979a (patch) | |
tree | 3025a612c710e599f72653b49468f8e9beb83268 /documentation | |
parent | d84f3ad5a4a9b93068ebc102e0802068965cd1e1 (diff) | |
download | poky-fc7f9d92969900952a104f20c790b941c2c7979a.tar.gz |
ref-manual/variables.rst: document SPL_DTB_BINARY
This variable is part of uboot-sign but not documented.
(From yocto-docs rev: 05eb461cb1da76ad9cbaf634da7f47447b3f6765)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/classes.rst | 3 | ||||
-rw-r--r-- | documentation/ref-manual/variables.rst | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 748f0395c2..0f4405b98f 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -3166,6 +3166,9 @@ The variables used by this class are: | |||
3166 | - :term:`SPL_SIGN_ENABLE`: enable signing the FIT image. | 3166 | - :term:`SPL_SIGN_ENABLE`: enable signing the FIT image. |
3167 | - :term:`SPL_SIGN_KEYDIR`: directory containing the signing keys. | 3167 | - :term:`SPL_SIGN_KEYDIR`: directory containing the signing keys. |
3168 | - :term:`SPL_SIGN_KEYNAME`: base filename of the signing keys. | 3168 | - :term:`SPL_SIGN_KEYNAME`: base filename of the signing keys. |
3169 | - :term:`SPL_DTB_BINARY`: Name of the SPL device tree binary. Can be set to an | ||
3170 | empty string to indicate that no SPL should be created and added to the FIT | ||
3171 | image. | ||
3169 | - :term:`UBOOT_FIT_ADDRESS_CELLS`: ``#address-cells`` value for the FIT image. | 3172 | - :term:`UBOOT_FIT_ADDRESS_CELLS`: ``#address-cells`` value for the FIT image. |
3170 | - :term:`UBOOT_FIT_DESC`: description string encoded into the FIT image. | 3173 | - :term:`UBOOT_FIT_DESC`: description string encoded into the FIT image. |
3171 | - :term:`UBOOT_FIT_GENERATE_KEYS`: generate the keys if they don't exist yet. | 3174 | - :term:`UBOOT_FIT_GENERATE_KEYS`: generate the keys if they don't exist yet. |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index bd82b9484a..d722d722fd 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -8875,6 +8875,11 @@ system and gives an overview of their function and contents. | |||
8875 | section in the Yocto Project Board Support Package Developer's Guide | 8875 | section in the Yocto Project Board Support Package Developer's Guide |
8876 | for additional information. | 8876 | for additional information. |
8877 | 8877 | ||
8878 | :term:`SPL_DTB_BINARY` | ||
8879 | When inheriting the :ref:`ref-classes-uboot-sign` class, the | ||
8880 | :term:`SPL_DTB_BINARY` variable contains the name of the SPL binary to be | ||
8881 | compiled. | ||
8882 | |||
8878 | :term:`SPL_MKIMAGE_DTCOPTS` | 8883 | :term:`SPL_MKIMAGE_DTCOPTS` |
8879 | Options for the device tree compiler passed to ``mkimage -D`` feature | 8884 | Options for the device tree compiler passed to ``mkimage -D`` feature |
8880 | while creating a FIT image with the :ref:`ref-classes-uboot-sign` | 8885 | while creating a FIT image with the :ref:`ref-classes-uboot-sign` |