summaryrefslogtreecommitdiff
path: root/tools/binman/test
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2024-08-26 13:11:43 -0600
committerSimon Glass <[email protected]>2024-09-26 12:40:31 +0200
commitac0876c890c2dcaa4e21ce36bfa2ea3e02139a01 (patch)
treeb2e250f8fda9d3619de0c0c16c1d853bc4181005 /tools/binman/test
parenta96dda1a70afc348d472cfb087742604e50b8d46 (diff)
binman: Make a start on an iMX8 test
This patch is for Marek, to provide a starting point. To try it, use 'binman test -T' and see the missing coverage. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'tools/binman/test')
-rw-r--r--tools/binman/test/339_nxp_imx8.dts17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/binman/test/339_nxp_imx8.dts b/tools/binman/test/339_nxp_imx8.dts
new file mode 100644
index 00000000000..cb512ae9aa2
--- /dev/null
+++ b/tools/binman/test/339_nxp_imx8.dts
@@ -0,0 +1,17 @@
+// SPDX-License-Identifier: GPL-2.0+
+
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ nxp-imx8mimage {
+ args; /* TODO: Needed by mkimage etype superclass */
+ nxp,boot-from = "sd";
+ nxp,rom-version = <1>;
+ nxp,loader-address = <0x10>;
+ };
+ };
+};