On Jun 15, 2009, at 2:38 AM, Heiko Schocher wrote:

The following series implements basic board support for
the kmeter1 board from keymile, based on a MPC8360.

This series provides the following functionality:

- The board can boot with a serial console on UART1
- Ethernet:
   UCC1 in RGMII mode
   UCC2 in RGMII mode
   UCC4 in RMII mode
   UCC5 in RMII mode
   UCC6 in RMII mode
   UCC7 in RMII mode
   UCC8 in RMII mode

   following patch is necessary for working UCC in RMII mode:

   http://lists.ozlabs.org/pipermail/linuxppc-dev/2009-April/070804.html

- Flash accessed via MTD layer

 On this hardware there is an Intel P30 flash, following patch
 series is necessary for working with this hardware:

 http://lists.ozlabs.org/pipermail/linuxppc-dev/2009-April/070624.html

- I2C using I2C Bus 1 from the MPC8360 cpu

Signed-off-by: Heiko Schocher <h...@denx.de>
---
changes since v1:
- added comments from Kumar Gala and Scott Wood
- get rid of using get_immrbase() in board specific code

changes since v2:
- added comments from Kumar Gala
- rebased against 1406de8e11eb043681297adf86d6892ff8efc27a
 from git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git

changes since v3:
- updated mailinglistarchivelinks for necessary patches in commit text.

changes since v4:
- added comments from David Gibson

$ ./scripts/checkpatch.pl 0001--83xx-add-support-for-the-kmeter1- board.patch
total: 0 errors, 0 warnings, 1636 lines checked

0001--83xx-add-support-for-the-kmeter1-board.patch has no obvious style problems and is ready for submission.
$

Signed-off-by: Heiko Schocher <h...@denx.de>
---
arch/powerpc/boot/dts/kmeter1.dts           |  520 +++++++++++++++
arch/powerpc/configs/83xx/kmeter1_defconfig | 908 ++++++++++++++++++ +++++++++
arch/powerpc/platforms/83xx/Kconfig         |    7 +
arch/powerpc/platforms/83xx/Makefile        |    1 +
arch/powerpc/platforms/83xx/kmeter1.c       |  191 ++++++
5 files changed, 1627 insertions(+), 0 deletions(-)
create mode 100644 arch/powerpc/boot/dts/kmeter1.dts
create mode 100644 arch/powerpc/configs/83xx/kmeter1_defconfig
create mode 100644 arch/powerpc/platforms/83xx/kmeter1.c

applied to next

- k
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to