summaryrefslogtreecommitdiff
path: root/tools/binman/test/112_x86-rom-ifwi-nodesc.dts
blob: 21ec4654ffe53fe253f60baebb44143b82c4e26b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// 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 {
				replace;
				ifwi-subpart = "IBBP";
				ifwi-entry = "IBBL";
			};
		};
	};
};