]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
USB: Add support for OHCI controller on S3C6400
authorGuennadi Liakhovetski <lg@denx.de>
Sat, 30 Aug 2008 22:39:46 +0000 (00:39 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 30 Aug 2008 22:39:46 +0000 (00:39 +0200)
commit8262813ca04fc57f5d8856e1828085c136e0f1eb
tree522933b92c5c23808168761c2028427dc6ec9acf
parent9b07773f8883665b002500c190507e9fd99b7181
USB: Add support for OHCI controller on S3C6400

Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
it should work too and we could still profit from instruction cache.

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
cpu/arm1176/s3c64xx/Makefile
cpu/arm1176/s3c64xx/usb.c [new file with mode: 0644]
drivers/usb/usb_ohci.c