summaryrefslogtreecommitdiff
path: root/tools/binman/test
diff options
context:
space:
mode:
authorJonas Karlman <[email protected]>2023-07-18 20:34:36 +0000
committerSimon Glass <[email protected]>2023-08-02 12:05:57 -0600
commit49dcd1c0bb428904c0cfc76fb5c031853ffe9bcc (patch)
tree6e647bb8eac31ce644eaac783b332c6b9b47b43c /tools/binman/test
parentd92c4dd27dd0f155040fce5ba96f8f2d93c4fa24 (diff)
binman: Override CheckOptional in fit entry
Missing optional blobs was not reported for generated entries, e.g. tee-os on rockchip targets. Implement a CheckOptional to fix this. After this the following can be shown: Image 'simple-bin' is missing optional external blobs but is still functional: tee-os /binman/simple-bin/fit/images/@tee-SEQ/tee-os (tee-os): See the documentation for your board. You may need to build Open Portable Trusted Execution Environment (OP-TEE) and build with TEE=/path/to/tee.bin Signed-off-by: Jonas Karlman <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'tools/binman/test')
-rw-r--r--tools/binman/test/264_tee_os_opt_fit.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/binman/test/264_tee_os_opt_fit.dts b/tools/binman/test/264_tee_os_opt_fit.dts
index ae44b433edf..e9634d3ccdc 100644
--- a/tools/binman/test/264_tee_os_opt_fit.dts
+++ b/tools/binman/test/264_tee_os_opt_fit.dts
@@ -25,6 +25,7 @@
fit,data;
tee-os {
+ optional;
};
};
};