[ARM] MV78xx0: Support for Buffalo WXL (Terastation Duo)
authorSebastien Requiem <sebastien@kolios.dk>
Tue, 23 Feb 2010 13:51:24 +0000 (14:51 +0100)
committerNicolas Pitre <nico@fluxnic.net>
Tue, 23 Feb 2010 22:10:08 +0000 (17:10 -0500)
commitc499546f43f2c31b681271ef7db922839fcde5fe
treed0b2c61938057dfa82153b29aba5f847d089ffa6
parentee40ceab234d34abdfeb9922d0f1a18bfa7efdaf
[ARM] MV78xx0: Support for Buffalo WXL (Terastation Duo)

* Modification of Kconfig to add the Option
* 1 new file : buffalo-wxl-setup.c
This file is inspired from the db-78xx0-setup.c already present.
The following is done:
  - Configure MPP Lines for the plateform (see my patch for MPP)
This is taken from the stock kernel provided by buffalotech (the vendor)
  - GigaBit Ethernet
  - Sata
  - Uart are initiallized in a different way than on the dev board as we
have one core only.
  - USB

The kernel has been running for some days now on my plateform.

Signed-off-by: Sebastien Requiem <sebastien@kolios.dk>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
arch/arm/configs/mv78xx0_defconfig
arch/arm/mach-mv78xx0/Kconfig
arch/arm/mach-mv78xx0/Makefile
arch/arm/mach-mv78xx0/buffalo-wxl-setup.c [new file with mode: 0644]