binman: Add support for building x86 images with FSP/CMC
Add support for two more from the inexhaustible supply of x86 binary blob types. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
13
tools/binman/test/42_intel-fsp.dts
Normal file
13
tools/binman/test/42_intel-fsp.dts
Normal file
@@ -0,0 +1,13 @@
|
||||
/dts-v1/;
|
||||
|
||||
/ {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
binman {
|
||||
size = <16>;
|
||||
|
||||
intel-fsp {
|
||||
};
|
||||
};
|
||||
};
|
||||
13
tools/binman/test/43_intel-cmc.dts
Normal file
13
tools/binman/test/43_intel-cmc.dts
Normal file
@@ -0,0 +1,13 @@
|
||||
/dts-v1/;
|
||||
|
||||
/ {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
binman {
|
||||
size = <16>;
|
||||
|
||||
intel-cmc {
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user