summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/variables.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 153c60cd2c..8f059650d3 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -2580,6 +2580,16 @@ system and gives an overview of their function and contents.
2580 :term:`FIT_HASH_ALG` 2580 :term:`FIT_HASH_ALG`
2581 Specifies the hash algorithm used in creating the FIT Image. For e.g. sha256. 2581 Specifies the hash algorithm used in creating the FIT Image. For e.g. sha256.
2582 2582
2583 :term:`FIT_KERNEL_COMP_ALG`
2584 Compression algorithm to use for the kernel image inside the FIT Image.
2585 At present, the only supported values are "gzip" (default) or "none"
2586 If you set this variable to anything other than "none" you may also need
2587 to set :term:`FIT_KERNEL_COMP_ALG_EXTENSION`.
2588
2589 :term:`FIT_KERNEL_COMP_ALG_EXTENSION`
2590 File extension corresponding to :term:`FIT_KERNEL_COMP_ALG`. The default
2591 value is ".gz".
2592
2583 :term:`FIT_KEY_GENRSA_ARGS` 2593 :term:`FIT_KEY_GENRSA_ARGS`
2584 Arguments to openssl genrsa for generating RSA private key for signing 2594 Arguments to openssl genrsa for generating RSA private key for signing
2585 fitImage. The default value is "-F4". i.e. the public exponent 65537 to 2595 fitImage. The default value is "-F4". i.e. the public exponent 65537 to