summaryrefslogtreecommitdiff
path: root/tools/binman/test
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2018-07-17 13:25:48 -0600
committerSimon Glass <[email protected]>2018-08-01 16:30:48 -0600
commitb8ef5b6bc871e12d036869172aa3599f5be7ee09 (patch)
tree036d12e4bf59b43c985daa60e85e39634e3a387d /tools/binman/test
parent24d0d3c30db0bba6579ae55e1d6202e229c23a0e (diff)
binman: Add support for adding TPL binaries
Add support for U-Boot's TPL and TPL device tree. Also fix a few comments in the other device-tree entries. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'tools/binman/test')
-rw-r--r--tools/binman/test/78_u_boot_tpl.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/binman/test/78_u_boot_tpl.dts b/tools/binman/test/78_u_boot_tpl.dts
new file mode 100644
index 00000000000..6c60b4c46f4
--- /dev/null
+++ b/tools/binman/test/78_u_boot_tpl.dts
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0+
+/dts-v1/;
+
+/ {
+ binman {
+ u-boot-tpl {
+ };
+ u-boot-tpl-dtb {
+ };
+ };
+};