summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/classes.rst3
-rw-r--r--documentation/ref-manual/variables.rst5
2 files changed, 8 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index fa5c2b5ce1..0816db49bb 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -3385,6 +3385,9 @@ The variables used by this class are:
3385- :term:`SPL_SIGN_ENABLE`: enable signing the FIT image. 3385- :term:`SPL_SIGN_ENABLE`: enable signing the FIT image.
3386- :term:`SPL_SIGN_KEYDIR`: directory containing the signing keys. 3386- :term:`SPL_SIGN_KEYDIR`: directory containing the signing keys.
3387- :term:`SPL_SIGN_KEYNAME`: base filename of the signing keys. 3387- :term:`SPL_SIGN_KEYNAME`: base filename of the signing keys.
3388- :term:`SPL_DTB_BINARY`: Name of the SPL device tree binary. Can be set to an
3389 empty string to indicate that no SPL should be created and added to the FIT
3390 image.
3388- :term:`UBOOT_FIT_ADDRESS_CELLS`: ``#address-cells`` value for the FIT image. 3391- :term:`UBOOT_FIT_ADDRESS_CELLS`: ``#address-cells`` value for the FIT image.
3389- :term:`UBOOT_FIT_DESC`: description string encoded into the FIT image. 3392- :term:`UBOOT_FIT_DESC`: description string encoded into the FIT image.
3390- :term:`UBOOT_FIT_GENERATE_KEYS`: generate the keys if they don't exist yet. 3393- :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 d8c3497d3d..5a9e97ab6f 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8827,6 +8827,11 @@ system and gives an overview of their function and contents.
8827 section in the Yocto Project Board Support Package Developer's Guide 8827 section in the Yocto Project Board Support Package Developer's Guide
8828 for additional information. 8828 for additional information.
8829 8829
8830 :term:`SPL_DTB_BINARY`
8831 When inheriting the :ref:`ref-classes-uboot-sign` class, the
8832 :term:`SPL_DTB_BINARY` variable contains the name of the SPL binary to be
8833 compiled.
8834
8830 :term:`SPL_MKIMAGE_DTCOPTS` 8835 :term:`SPL_MKIMAGE_DTCOPTS`
8831 Options for the device tree compiler passed to ``mkimage -D`` feature 8836 Options for the device tree compiler passed to ``mkimage -D`` feature
8832 while creating a FIT image with the :ref:`ref-classes-uboot-sign` 8837 while creating a FIT image with the :ref:`ref-classes-uboot-sign`