提交 ae5564d1 编写于 作者: B Bin Meng

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: NBin Meng <bmeng.cn@gmail.com>
Reviewed-by: NSimon Glass <sjg@chromium.org>
上级 13c531e5
......@@ -9,6 +9,7 @@
end-at-4gb;
size = <16>;
intel-me {
filename = "me.bin";
pos-unset;
};
};
......
......@@ -9,9 +9,11 @@
end-at-4gb;
size = <0x800000>;
intel-descriptor {
filename = "descriptor.bin";
};
intel-me {
filename = "me.bin";
pos-unset;
};
};
......
......@@ -8,6 +8,7 @@
size = <16>;
intel-vga {
filename = "vga.bin";
};
};
};
......@@ -8,6 +8,7 @@
size = <16>;
intel-fsp {
filename = "fsp.bin";
};
};
};
......@@ -8,6 +8,7 @@
size = <16>;
intel-cmc {
filename = "cmc.bin";
};
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册