mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	Add test for the 'xilinx-bootgen' etype Signed-off-by: Lukas Funke <lukas.funke@weidmueller.com> Reviewed-by: Simon Glass <sjg@chromium.org> Allow missing bootgen tool; comment testXilinxBootgenMissing() comment: Signed-off-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			25 lines
		
	
	
		
			410 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			410 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0+
 | |
| 
 | |
| /dts-v1/;
 | |
| 
 | |
| / {
 | |
| 	#address-cells = <1>;
 | |
| 	#size-cells = <1>;
 | |
| 
 | |
| 	binman {
 | |
| 		xilinx-bootgen {
 | |
| 			auth-params = "ppk_select=0", "spk_id=0x00000000";
 | |
| 			fsbl-config = "auth_only";
 | |
| 			keysrc-enc = "efuse_red_key";
 | |
| 			pmufw-filename = "pmu-firmware.elf";
 | |
| 			psk-key-name-hint = "psk";
 | |
| 			ssk-key-name-hint = "ssk";
 | |
| 
 | |
| 			u-boot-spl-nodtb {
 | |
| 			};
 | |
| 			u-boot-spl-dtb {
 | |
| 			};
 | |
| 		};
 | |
| 	};
 | |
| };
 |