The following patch series adds support for the ARIA board.

ARIA is a MPC5121e based COM Express board by Dave/DENX.


[PATCH 01/04] mpc5121: prepare support for additional boards
[PATCH 02/04] ARIA: add device tree source file
[PATCH 03/04] mpc5121: add support for ARIA board
[PATCH 04/04] ARIA: add default config file

[PATCH 05/04] *** NOT FOR RELEASE *** HACK *** Work around MII clock issue ***
              [This is actually not a patch for inclusion but a call
              for help.]

The patches are based on v2.6.30-rc4 and cover the following
items:

- platform, DTS
- DMA
- FEC Ethernet
- UART (without h/w flow control)
- NAND

Signed-off-by: Wolfgang Denk <w...@denx.de>
Cc: Grant Likely <grant.lik...@secretlab.ca>
Cc: John Rigby <jcri...@gmail.com>
---
Summary statistics:

 arch/powerpc/boot/dts/aria.dts                 |  407 ++++++
 arch/powerpc/configs/512x/aria_defconfig       | 1789 ++++++++++++++++++++++++
 arch/powerpc/configs/512x/mpc5121ads_defconfig | 1190 ++++++++++++++++
 arch/powerpc/platforms/512x/Kconfig            |    9 +
 arch/powerpc/platforms/512x/Makefile           |    1 +
 arch/powerpc/platforms/512x/aria.c             |   70 +
 arch/powerpc/platforms/512x/mpc5121_generic.c  |    1 +
 drivers/net/fs_enet/mii-fec.c                  |    6 +-  [by patch 05]
 8 files changed, 3472 insertions(+), 1 deletions(-)
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to