mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	Distinguish more clearly between source files meant for producing .dtb from those meant for producing .dtbo. Note that in the linux tree, all device tree overlay sources have been renamed to .dtso, and the .dts->.dtbo rule is gone since v6.5 (commit 81d362732bac). So this is also a step towards staying closer to linux with respect to both Kbuild and device tree sources, and eventually eliminating all .dts -> .dtbo instances. This also matches the documentation update done in commit 4fb7e570d6b. Cc: Masahisa Kojima <kojima.masahisa@socionext.com> Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
		
			
				
	
	
		
			25 lines
		
	
	
		
			489 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			489 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0+
 | |
| 
 | |
| /dts-v1/;
 | |
| /plugin/;
 | |
| 
 | |
| &{/} {
 | |
| 	firmware-version {
 | |
| 		image1 {
 | |
| 			lowest-supported-version = <3>;
 | |
| 			image-index = <1>;
 | |
| 			image-type-id = "09D7CF52-0720-4710-91D1-08469B7FE9C8";
 | |
| 		};
 | |
| 		image2 {
 | |
| 			lowest-supported-version = <7>;
 | |
| 			image-index = <2>;
 | |
| 			image-type-id = "5A7021F5-FEF2-48B4-AABA-832E777418C0";
 | |
| 		};
 | |
| 		image3 {
 | |
| 			lowest-supported-version = <3>;
 | |
| 			image-index = <1>;
 | |
| 			image-type-id = "3673B45D-6A7C-46F3-9E60-ADABB03F7937";
 | |
| 		};
 | |
| 	};
 | |
| };
 |