]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: fit: Write the compatible string to configuration
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2024 10:49:47 +0000 (11:49 +0100)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2024 14:42:18 +0000 (08:42 -0600)
commit57902e6941a0e914313afe50104fd0660ab47839
tree560ff0f1dd43f5c1bbfe80bd9661867630c64f93
parent9db7a3a4325d1b67287cdc2db2d80c5fc1e7cb76
binman: fit: Write the compatible string to configuration

FIT allows the FDT's root-node compatible string to be placed in a
configuration node to simplify and speed up finding the best match for
booting.

Add a new property to support this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/entries.rst
tools/binman/etype/fit.py
tools/binman/ftest.py
tools/binman/test/334_fit_fdt_compat.dts [new file with mode: 0644]