2019-07-08 19:18:54 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
/ {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
binman {
|
|
|
|
sort-by-offset;
|
|
|
|
end-at-4gb;
|
|
|
|
size = <0x800000>;
|
|
|
|
intel-descriptor {
|
|
|
|
filename = "descriptor.bin";
|
|
|
|
};
|
|
|
|
|
|
|
|
intel-ifwi {
|
|
|
|
offset-unset;
|
|
|
|
filename = "ifwi.bin";
|
|
|
|
|
|
|
|
u-boot-tpl {
|
2019-08-24 13:22:47 +00:00
|
|
|
ifwi-replace;
|
2019-07-08 19:18:54 +00:00
|
|
|
ifwi-subpart = "IBBP";
|
|
|
|
ifwi-entry = "IBBL";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|