summaryrefslogtreecommitdiff
path: root/tools/binman/test/111_x86_rom_ifwi.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/111_x86_rom_ifwi.dts')
-rw-r--r--tools/binman/test/111_x86_rom_ifwi.dts29
1 files changed, 29 insertions, 0 deletions
diff --git a/tools/binman/test/111_x86_rom_ifwi.dts b/tools/binman/test/111_x86_rom_ifwi.dts
new file mode 100644
index 0000000000..c0ba4f2ea4
--- /dev/null
+++ b/tools/binman/test/111_x86_rom_ifwi.dts
@@ -0,0 +1,29 @@
+// 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 = "fitimage.bin";
+ convert-fit;
+
+ u-boot-tpl {
+ ifwi-replace;
+ ifwi-subpart = "IBBP";
+ ifwi-entry = "IBBL";
+ };
+ };
+ };
+};