summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2020-12-21 17:06:04 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-24 08:23:33 +0000
commit07ec4c4ee7187eaded810201996e5b833ca12fa2 (patch)
treea0a99446788ef04a791521aa226653a86bbd9cf8 /documentation
parentf567cda0a9bebec26d33871cd09001e3b5ade1b4 (diff)
downloadpoky-07ec4c4ee7187eaded810201996e5b833ca12fa2.tar.gz
ref-manual: use consistent capitalisation of U-Boot
Change all instances of U-boot to U-Boot. (From yocto-docs rev: 153c60fd9f2807c8e98105bcd4384e52e2adaa1a) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/classes.rst6
-rw-r--r--documentation/ref-manual/migration-1.7.rst2
-rw-r--r--documentation/ref-manual/variables.rst8
3 files changed, 8 insertions, 8 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 08ced7f90e..d049ca7018 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1391,19 +1391,19 @@ when creating the FIT image are specified using the
1391 1391
1392Only a single kernel can be added to the FIT image created by 1392Only a single kernel can be added to the FIT image created by
1393``kernel-fitimage`` and the kernel image in FIT is mandatory. The 1393``kernel-fitimage`` and the kernel image in FIT is mandatory. The
1394address where the kernel image is to be loaded by U-boot is 1394address where the kernel image is to be loaded by U-Boot is
1395specified by :term:`UBOOT_LOADADDRESS` and the entrypoint by 1395specified by :term:`UBOOT_LOADADDRESS` and the entrypoint by
1396:term:`UBOOT_ENTRYPOINT`. 1396:term:`UBOOT_ENTRYPOINT`.
1397 1397
1398Multiple device trees can be added to the FIT image created by 1398Multiple device trees can be added to the FIT image created by
1399``kernel-fitimage`` and the device tree is optional. 1399``kernel-fitimage`` and the device tree is optional.
1400The address where the device tree is to be loaded by U-boot is 1400The address where the device tree is to be loaded by U-Boot is
1401specified by :term:`UBOOT_DTBO_LOADADDRESS` for device tree overlays 1401specified by :term:`UBOOT_DTBO_LOADADDRESS` for device tree overlays
1402and by :term:`UBOOT_DTB_LOADADDRESS` for device tree binaries. 1402and by :term:`UBOOT_DTB_LOADADDRESS` for device tree binaries.
1403 1403
1404Only a single RAM disk can be added to the FIT image created by 1404Only a single RAM disk can be added to the FIT image created by
1405``kernel-fitimage`` and the RAM disk in FIT is optional. 1405``kernel-fitimage`` and the RAM disk in FIT is optional.
1406The address where the RAM disk image is to be loaded by U-boot 1406The address where the RAM disk image is to be loaded by U-Boot
1407is specified by :term:`UBOOT_RD_LOADADDRESS` and the entrypoint by 1407is specified by :term:`UBOOT_RD_LOADADDRESS` and the entrypoint by
1408:term:`UBOOT_RD_ENTRYPOINT`. The ramdisk is added to FIT image when 1408:term:`UBOOT_RD_ENTRYPOINT`. The ramdisk is added to FIT image when
1409:term:`INITRAMFS_IMAGE` is specified. 1409:term:`INITRAMFS_IMAGE` is specified.
diff --git a/documentation/ref-manual/migration-1.7.rst b/documentation/ref-manual/migration-1.7.rst
index 19275b3cd6..54544e4798 100644
--- a/documentation/ref-manual/migration-1.7.rst
+++ b/documentation/ref-manual/migration-1.7.rst
@@ -190,7 +190,7 @@ Removed Recipes
190 190
191The following recipes have been removed: 191The following recipes have been removed:
192 192
193- ``x-load``: This recipe has been superseded by U-boot SPL for all 193- ``x-load``: This recipe has been superseded by U-Boot SPL for all
194 Cortex-based TI SoCs. For legacy boards, the ``meta-ti`` layer, which 194 Cortex-based TI SoCs. For legacy boards, the ``meta-ti`` layer, which
195 contains a maintained recipe, should be used instead. 195 contains a maintained recipe, should be used instead.
196 196
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index b80bcbaf58..c68e1c1b7b 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8404,21 +8404,21 @@ system and gives an overview of their function and contents.
8404 In this example, "sd" is selected as the configuration of the possible four for the 8404 In this example, "sd" is selected as the configuration of the possible four for the
8405 ``UBOOT_MACHINE``. The "sd" configuration defines 8405 ``UBOOT_MACHINE``. The "sd" configuration defines
8406 "mx6qsabreauto_config" as the value for ``UBOOT_MACHINE``, while the 8406 "mx6qsabreauto_config" as the value for ``UBOOT_MACHINE``, while the
8407 "sdcard" specifies the ``IMAGE_FSTYPES`` to use for the U-boot image. 8407 "sdcard" specifies the ``IMAGE_FSTYPES`` to use for the U-Boot image.
8408 8408
8409 For more information on how the ``UBOOT_CONFIG`` is handled, see the 8409 For more information on how the ``UBOOT_CONFIG`` is handled, see the
8410 :ref:`uboot-config <ref-classes-uboot-config>` 8410 :ref:`uboot-config <ref-classes-uboot-config>`
8411 class. 8411 class.
8412 8412
8413 :term:`UBOOT_DTB_LOADADDRESS` 8413 :term:`UBOOT_DTB_LOADADDRESS`
8414 Specifies the load address for the dtb image used by U-boot. During FIT 8414 Specifies the load address for the dtb image used by U-Boot. During FIT
8415 image creation, the ``UBOOT_DTB_LOADADDRESS`` variable is used in 8415 image creation, the ``UBOOT_DTB_LOADADDRESS`` variable is used in
8416 :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` class to specify 8416 :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` class to specify
8417 the load address to be used in 8417 the load address to be used in
8418 creating the dtb sections of Image Tree Source for the FIT image. 8418 creating the dtb sections of Image Tree Source for the FIT image.
8419 8419
8420 :term:`UBOOT_DTBO_LOADADDRESS` 8420 :term:`UBOOT_DTBO_LOADADDRESS`
8421 Specifies the load address for the dtbo image used by U-boot. During FIT 8421 Specifies the load address for the dtbo image used by U-Boot. During FIT
8422 image creation, the ``UBOOT_DTBO_LOADADDRESS`` variable is used in 8422 image creation, the ``UBOOT_DTBO_LOADADDRESS`` variable is used in
8423 :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` class to specify the load address to be used in 8423 :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` class to specify the load address to be used in
8424 creating the dtbo sections of Image Tree Source for the FIT image. 8424 creating the dtbo sections of Image Tree Source for the FIT image.
@@ -8503,7 +8503,7 @@ system and gives an overview of their function and contents.
8503 certificate used for signing FIT image. 8503 certificate used for signing FIT image.
8504 8504
8505 :term:`UBOOT_SIGN_KEYNAME` 8505 :term:`UBOOT_SIGN_KEYNAME`
8506 The name of keys used for signing U-boot FIT image stored in 8506 The name of keys used for signing U-Boot FIT image stored in
8507 :term:`UBOOT_SIGN_KEYDIR` directory. For e.g. dev.key key and dev.crt 8507 :term:`UBOOT_SIGN_KEYDIR` directory. For e.g. dev.key key and dev.crt
8508 certificate stored in :term:`UBOOT_SIGN_KEYDIR` directory will have 8508 certificate stored in :term:`UBOOT_SIGN_KEYDIR` directory will have
8509 :term:`UBOOT_SIGN_KEYNAME` set to "dev". 8509 :term:`UBOOT_SIGN_KEYNAME` set to "dev".