-
- Downloads
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>
Showing
- arch/arm/cpu/armv7/mx6/clock.c 2 additions, 2 deletionsarch/arm/cpu/armv7/mx6/clock.c
- arch/arm/cpu/armv7/mx6/soc.c 26 additions, 0 deletionsarch/arm/cpu/armv7/mx6/soc.c
- arch/arm/imx-common/cpu.c 2 additions, 0 deletionsarch/arm/imx-common/cpu.c
- arch/arm/include/asm/arch-imx/cpu.h 2 additions, 1 deletionarch/arm/include/asm/arch-imx/cpu.h
- arch/arm/include/asm/arch-mx6/crm_regs.h 170 additions, 0 deletionsarch/arm/include/asm/arch-mx6/crm_regs.h
- arch/arm/include/asm/arch-mx6/imx-regs.h 118 additions, 4 deletionsarch/arm/include/asm/arch-mx6/imx-regs.h
- arch/arm/include/asm/arch-mx6/mx6-ddr.h 4 additions, 0 deletionsarch/arm/include/asm/arch-mx6/mx6-ddr.h
- arch/arm/include/asm/arch-mx6/mx6sx-ddr.h 45 additions, 0 deletionsarch/arm/include/asm/arch-mx6/mx6sx-ddr.h
This diff is collapsed.
arch/arm/include/asm/arch-mx6/mx6sx-ddr.h
0 → 100644
Please register or sign in to comment