diff options
Diffstat (limited to 'documentation/ref-manual')
| -rw-r--r-- | documentation/ref-manual/ref-variables.rst | 40 |
1 files changed, 26 insertions, 14 deletions
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. | |||
| 2361 | FIT_HASH_ALG | 2361 | FIT_HASH_ALG |
| 2362 | Specifies the hash algorithm used in creating the FIT Image. For e.g. sha256. | 2362 | Specifies the hash algorithm used in creating the FIT Image. For e.g. sha256. |
| 2363 | 2363 | ||
| 2364 | FIT_SIGN_ALG</glossterm> | 2364 | FIT_SIGN_ALG |
| 2365 | Specifies the signature algorithm used in creating the FIT Image. | 2365 | Specifies the signature algorithm used in creating the FIT Image. |
| 2366 | For e.g. rsa2048. | 2366 | For e.g. rsa2048. |
| 2367 | 2367 | ||
| @@ -7527,6 +7527,18 @@ system and gives an overview of their function and contents. | |||
| 7527 | For more information on how the ``UBOOT_CONFIG`` is handled, see the | 7527 | For more information on how the ``UBOOT_CONFIG`` is handled, see the |
| 7528 | ```uboot-config`http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/uboot-config.bbclass | 7528 | ```uboot-config`http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/uboot-config.bbclass |
| 7529 | class. | 7529 | class. |
| 7530 | |||
| 7531 | UBOOT_DTB_LOADADDRESS | ||
| 7532 | Specifies the load address for the dtb image used by U-boot. During FIT | ||
| 7533 | image creation, the ``UBOOT_DTB_LOADADDRESS`` variable is used in | ||
| 7534 | ``kernel-fitimage`` class to specify the load address to be used in | ||
| 7535 | creating the dtb sections of Image Tree Source for the FIT image. | ||
| 7536 | |||
| 7537 | UBOOT_DTBO_LOADADDRESS | ||
| 7538 | Specifies the load address for the dtbo image used by U-boot. During FIT | ||
| 7539 | image creation, the ``UBOOT_DTBO_LOADADDRESS`` variable is used in | ||
| 7540 | ``kernel-fitimage`` class to specify the load address to be used in | ||
| 7541 | creating the dtbo sections of Image Tree Source for the FIT image. | ||
| 7530 | 7542 | ||
| 7531 | UBOOT_ENTRYPOINT | 7543 | UBOOT_ENTRYPOINT |
| 7532 | Specifies the entry point for the U-Boot image. During U-Boot image | 7544 | 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. | |||
| 7578 | entrypoint to be used in creating the Image Tree Source for | 7590 | entrypoint to be used in creating the Image Tree Source for |
| 7579 | the FIT image. | 7591 | the FIT image. |
| 7580 | 7592 | ||
| 7581 | UBOOT_SUFFIX | ||
| 7582 | Points to the generated U-Boot extension. For example, ``u-boot.sb`` | ||
| 7583 | has a ``.sb`` extension. | ||
| 7584 | |||
| 7585 | The default U-Boot extension is ``.bin`` | ||
| 7586 | |||
| 7587 | UBOOT_TARGET | ||
| 7588 | Specifies the target used for building U-Boot. The target is passed | ||
| 7589 | directly as part of the "make" command (e.g. SPL and AIS). If you do | ||
| 7590 | not specifically set this variable, the OpenEmbedded build process | ||
| 7591 | passes and uses "all" for the target during the U-Boot building | ||
| 7592 | process. | ||
| 7593 | |||
| 7594 | UBOOT_SIGN_ENABLE | 7593 | UBOOT_SIGN_ENABLE |
| 7595 | Enable signing of FIT image. The default value is "0". | 7594 | Enable signing of FIT image. The default value is "0". |
| 7596 | 7595 | ||
| @@ -7604,6 +7603,19 @@ system and gives an overview of their function and contents. | |||
| 7604 | certificate stored in :term:`UBOOT_SIGN_KEYDIR` directory will have | 7603 | certificate stored in :term:`UBOOT_SIGN_KEYDIR` directory will have |
| 7605 | :term:`UBOOT_SIGN_KEYNAME` set to "dev". | 7604 | :term:`UBOOT_SIGN_KEYNAME` set to "dev". |
| 7606 | 7605 | ||
| 7606 | UBOOT_SUFFIX | ||
| 7607 | Points to the generated U-Boot extension. For example, ``u-boot.sb`` | ||
| 7608 | has a ``.sb`` extension. | ||
| 7609 | |||
| 7610 | The default U-Boot extension is ``.bin`` | ||
| 7611 | |||
| 7612 | UBOOT_TARGET | ||
| 7613 | Specifies the target used for building U-Boot. The target is passed | ||
| 7614 | directly as part of the "make" command (e.g. SPL and AIS). If you do | ||
| 7615 | not specifically set this variable, the OpenEmbedded build process | ||
| 7616 | passes and uses "all" for the target during the U-Boot building | ||
| 7617 | process. | ||
| 7618 | |||
| 7607 | UNKNOWN_CONFIGURE_WHITELIST | 7619 | UNKNOWN_CONFIGURE_WHITELIST |
| 7608 | Specifies a list of options that, if reported by the configure script | 7620 | Specifies a list of options that, if reported by the configure script |
| 7609 | as being invalid, should not generate a warning during the | 7621 | as being invalid, should not generate a warning during the |
