]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: ep9315: Return back Cirrus Logic EDB9315A board support
authorSergey Kostanbaev <sergey.kostanbaev@gmail.com>
Wed, 25 Jun 2014 19:44:29 +0000 (23:44 +0400)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 4 Jul 2014 21:45:48 +0000 (23:45 +0200)
commit7237d22baac9ebeffc946dfd30b9f61aaf0bfdbc
tree4a508b14394dc3f710f1105804e503e8665a3f98
parentc0c374024dbd38b1045784cb2880ba21db552c54
arm: ep9315: Return back Cirrus Logic EDB9315A board support

This patch returns back support for old ep93xx processors family

Signed-off-by: Sergey Kostanbaev <sergey.kostanbaev@gmail.com>
Cc: albert.u.boot@aribaud.net
arch/arm/cpu/arm920t/ep93xx/lowlevel_init.S
arch/arm/include/asm/arch-ep93xx/ep93xx.h
board/cirrus/edb93xx/Makefile [new file with mode: 0644]
board/cirrus/edb93xx/edb93xx.c [new file with mode: 0644]
board/cirrus/edb93xx/u-boot.lds [new file with mode: 0644]
boards.cfg
drivers/spi/Makefile
drivers/spi/ep93xx_spi.c [new file with mode: 0644]
drivers/usb/host/Makefile
drivers/usb/host/ohci-ep93xx.c [new file with mode: 0644]
include/configs/edb93xx.h [new file with mode: 0644]