]> git.ipfire.org Git - people/ms/u-boot.git/blame - tools/binman/test/31_x86-rom-me.dts
tools: binman: Add missing filenames for various x86 rom tests
[people/ms/u-boot.git] / tools / binman / test / 31_x86-rom-me.dts
CommitLineData
e0ff8551
SG
1/dts-v1/;
2
3/ {
4 #address-cells = <1>;
5 #size-cells = <1>;
6
7 binman {
8 sort-by-pos;
9 end-at-4gb;
10 size = <0x800000>;
11 intel-descriptor {
ae5564d1 12 filename = "descriptor.bin";
e0ff8551
SG
13 };
14
15 intel-me {
ae5564d1 16 filename = "me.bin";
e0ff8551
SG
17 pos-unset;
18 };
19 };
20};