]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MX51: Add initial support for the Freescale MX51
authorStefano Babic <sbabic@denx.de>
Wed, 20 Jan 2010 17:19:32 +0000 (18:19 +0100)
committerTom Rix <Tom.Rix@windriver.com>
Sun, 7 Mar 2010 18:36:35 +0000 (12:36 -0600)
commit64fdf452a85718935d82416d141be144b262c542
treef357525a27402c6ed1e5c44dbbf069b988621479
parent18ba012b9b919a7c264dc6299f954d7f53d06605
MX51: Add initial support for the Freescale MX51

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>
cpu/arm_cortexa8/mx51/Makefile [new file with mode: 0644]
cpu/arm_cortexa8/mx51/clock.c [new file with mode: 0644]
cpu/arm_cortexa8/mx51/iomux.c [new file with mode: 0644]
cpu/arm_cortexa8/mx51/lowlevel_init.S [new file with mode: 0644]
cpu/arm_cortexa8/mx51/soc.c [new file with mode: 0644]
cpu/arm_cortexa8/mx51/timer.c [new file with mode: 0644]
cpu/arm_cortexa8/mx51/u-boot.lds [new file with mode: 0644]
include/asm-arm/arch-mx51/clock.h [new file with mode: 0644]