summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst3
1 files changed, 3 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.