From: Tom Rini Date: Thu, 26 Jun 2025 14:13:03 +0000 (-0600) Subject: Merge patch series "mkimage: validate image references in FIT configurations" X-Git-Tag: v2025.10-rc1~91^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=579d1a1bb77004d0e22d9db6de12fe87cac44055;p=pandora-u-boot.git Merge patch series "mkimage: validate image references in FIT configurations" Aristo Chen says: This series introduces a validation step in mkimage to ensure that all image names referenced under the /configurations node of a FIT source (ITS) are actually defined under the /images node. ### Motivation When using mkimage to build FIT images, it's easy to mistakenly reference nonexistent image nodes in configurations (e.g., referencing a missing `fdt` or `firmware` node). Such issues are often not caught until runtime in U-Boot. This series aims to catch these errors early during FIT image creation by validating the configuration references in mkimage itself. Link: https://lore.kernel.org/r/20250610074121.8308-1-aristo.chen@canonical.com --- 579d1a1bb77004d0e22d9db6de12fe87cac44055