diff options
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 1d76b36d45..e8c50a0287 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -3316,6 +3316,9 @@ The variables used by this class are: | |||
3316 | - :term:`SPL_SIGN_ENABLE`: enable signing the FIT image. | 3316 | - :term:`SPL_SIGN_ENABLE`: enable signing the FIT image. |
3317 | - :term:`SPL_SIGN_KEYDIR`: directory containing the signing keys. | 3317 | - :term:`SPL_SIGN_KEYDIR`: directory containing the signing keys. |
3318 | - :term:`SPL_SIGN_KEYNAME`: base filename of the signing keys. | 3318 | - :term:`SPL_SIGN_KEYNAME`: base filename of the signing keys. |
3319 | - :term:`SPL_DTB_BINARY`: Name of the SPL device tree binary. Can be set to an | ||
3320 | empty string to indicate that no SPL should be created and added to the FIT | ||
3321 | image. | ||
3319 | - :term:`UBOOT_FIT_ADDRESS_CELLS`: ``#address-cells`` value for the FIT image. | 3322 | - :term:`UBOOT_FIT_ADDRESS_CELLS`: ``#address-cells`` value for the FIT image. |
3320 | - :term:`UBOOT_FIT_DESC`: description string encoded into the FIT image. | 3323 | - :term:`UBOOT_FIT_DESC`: description string encoded into the FIT image. |
3321 | - :term:`UBOOT_FIT_GENERATE_KEYS`: generate the keys if they don't exist yet. | 3324 | - :term:`UBOOT_FIT_GENERATE_KEYS`: generate the keys if they don't exist yet. |