mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	Add kernel support for SAMA7G5 by back-porting mainline kernel patches. Among SAMA7G5 features could be remembered: - ARM Cortex-A7 - double data rate multi-port dynamic RAM controller supporting DDR2, DDR3, DDR3L, LPDDR2, LPDDR3 up to 533MHz - peripherals for audio, video processing - 1 gigabit + 1 megabit Ethernet controllers - 6 CAN controllers - trust zone support - DVFS for CPU - criptography IPs Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			207 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			207 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
BOARDNAME:=SAMA7 boards (Cortex-A7)
 | 
						|
CPU_TYPE:=cortex-a7
 | 
						|
CPU_SUBTYPE:=vfpv4
 | 
						|
FEATURES+=fpu
 | 
						|
 | 
						|
define Target/Description
 | 
						|
	Build generic firmware for Microchip SAMA7G5 MPUs using the
 | 
						|
	ARMv7 instruction set.
 | 
						|
endef
 |