[PATCH v4 0/5] mkimage: validate image references in FIT configurations
Tom Rini
trini at konsulko.com
Thu Jun 26 17:43:06 CEST 2025
On Tue, 10 Jun 2025 07:41:16 +0000, Aristo Chen wrote:
> 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.
>
> [...]
Applied to u-boot/next, thanks!
[1/5] tools: mkimage: propagate error codes from fit_handle_file()
commit: 21705d39144a51a50c0206c74588c6e9e4018e7a
[2/5] tools: mkimage: validate image references in FIT configurations
commit: 7a8b25a771f069819eab6134fd1c4df520ebc9ca
[3/5] binman: test: Ensure all config references exist in /images node
commit: 3071e264c9baba4d55aa6d1a07a60c969d57eccf
[4/5] test: py: add mkimage test for undefined image references in FIT configs
commit: 21f75eb7af40cd22ecee94554b2a226760fe9814
[5/5] arm: dts: phycore-am62x: Add missing tifsstub image nodes for FIT loadables
commit: 647931cfeda1ed594904e7dd4262783a264cb97a
--
Tom
More information about the U-Boot
mailing list