summaryrefslogtreecommitdiff
path: root/tools/binman/test/112_x86_rom_ifwi_nodesc.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/112_x86_rom_ifwi_nodesc.dts')
-rw-r--r--tools/binman/test/112_x86_rom_ifwi_nodesc.dts28
1 files changed, 28 insertions, 0 deletions
diff --git a/tools/binman/test/112_x86_rom_ifwi_nodesc.dts b/tools/binman/test/112_x86_rom_ifwi_nodesc.dts
new file mode 100644
index 0000000000..0874440ab5
--- /dev/null
+++ b/tools/binman/test/112_x86_rom_ifwi_nodesc.dts
@@ -0,0 +1,28 @@
+// SPDX-License-Identifier: GPL-2.0+
+
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ sort-by-offset;
+ end-at-4gb;
+ size = <0x800000>;
+ intel-descriptor {
+ filename = "descriptor.bin";
+ };
+
+ intel-ifwi {
+ offset-unset;
+ filename = "ifwi.bin";
+
+ u-boot-tpl {
+ ifwi-replace;
+ ifwi-subpart = "IBBP";
+ ifwi-entry = "IBBL";
+ };
+ };
+ };
+};