summaryrefslogtreecommitdiff
path: root/tools/binman/test
diff options
context:
space:
mode:
authorRoger Quadros <[email protected]>2022-02-19 20:50:04 +0200
committerSimon Glass <[email protected]>2022-02-22 10:05:44 -0700
commit47f420ae082fe3ec11afda4aab1b96e3e38752ef (patch)
treef482540d2c7a079f58daf38d4288c1fb3932b334 /tools/binman/test
parent4d38dd77f901a48736c540a9c7499816fa9b4d90 (diff)
binman: Add support for TEE BL32
Add an entry for OP-TEE Trusted OS 'BL32' payload. This is required by platforms using Cortex-A cores with TrustZone technology. Signed-off-by: Roger Quadros <[email protected]> Reviewed-by: Simon Glass <[email protected]> Add missing-blob-help, renumber the test file, update entry-docs: Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'tools/binman/test')
-rw-r--r--tools/binman/test/222_tee_os.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/binman/test/222_tee_os.dts b/tools/binman/test/222_tee_os.dts
new file mode 100644
index 00000000000..68854972942
--- /dev/null
+++ b/tools/binman/test/222_tee_os.dts
@@ -0,0 +1,14 @@
+// SPDX-License-Identifier: GPL-2.0+
+
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ tee-os {
+ filename = "tee-pager.bin";
+ };
+ };
+};