From 49dcd1c0bb428904c0cfc76fb5c031853ffe9bcc Mon Sep 17 00:00:00 2001 From: Jonas Karlman Date: Tue, 18 Jul 2023 20:34:36 +0000 Subject: 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 Reviewed-by: Simon Glass --- tools/binman/test/264_tee_os_opt_fit.dts | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/binman/test') 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; }; }; }; -- cgit v1.3.1