summaryrefslogtreecommitdiff
path: root/tools/binman/test/95_fmap_x86_section.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/95_fmap_x86_section.dts')
-rw-r--r--tools/binman/test/95_fmap_x86_section.dts22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/binman/test/95_fmap_x86_section.dts b/tools/binman/test/95_fmap_x86_section.dts
new file mode 100644
index 00000000000..4cfce456705
--- /dev/null
+++ b/tools/binman/test/95_fmap_x86_section.dts
@@ -0,0 +1,22 @@
+// SPDX-License-Identifier: GPL-2.0+
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ end-at-4gb;
+ size = <0x100>;
+ u-boot {
+ };
+ section {
+ pad-byte = <0x62>;
+ intel-mrc {
+ };
+ fmap {
+ offset = <0x20>;
+ };
+ };
+ };
+};