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.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 9f8593831f..de5f108fb1 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1395,12 +1395,12 @@ generation.
1395=========================== 1395===========================
1396 1396
1397The :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` class provides support to pack a kernel image, 1397The :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` class provides support to pack a kernel image,
1398device trees, a U-boot script, a Initramfs bundle and a RAM disk 1398device trees, a U-boot script, a :term:`Initramfs` bundle and a RAM disk
1399into a single FIT image. In theory, a FIT image can support any number 1399into a single FIT image. In theory, a FIT image can support any number
1400of kernels, U-boot scripts, Initramfs bundles, RAM disks and device-trees. 1400of kernels, U-boot scripts, :term:`Initramfs` bundles, RAM disks and device-trees.
1401However, :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` currently only supports 1401However, :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` currently only supports
1402limited usecases: just one kernel image, an optional U-boot script, 1402limited usecases: just one kernel image, an optional U-boot script,
1403an optional Initramfs bundle, an optional RAM disk, and any number of 1403an optional :term:`Initramfs` bundle, an optional RAM disk, and any number of
1404device tree. 1404device tree.
1405 1405
1406To create a FIT image, it is required that :term:`KERNEL_CLASSES` 1406To create a FIT image, it is required that :term:`KERNEL_CLASSES`
@@ -1431,14 +1431,14 @@ is specified by :term:`UBOOT_RD_LOADADDRESS` and the entrypoint by
1431:term:`INITRAMFS_IMAGE` is specified and that :term:`INITRAMFS_IMAGE_BUNDLE` 1431:term:`INITRAMFS_IMAGE` is specified and that :term:`INITRAMFS_IMAGE_BUNDLE`
1432is set to 0. 1432is set to 0.
1433 1433
1434Only a single Initramfs bundle can be added to the FIT image created by 1434Only a single :term:`Initramfs` bundle can be added to the FIT image created by
1435:ref:`kernel-fitimage <ref-classes-kernel-fitimage>` and the Initramfs bundle in FIT is optional. 1435:ref:`kernel-fitimage <ref-classes-kernel-fitimage>` and the :term:`Initramfs` bundle in FIT is optional.
1436In case of Initramfs, the kernel is configured to be bundled with the root filesystem 1436In case of :term:`Initramfs`, the kernel is configured to be bundled with the root filesystem
1437in the same binary (example: zImage-initramfs-:term:`MACHINE`.bin). 1437in the same binary (example: zImage-initramfs-:term:`MACHINE`.bin).
1438When the kernel is copied to RAM and executed, it unpacks the Initramfs root filesystem. 1438When the kernel is copied to RAM and executed, it unpacks the :term:`Initramfs` root filesystem.
1439The Initramfs bundle can be enabled when :term:`INITRAMFS_IMAGE` 1439The :term:`Initramfs` bundle can be enabled when :term:`INITRAMFS_IMAGE`
1440is specified and that :term:`INITRAMFS_IMAGE_BUNDLE` is set to 1. 1440is specified and that :term:`INITRAMFS_IMAGE_BUNDLE` is set to 1.
1441The address where the Initramfs bundle is to be loaded by U-boot is specified 1441The address where the :term:`Initramfs` bundle is to be loaded by U-boot is specified
1442by :term:`UBOOT_LOADADDRESS` and the entrypoint by :term:`UBOOT_ENTRYPOINT`. 1442by :term:`UBOOT_LOADADDRESS` and the entrypoint by :term:`UBOOT_ENTRYPOINT`.
1443 1443
1444Only a single U-boot boot script can be added to the FIT image created by 1444Only a single U-boot boot script can be added to the FIT image created by