Re: GE IMP3a

2012-08-22 Thread Martyn Welch
On 21/08/12 14:58, Kumar Gala wrote: > > On Aug 21, 2012, at 7:39 AM, Martyn Welch wrote: > >> On 15/08/12 22:32, Kumar Gala wrote: >>> Do you know why ge_imp3a.c has 0x9000 as the 'primary' PCIe bus on the >>> board? >>> >> >> Hi Kumar, >> >> Sorry, missed your mail. > > np. > >> At a quick g

Re: GE IMP3a

2012-08-21 Thread Kumar Gala
On Aug 21, 2012, at 7:39 AM, Martyn Welch wrote: > On 15/08/12 22:32, Kumar Gala wrote: >> Do you know why ge_imp3a.c has 0x9000 as the 'primary' PCIe bus on the board? >> > > Hi Kumar, > > Sorry, missed your mail. np. > At a quick guess it's because that's the interface that is used for the

Re: GE IMP3a

2012-08-21 Thread Martyn Welch
On 15/08/12 22:32, Kumar Gala wrote: > Do you know why ge_imp3a.c has 0x9000 as the 'primary' PCIe bus on the board? > Hi Kumar, Sorry, missed your mail. At a quick guess it's because that's the interface that is used for the on-board PCI devices. Martyn -- Martyn Welch (Lead Software Engin

GE IMP3a

2012-08-15 Thread Kumar Gala
Martyn, Do you know why ge_imp3a.c has 0x9000 as the 'primary' PCIe bus on the board? - k ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH v3 4/4] powerpc: Board support for GE IMP3A

2012-03-16 Thread Kumar Gala
On Mar 12, 2012, at 12:13 PM, Martyn Welch wrote: > Initial board support for the GE IMP3A, a 3U compactPCI card with a p2020 > processor. > > Signed-off-by: Martyn Welch > --- > > v2: Rebase patch onto powerpc/next, taking work by Kyle Moffett into >account. >

Re: [PATCH v3 4/4] powerpc: Board support for GE IMP3A

2012-03-13 Thread Linus Walleij
2012/3/13 Martyn Welch : > On 13/03/12 11:51, Linus Walleij wrote: >> This habit of changing a lot of defconfig stuff in a patch dealing with other >> stuff is alien in the ARM world. Especially when changing a horde of stuff >> that has nothing to do with the patch subject. >> > > This is adding

Re: [PATCH v3 4/4] powerpc: Board support for GE IMP3A

2012-03-13 Thread Martyn Welch
On 13/03/12 11:51, Linus Walleij wrote: > On Mon, Mar 12, 2012 at 6:13 PM, Martyn Welch wrote: > >> Initial board support for the GE IMP3A, a 3U compactPCI card with a p2020 >> processor. > (...) >> +++ b/arch/powerpc/configs/ge_imp3a_defconfig >> @@ -0,

Re: [PATCH v3 4/4] powerpc: Board support for GE IMP3A

2012-03-13 Thread Linus Walleij
On Mon, Mar 12, 2012 at 6:13 PM, Martyn Welch wrote: > Initial board support for the GE IMP3A, a 3U compactPCI card with a p2020 > processor. (...) > +++ b/arch/powerpc/configs/ge_imp3a_defconfig > @@ -0,0 +1,257 @@ > +CONFIG_PPC_85xx=y > +CONFIG_SMP=y > +CONFIG_NR_CPUS=2 &

Re: [PATCH V2 0/2] powerpc: Add support for GE IMP3A

2012-03-12 Thread Martyn Welch
Whoops, forgot to correct the subject. This is v3 of the patches. I got it right in the actual patches, just the cover letter I missed. Martyn On 12/03/12 17:12, Martyn Welch wrote: > These patches add support for the GE IMP3A. This board (based on a Freescale > P2020) uses some support fo

[PATCH v3 4/4] powerpc: Board support for GE IMP3A

2012-03-12 Thread Martyn Welch
Initial board support for the GE IMP3A, a 3U compactPCI card with a p2020 processor. Signed-off-by: Martyn Welch --- v2: Rebase patch onto powerpc/next, taking work by Kyle Moffett into account. v3: Correct detection of interrupt controller. arch/powerpc/boot/dts/ge_imp3a.dts | 255

[PATCH V2 0/2] powerpc: Add support for GE IMP3A

2012-03-12 Thread Martyn Welch
These patches add support for the GE IMP3A. This board (based on a Freescale P2020) uses some support for FPGA logic common with the PPC9A and other 86xx based boards, so this support has been moved out of the 86xx directory. A config option (GE_FPGA) has been added to reduce churn on dependant

[PATCH V2 2/2] powerpc: Board support for GE IMP3A

2012-02-28 Thread Martyn Welch
Initial board support for the GE IMP3A, a 3U compactPCI card with a p2020 processor. Signed-off-by: Martyn Welch --- v2: Rebase patch onto powerpc/next, taking work by Kyle Moffett into account. arch/powerpc/boot/dts/ge_imp3a.dts | 254 ++ arch/powerpc

[PATCH V2 0/2] powerpc: Add support for GE IMP3A

2012-02-28 Thread Martyn Welch
These patches add support for the GE IMP3A. This board (based on a Freescale P2020) uses some support for FPGA logic common with the PPC9A and other 86xx based boards, so this support has been moved out of the 86xx directory. A config option (GE_FPGA) has been added to reduce churn on dependant

Re: [PATCH 2/2] powerpc: Board support for GE IMP3A

2012-02-26 Thread Benjamin Herrenschmidt
On Tue, 2012-02-07 at 11:28 +, Martyn Welch wrote: > + > + if (of_flat_dt_is_compatible(root, "fsl,MPC8572DS-CAMP")) { > + mpic = mpic_alloc(NULL, 0, > + MPIC_BIG_ENDIAN | MPIC_BROKEN_FRR_NIRQS | > + MPIC_SINGLE_DEST_CPU, > +

[PATCH 2/2] powerpc: Board support for GE IMP3A

2012-02-07 Thread Martyn Welch
Initial board support for the GE IMP3A, a 3U compactPCI card with a p2020 processor. Signed-off-by: Martyn Welch --- arch/powerpc/boot/dts/ge_imp3a.dts | 254 ++ arch/powerpc/configs/ge_imp3a_defconfig | 256 ++ arch/powerpc

[PATCH 0/2] powerpc: Add support for GE IMP3A

2012-02-07 Thread Martyn Welch
These patches add support for the GE IMP3A. This board (based on a Freescale P2020) uses some support for FPGA logic common with the PPC9A and other 86xx based boards, so this support has been moved out of the 86xx directory. A config option (GE_FPGA) has been added to reduce churn on dependant