mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	Enable binman support and add documentation for the imx8ul-evk board. Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
		
			
				
	
	
		
			36 lines
		
	
	
		
			513 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			513 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if ARCH_IMX8ULP
 | |
| 
 | |
| config AHAB_BOOT
 | |
| 	bool "Support i.MX8ULP AHAB features"
 | |
| 	help
 | |
| 	  This option enables the support for AHAB secure boot.
 | |
| 
 | |
| config IMX8ULP
 | |
| 	bool
 | |
| 
 | |
| config SYS_SOC
 | |
| 	default "imx8ulp"
 | |
| 
 | |
| config IMX8ULP_LD_MODE
 | |
| 	bool
 | |
| 
 | |
| config IMX8ULP_ND_MODE
 | |
| 	bool "i.MX8ULP Low Driver Mode"
 | |
| 
 | |
| choice
 | |
| 	prompt "i.MX8ULP board select"
 | |
| 	optional
 | |
| 
 | |
| config TARGET_IMX8ULP_EVK
 | |
| 	bool "imx8ulp_evk"
 | |
| 	select BINMAN
 | |
| 	select IMX8ULP
 | |
| 	select SUPPORT_SPL
 | |
| 	select IMX8ULP_DRAM
 | |
| 
 | |
| endchoice
 | |
| 
 | |
| source "board/freescale/imx8ulp_evk/Kconfig"
 | |
| 
 | |
| endif
 |