diff options
-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 e230bb69d0..2b916022bc 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -3163,6 +3163,9 @@ It is intended to be inherited from U-Boot recipes. | |||
3163 | 3163 | ||
3164 | The variables used by this class are: | 3164 | The variables used by this class are: |
3165 | 3165 | ||
3166 | - :term:`SPL_DTB_BINARY`: Name of the SPL device tree binary. Can be set to an | ||
3167 | empty string to indicate that no SPL should be created and added to the FIT | ||
3168 | image. | ||
3166 | - :term:`SPL_MKIMAGE_DTCOPTS`: DTC options for U-Boot ``mkimage`` when | 3169 | - :term:`SPL_MKIMAGE_DTCOPTS`: DTC options for U-Boot ``mkimage`` when |
3167 | building the FIT image. | 3170 | building the FIT image. |
3168 | - :term:`SPL_SIGN_ENABLE`: enable signing the FIT image. | 3171 | - :term:`SPL_SIGN_ENABLE`: enable signing the FIT image. |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 043722d823..15c726de4e 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7795,6 +7795,11 @@ system and gives an overview of their function and contents. | |||
7795 | section in the Yocto Project Board Support Package Developer's Guide | 7795 | section in the Yocto Project Board Support Package Developer's Guide |
7796 | for additional information. | 7796 | for additional information. |
7797 | 7797 | ||
7798 | :term:`SPL_DTB_BINARY` | ||
7799 | When inheriting the :ref:`ref-classes-uboot-sign` class, the | ||
7800 | :term:`SPL_DTB_BINARY` variable contains the name of the SPL binary to be | ||
7801 | compiled. | ||
7802 | |||
7798 | :term:`SPL_MKIMAGE_DTCOPTS` | 7803 | :term:`SPL_MKIMAGE_DTCOPTS` |
7799 | Options for the device tree compiler passed to ``mkimage -D`` feature | 7804 | Options for the device tree compiler passed to ``mkimage -D`` feature |
7800 | while creating a FIT image with the :ref:`ref-classes-uboot-sign` | 7805 | while creating a FIT image with the :ref:`ref-classes-uboot-sign` |