]> 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, 12 Feb 2010 18:31:54 +0000 (12:31 -0600)
commitfcfb632bd1e9de645b015cf73a78183c299743d8
tree2d222c8cb01a8172ff6f4b0d2c61679acc21a3a9
parentcf3c142ee4be0f077f8b84593f1b24b35d14039e
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