]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: Add support for EP93xx SoCs
authorMatthias Kaehlcke <matthias@kaehlcke.net>
Mon, 1 Feb 2010 20:29:39 +0000 (21:29 +0100)
committerTom Rix <Tom.Rix@windriver.com>
Fri, 5 Feb 2010 21:48:28 +0000 (15:48 -0600)
commita62921468d652a2f158852ac11ce7c5cab7859f0
tree93fcb33e03130c3f75a6686ed1b63b7e8af89fe6
parent8ed0f6108ff771ea605c896ce6e416b502f2cb55
ARM: Add support for EP93xx SoCs

Add support for the Cirrus EP93xx platform

Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
Acked-by: Tom <Tom.Rix@windriver.com>
cpu/arm920t/ep93xx/Makefile [new file with mode: 0644]
cpu/arm920t/ep93xx/cpu.c [new file with mode: 0644]
cpu/arm920t/ep93xx/led.c [new file with mode: 0644]
cpu/arm920t/ep93xx/lowlevel_init.S [new file with mode: 0644]
cpu/arm920t/ep93xx/speed.c [new file with mode: 0644]
cpu/arm920t/ep93xx/timer.c [new file with mode: 0644]
cpu/arm920t/ep93xx/u-boot.lds [new file with mode: 0644]
include/asm-arm/arch-ep93xx/ep93xx.h [new file with mode: 0644]
include/common.h