]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mx6: Add support for the mx6solox variant
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 24 Jun 2014 20:40:58 +0000 (17:40 -0300)
committerStefano Babic <sbabic@denx.de>
Thu, 10 Jul 2014 13:29:16 +0000 (15:29 +0200)
commit05d54b827fa84b7834fc39c9ff7bb77cce829beb
tree90f716f445653def78135d210255fbf523ce15e7
parente153333eeb50021fb3a730a3216c1968e7710999
mx6: Add support for the mx6solox variant

mx6solox is the newest member of the mx6 family.

Some of the new features on this variants are:
- Cortex M4 microcontroller (besides the CortexA9)
- Dual Gigabit Ethernet

Add the initial support for it.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
arch/arm/cpu/armv7/mx6/clock.c
arch/arm/cpu/armv7/mx6/soc.c
arch/arm/imx-common/cpu.c
arch/arm/include/asm/arch-imx/cpu.h
arch/arm/include/asm/arch-mx6/crm_regs.h
arch/arm/include/asm/arch-mx6/imx-regs.h
arch/arm/include/asm/arch-mx6/mx6-ddr.h
arch/arm/include/asm/arch-mx6/mx6sx-ddr.h [new file with mode: 0644]