Re: [PATCH 0/4] arch/powerpc support for SBC8560 board

2007-12-21 Thread Scott Wood
On Thu, Dec 20, 2007 at 10:38:15PM -0500, Paul Gortmaker wrote: > Here is my interpretation of what is happening here -- we come in via > find_legacy_serial_ports() to pick a console port. It grabs "chosen" > to get np stdout, and then checks the parent of the 16550 compat ports > against the foll

Re: [PATCH 0/4] arch/powerpc support for SBC8560 board

2007-12-20 Thread David Gibson
On Thu, Dec 20, 2007 at 10:38:15PM -0500, Paul Gortmaker wrote: > In message: Re: [PATCH 0/4] arch/powerpc support for SBC8560 board > on 20/12/2007 Kumar Gala wrote: > > >> 3) Add device tree source for Wind River SBC8560 board > >> > >> This is probably th

Re: [PATCH 0/4] arch/powerpc support for SBC8560 board

2007-12-20 Thread Paul Gortmaker
In message: Re: [PATCH 0/4] arch/powerpc support for SBC8560 board on 20/12/2007 Kumar Gala wrote: >> 3) Add device tree source for Wind River SBC8560 board >> >> This is probably the most interesting part of the group, given that the >> board doesn't use the CPM2

Re: [PATCH 0/4] arch/powerpc support for SBC8560 board

2007-12-20 Thread Paul Gortmaker
Kumar Gala wrote: > Can we get ride of sbc85xx in arch/ppc with these patches? > > - k That was the plan, yes. P. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [PATCH 0/4] arch/powerpc support for SBC8560 board

2007-12-20 Thread Kumar Gala
> 3) Add device tree source for Wind River SBC8560 board > > This is probably the most interesting part of the group, given that > the > board doesn't use the CPM2 to provide the serial console. I've made a > duart dts entry that is kind of similar to what is done for the tsi108 > on the mpc7448

Re: [PATCH 0/4] arch/powerpc support for SBC8560 board

2007-12-20 Thread Kumar Gala
Can we get ride of sbc85xx in arch/ppc with these patches? - k ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

[PATCH 0/4] arch/powerpc support for SBC8560 board

2007-12-20 Thread Paul Gortmaker
The following four patches add support for the Wind River SBC8560 board onto the powerpc branch. The patches are as follows: 1) Add basic support for Wind River SBC8560 as powerpc This adds in the basic platform support file -- closely matching that which exists for the MPC8560ADS board. b/a