summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/mx6/lowlevel_init.S
Commit message (Collapse)AuthorAgeLines
* armv7: add appropriate headers for assembly functionsAneesh V2012-05-15-2/+3
| | | | | | | | Use ENTRY and ENDPROC with assembly functions to ensure necessary assembler directives for all functions. Signed-off-by: Aneesh V <aneesh@ti.com> Acked-by: Mike Frysinger <vapier@gentoo.org>
* i.mx: add the initial support for freescale i.MX6Q processorJason Liu2011-12-09-0/+24
i.MX6Q is freescale quad core processors with ARM cortex_a9 complex. This patch is to add the initial support for this processor. Signed-off-by: Jason Liu <jason.hui@linaro.org> Cc:Stefano Babic <sbabic@denx.de>