tools: binman: Add missing filenames for various x86 rom tests

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>
This commit is contained in:
Bin Meng 2017-04-04 21:17:14 -07:00
parent 13c531e52a
commit ae5564d1ae
5 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,7 @@
end-at-4gb;
size = <16>;
intel-me {
filename = "me.bin";
pos-unset;
};
};

View File

@ -9,9 +9,11 @@
end-at-4gb;
size = <0x800000>;
intel-descriptor {
filename = "descriptor.bin";
};
intel-me {
filename = "me.bin";
pos-unset;
};
};

View File

@ -8,6 +8,7 @@
size = <16>;
intel-vga {
filename = "vga.bin";
};
};
};

View File

@ -8,6 +8,7 @@
size = <16>;
intel-fsp {
filename = "fsp.bin";
};
};
};

View File

@ -8,6 +8,7 @@
size = <16>;
intel-cmc {
filename = "cmc.bin";
};
};
};