RE: [PATCH] 83xx: add support for the kmeter1 board.

2009-05-07 Thread Varlese, Christopher
: linuxppc-dev-bounces+christopher.varlese=keymile@ozlabs.org [mailto:linuxppc-dev-bounces+christopher.varlese=keymile@ozlabs.org] On Behalf Of Heiko Schocher Sent: Monday, April 27, 2009 7:39 AM To: Kumar Gala Cc: linuxppc-dev@ozlabs.org Subject: Re: [PATCH] 83xx: add support for the kmeter1

Re: [PATCH] 83xx: add support for the kmeter1 board.

2009-05-07 Thread Heiko Schocher
Hello Christopher, Varlese, Christopher wrote: (FYI I working on the kmeter1) kmeter1.c reuses the same QE_ENET10 RGMII errata workaround code from mpc836x_mds.c (MPC8360EMDS eval board). In my view errata nodes in the dts is overkill. Maybe the errata code can go into a reusable

Re: [PATCH] 83xx: add support for the kmeter1 board.

2009-04-28 Thread Heiko Schocher
Hello Scott, Scott Wood wrote: On Mon, Apr 27, 2009 at 07:38:38AM +0200, Heiko Schocher wrote: 1) add in the soc node an errata node and in this errata node we can add all CPU specific errata as an example the qe_enet10 errata, which above code covers: What about errata discovered

Re: [PATCH] 83xx: add support for the kmeter1 board.

2009-04-28 Thread Scott Wood
On Tue, Apr 28, 2009 at 06:42:43AM +0200, Heiko Schocher wrote: Scott Wood wrote: On Mon, Apr 27, 2009 at 07:38:38AM +0200, Heiko Schocher wrote: 1) add in the soc node an errata node and in this errata node we can add all CPU specific errata as an example the qe_enet10 errata,

Re: [PATCH] 83xx: add support for the kmeter1 board.

2009-04-27 Thread Heiko Schocher
Hello Kumar, Kumar Gala wrote: [...] diff --git a/arch/powerpc/platforms/83xx/kmeter1.c b/arch/powerpc/platforms/83xx/kmeter1.c new file mode 100644 index 000..99cf5c6 --- /dev/null +++ b/arch/powerpc/platforms/83xx/kmeter1.c @@ -0,0 +1,170 @@ +/* [...] +np =

Re: [PATCH] 83xx: add support for the kmeter1 board.

2009-04-27 Thread Scott Wood
On Mon, Apr 27, 2009 at 07:38:38AM +0200, Heiko Schocher wrote: 1) add in the soc node an errata node and in this errata node we can add all CPU specific errata as an example the qe_enet10 errata, which above code covers: What about errata discovered after the device tree is deployed?

[PATCH] 83xx: add support for the kmeter1 board.

2009-04-23 Thread Heiko Schocher
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

Re: [PATCH] 83xx: add support for the kmeter1 board.

2009-04-23 Thread Kumar Gala
diff --git a/arch/powerpc/boot/dts/kmeter1.dts b/arch/powerpc/boot/ dts/kmeter1.dts new file mode 100644 index 000..4f343ca --- /dev/null +++ b/arch/powerpc/boot/dts/kmeter1.dts @@ -0,0 +1,518 @@ +/* + * Keymile KMETER1 Device Tree Source + * + * 2008 DENX Software Engineering GmbH + * + *

Re: [PATCH] 83xx: add support for the kmeter1 board.

2009-04-23 Thread Heiko Schocher
Hello Kumar, Kumar Gala wrote: diff --git a/arch/powerpc/boot/dts/kmeter1.dts b/arch/powerpc/boot/dts/kmeter1.dts new file mode 100644 index 000..4f343ca --- /dev/null +++ b/arch/powerpc/boot/dts/kmeter1.dts @@ -0,0 +1,518 @@ +/* + * Keymile KMETER1 Device Tree Source + * [...] +