On Jun 11, 2009, at 1:16 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://ozlabs.org/pipermail/linuxppc-dev/2009-April/070909.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://ozlabs.org/pipermail/linuxppc-dev/2009-April/070716.html

the links are stale since the ozlabs.org rebuilt and moved the maillist.. mind updating.



- 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

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

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

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

Reply via email to