summaryrefslogtreecommitdiff
path: root/tools/binman/test/30_x86-rom-me-no-desc.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/30_x86-rom-me-no-desc.dts')
-rw-r--r--tools/binman/test/30_x86-rom-me-no-desc.dts15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/binman/test/30_x86-rom-me-no-desc.dts b/tools/binman/test/30_x86-rom-me-no-desc.dts
new file mode 100644
index 0000000..4578f66
--- /dev/null
+++ b/tools/binman/test/30_x86-rom-me-no-desc.dts
@@ -0,0 +1,15 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ sort-by-pos;
+ end-at-4gb;
+ size = <16>;
+ intel-me {
+ pos-unset;
+ };
+ };
+};