mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 10:12:14 +02:00
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:
@@ -9,6 +9,7 @@
|
|||||||
end-at-4gb;
|
end-at-4gb;
|
||||||
size = <16>;
|
size = <16>;
|
||||||
intel-me {
|
intel-me {
|
||||||
|
filename = "me.bin";
|
||||||
pos-unset;
|
pos-unset;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -9,9 +9,11 @@
|
|||||||
end-at-4gb;
|
end-at-4gb;
|
||||||
size = <0x800000>;
|
size = <0x800000>;
|
||||||
intel-descriptor {
|
intel-descriptor {
|
||||||
|
filename = "descriptor.bin";
|
||||||
};
|
};
|
||||||
|
|
||||||
intel-me {
|
intel-me {
|
||||||
|
filename = "me.bin";
|
||||||
pos-unset;
|
pos-unset;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -8,6 +8,7 @@
|
|||||||
size = <16>;
|
size = <16>;
|
||||||
|
|
||||||
intel-vga {
|
intel-vga {
|
||||||
|
filename = "vga.bin";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -8,6 +8,7 @@
|
|||||||
size = <16>;
|
size = <16>;
|
||||||
|
|
||||||
intel-fsp {
|
intel-fsp {
|
||||||
|
filename = "fsp.bin";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -8,6 +8,7 @@
|
|||||||
size = <16>;
|
size = <16>;
|
||||||
|
|
||||||
intel-cmc {
|
intel-cmc {
|
||||||
|
filename = "cmc.bin";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user