tools: binman: Add missing filenames for various x86 rom tests
authorBin Meng <bmeng.cn@gmail.com>
Wed, 5 Apr 2017 04:17:14 +0000 (21:17 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 10 Apr 2017 02:02:03 +0000 (10:02 +0800)
With recent changes, some x86-specific rom tests of binman fail to
run. Fix it by adding missing filenames in corresponding entries.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/test/30_x86-rom-me-no-desc.dts
tools/binman/test/31_x86-rom-me.dts
tools/binman/test/32_intel-vga.dts
tools/binman/test/42_intel-fsp.dts
tools/binman/test/43_intel-cmc.dts

index 4578f66..68d3ce0 100644 (file)
@@ -9,6 +9,7 @@
                end-at-4gb;
                size = <16>;
                intel-me {
+                       filename = "me.bin";
                        pos-unset;
                };
        };
index b484ab3..ee3dac8 100644 (file)
@@ -9,9 +9,11 @@
                end-at-4gb;
                size = <0x800000>;
                intel-descriptor {
+                       filename = "descriptor.bin";
                };
 
                intel-me {
+                       filename = "me.bin";
                        pos-unset;
                };
        };
index 1790833..9c532d0 100644 (file)
@@ -8,6 +8,7 @@
                size = <16>;
 
                intel-vga {
+                       filename = "vga.bin";
                };
        };
 };
index e0a1e76..8a7c889 100644 (file)
@@ -8,6 +8,7 @@
                size = <16>;
 
                intel-fsp {
+                       filename = "fsp.bin";
                };
        };
 };
index 26c456d..5a56c7d 100644 (file)
@@ -8,6 +8,7 @@
                size = <16>;
 
                intel-cmc {
+                       filename = "cmc.bin";
                };
        };
 };