Re: [RFC PATCH v0.1] net driver: mpc52xx fec

2007-08-18 Thread Domen Puncer
Hi! On 10/08/07 11:51 +0200, Domen Puncer wrote: > Index: work-powerpc.git/arch/powerpc/boot/dts/lite5200b.dts > === > --- work-powerpc.git.orig/arch/powerpc/boot/dts/lite5200b.dts > +++ work-powerpc.git/arch/powerpc/boot/dts/lite5200

Re: [PATCH] Consolidate XILINX_VIRTEX board support

2007-08-18 Thread David H. Lynch Jr.
arch/boot/simple/embed_config.c jusst seems to be a random collection of board specific code anyway. A giant case statement implimented with #ifdef's. It is just screaming to be done some better way. Peter Korsgaard wrote: >> "WR" == Wolfgang Reissnegger <[EMAIL PROTECTED]> writes: >>

Re: Best Linux tree for Xilinx support.

2007-08-18 Thread David H. Lynch Jr.
Leonid wrote: > I deem such approach is not very good one. I'm using precisely same IP > cores like GPIO, EMAC, SPI, CAN, etc... in Virtex and Spartan FPGAs > which means (OK, may be cores are different somewhat for different FPGAs > but low level Xilinx code is the same). That means at least 2 dif

Re: [PATCH] Consolidate XILINX_VIRTEX board support

2007-08-18 Thread Josh Boyer
On Sat, 18 Aug 2007 21:34:43 -0400 "David H. Lynch Jr." <[EMAIL PROTECTED]> wrote: > arch/boot/simple/embed_config.c jusst seems to be a random collection > of board specific code anyway. > A giant case statement implimented with #ifdef's. It is just > screaming to be done some better way. You me