summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorJamin Lin <jamin_lin@aspeedtech.com>2025-05-26 15:26:01 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-26 13:02:49 +0100
commitfe11965d145fd74617adbfb107e13132f2c68f16 (patch)
tree137dd37b5816ff831c68dd8e64a211164ce22820 /documentation/ref-manual/classes.rst
parente2192ecec1572ce83544d40f3b325760e33db45c (diff)
downloadpoky-fe11965d145fd74617adbfb107e13132f2c68f16.tar.gz
ref-manual: uboot-sign: Support firmware property in FIT config
Add documentation for the UBOOT_FIT_CONF_FIRMWARE variable, which allows users to specify an image to be assigned to the "firmware" property of the FIT configuration node. This explicitly defines the primary image to boot, instead of relying on the first entry in the "loadables" list. (From yocto-docs rev: f72fc69e2d2a074d5eaf1cc36b30726de58e3ab5) Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 5187033f77..54a98bf24f 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -3426,6 +3426,8 @@ The variables used by this class are:
3426- :term:`UBOOT_FIT_USER_SETTINGS`: adds a user-specific snippet to the U-Boot 3426- :term:`UBOOT_FIT_USER_SETTINGS`: adds a user-specific snippet to the U-Boot
3427 Image Tree Source (ITS). Users can include their custom U-Boot Image Tree 3427 Image Tree Source (ITS). Users can include their custom U-Boot Image Tree
3428 Source (ITS) snippet in this variable. 3428 Source (ITS) snippet in this variable.
3429- :term:`UBOOT_FIT_CONF_FIRMWARE`: adds one image to the ``firmware`` property
3430 of the configuration node.
3429- :term:`UBOOT_FIT_CONF_USER_LOADABLES`: adds one or more user-defined images 3431- :term:`UBOOT_FIT_CONF_USER_LOADABLES`: adds one or more user-defined images
3430 to the ``loadables`` property of the configuration node. 3432 to the ``loadables`` property of the configuration node.
3431 3433