summaryrefslogtreecommitdiff
path: root/cpu/arm_cortexa8/mx51/Makefile
Commit message (Collapse)AuthorAgeLines
* fsl_esdhc: add support for mx51 processorStefano Babic2010-03-07-1/+1
| | | | | | | | | The esdhc controller in the mx51 processor is quite the same as the one in some powerpc processors (MPC83xx, MPC85xx). This patches adapts the driver to support the arm mx51. Signed-off-by: Stefano Babic <sbabic@denx.de>
* MX51: Add initial support for the Freescale MX51Stefano Babic2010-03-07-0/+48
The patch add initial support for the Freescale i.MX51 processor (family arm cortex_a8). Signed-off-by: Stefano Babic <sbabic@denx.de> Signed-off-by: Fred Fan <fanyefeng@gmail.com>