mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	MX7_SEC is an existing configuration option that allows booting the kernel in secure mode. Place this option in Kconfig, so that boards can select this option in their defconfig files. Selecting this option is necessary when booting a kernel provided by NXP, such as 3.14_GA and 4.1.15_GA. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Tested-by: Michael Trimarchi <michael@amarulasolutions.com>
		
			
				
	
	
		
			29 lines
		
	
	
		
			714 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			714 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config IMX_CONFIG
 | |
| 	string
 | |
| 
 | |
| config ROM_UNIFIED_SECTIONS
 | |
| 	bool
 | |
| 
 | |
| config IMX_RDC
 | |
| 	bool "i.MX Resource domain controller driver"
 | |
| 	depends on ARCH_MX6 || ARCH_MX7
 | |
| 	help
 | |
| 	  i.MX Resource domain controller is used to assign masters
 | |
| 	  and peripherals to differet domains. This can be used to
 | |
| 	  isolate resources.
 | |
| 
 | |
| config IMX_BOOTAUX
 | |
| 	bool "Support boot auxiliary core"
 | |
| 	depends on ARCH_MX7 || ARCH_MX6
 | |
| 	help
 | |
| 	  bootaux [addr] to boot auxiliary core.
 | |
| 
 | |
| config MX7_SEC
 | |
| 	bool "Support booting MX7 in secure mode"
 | |
| 	depends on ARCH_MX7
 | |
| 	help
 | |
| 	  NXP kernel requires to boot MX7 in secure mode. Select
 | |
| 	  this options if you want to boot a NXP kernel. In order
 | |
| 	  to boot a mainline kernel this option needs to be
 | |
| 	  unselected.
 |