From b4779cf090945dd4960bc8ca2b805fe4e753412d Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Mon, 7 Sep 2020 16:57:52 +0200 Subject: sphinx: fix up terms related to kernel-fitimage In this commit: 3aeca3b342e5 (ref-manual: Add documentation for kernel-fitimage), we added a few terms in the glossary, in the docbook xml file. However there were a few issues in the conversion to sphinx which needed to be fixed (missed terms, typo, and wrong placement). (From yocto-docs rev: 968efa8275e30350cead66613d01f491ee61be4d) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.rst | 40 +++++++++++++++++++----------- 1 file changed, 26 insertions(+), 14 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/ref-variables.rst index 485fbb27f5..54a892576b 100644 --- a/documentation/ref-manual/ref-variables.rst +++ b/documentation/ref-manual/ref-variables.rst @@ -2361,7 +2361,7 @@ system and gives an overview of their function and contents. FIT_HASH_ALG Specifies the hash algorithm used in creating the FIT Image. For e.g. sha256. - FIT_SIGN_ALG + FIT_SIGN_ALG Specifies the signature algorithm used in creating the FIT Image. For e.g. rsa2048. @@ -7527,6 +7527,18 @@ system and gives an overview of their function and contents. For more information on how the ``UBOOT_CONFIG`` is handled, see the ```uboot-config`http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/uboot-config.bbclass class. + + UBOOT_DTB_LOADADDRESS + Specifies the load address for the dtb image used by U-boot. During FIT + image creation, the ``UBOOT_DTB_LOADADDRESS`` variable is used in + ``kernel-fitimage`` class to specify the load address to be used in + creating the dtb sections of Image Tree Source for the FIT image. + + UBOOT_DTBO_LOADADDRESS + Specifies the load address for the dtbo image used by U-boot. During FIT + image creation, the ``UBOOT_DTBO_LOADADDRESS`` variable is used in + ``kernel-fitimage`` class to specify the load address to be used in + creating the dtbo sections of Image Tree Source for the FIT image. UBOOT_ENTRYPOINT Specifies the entry point for the U-Boot image. During U-Boot image @@ -7578,19 +7590,6 @@ system and gives an overview of their function and contents. entrypoint to be used in creating the Image Tree Source for the FIT image. - UBOOT_SUFFIX - Points to the generated U-Boot extension. For example, ``u-boot.sb`` - has a ``.sb`` extension. - - The default U-Boot extension is ``.bin`` - - UBOOT_TARGET - Specifies the target used for building U-Boot. The target is passed - directly as part of the "make" command (e.g. SPL and AIS). If you do - not specifically set this variable, the OpenEmbedded build process - passes and uses "all" for the target during the U-Boot building - process. - UBOOT_SIGN_ENABLE Enable signing of FIT image. The default value is "0". @@ -7604,6 +7603,19 @@ system and gives an overview of their function and contents. certificate stored in :term:`UBOOT_SIGN_KEYDIR` directory will have :term:`UBOOT_SIGN_KEYNAME` set to "dev". + UBOOT_SUFFIX + Points to the generated U-Boot extension. For example, ``u-boot.sb`` + has a ``.sb`` extension. + + The default U-Boot extension is ``.bin`` + + UBOOT_TARGET + Specifies the target used for building U-Boot. The target is passed + directly as part of the "make" command (e.g. SPL and AIS). If you do + not specifically set this variable, the OpenEmbedded build process + passes and uses "all" for the target during the U-Boot building + process. + UNKNOWN_CONFIGURE_WHITELIST Specifies a list of options that, if reported by the configure script as being invalid, should not generate a warning during the -- cgit v1.2.3-54-g00ecf