]> git.ipfire.org Git - people/ms/u-boot.git/commit
Add support for Freescale MX25 SOC
authorJohn Rigby <jcrigby@gmail.com>
Tue, 26 Jan 2010 06:12:56 +0000 (23:12 -0700)
committerTom Rix <Tom.Rix@windriver.com>
Sun, 7 Mar 2010 18:36:36 +0000 (12:36 -0600)
commit552ff8f1d9fccf57243a01afe6dbebb982867e20
tree3f19fa8792bf08b97b26cdcd051dbb015ee95dad
parente911c983f4a8d588f831806af37eb56c95512d5d
Add support for Freescale MX25 SOC

ARM926EJS core with MX31 peripherals.

Signed-off-by: John Rigby <jcrigby@gmail.com>
Earlier Version Signed-off-by: Wolfgang Denk <wd@denx.de>
CC: Fred Fan <fanyefeng@gmail.com>
CC: Tom <Tom.Rix@windriver.com>
cpu/arm926ejs/mx25/Makefile [new file with mode: 0644]
cpu/arm926ejs/mx25/generic.c [new file with mode: 0644]
cpu/arm926ejs/mx25/reset.c [new file with mode: 0644]
cpu/arm926ejs/mx25/timer.c [new file with mode: 0644]
drivers/serial/serial_mxc.c
include/asm-arm/arch-mx25/clock.h [new file with mode: 0644]
include/asm-arm/arch-mx25/imx-regs.h [new file with mode: 0644]
include/asm-arm/arch-mx25/imx25-pinmux.h [new file with mode: 0644]