mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 20:18:18 +00:00 
			
		
		
		
	The SPL authenticates image starting from CONFIG_SPL_LOAD_FIT_ADDRESS address, update the csf_fit.txt to match. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Fabio Estevam <festevam@denx.de>
		
			
				
	
	
		
			31 lines
		
	
	
		
			672 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			672 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [Header]
 | |
|   Version = 4.3
 | |
|   Hash Algorithm = sha256
 | |
|   Engine = CAAM
 | |
|   Engine Configuration = 0
 | |
|   Certificate Format = X509
 | |
|   Signature Format = CMS
 | |
| 
 | |
| [Install SRK]
 | |
|   # SRK_TABLE is full path to SRK_1_2_3_4_table.bin
 | |
|   File = "$SRK_TABLE"
 | |
|   Source index = 0
 | |
| 
 | |
| [Install CSFK]
 | |
|   # CSF_KEY is full path to CSF1_1_sha256_4096_65537_v3_usr_crt.pem
 | |
|   File = "$CSF_KEY"
 | |
| 
 | |
| [Authenticate CSF]
 | |
| 
 | |
| [Install Key]
 | |
|   Verification index = 0
 | |
|   Target Index = 2
 | |
|   # IMG_KEY is full path to IMG1_1_sha256_4096_65537_v3_usr_crt.pem
 | |
|   File = "$IMG_KEY"
 | |
| 
 | |
| [Authenticate Data]
 | |
|   Verification index = 2
 | |
|   # FIXME:
 | |
|   # Line 1 -- fitImage
 | |
|   Blocks = CONFIG_SPL_LOAD_FIT_ADDRESS 0x57c00 0xffff "flash.bin"
 |