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