linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Question about 86xx
@ 2016-01-27  9:24 Alessio Igor Bogani
  2016-01-27 14:25 ` Scott Wood
  0 siblings, 1 reply; 6+ messages in thread
From: Alessio Igor Bogani @ 2016-01-27  9:24 UTC (permalink / raw)
  To: Kumar Gala; +Cc: Scott Wood, linuxppc-dev

Hi Kumar,

I'm wondering if we are allowed to put together configurations of the
86xx base systems (gef_ppc9a_defconfig, gef_sbc310_defconfig,
gef_sbc610_defconfig, mpc8610_hpcd_defconfig, mpc8641_hpcn_defconfig
and sbc8641d_defconfig) into the
mpc86xx_defconfig/mpc86xx_smp_defconfig as like already done for 85xx
ones.

Thank you very much!

Ciao,
Alessio

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Question about 86xx
  2016-01-27  9:24 Question about 86xx Alessio Igor Bogani
@ 2016-01-27 14:25 ` Scott Wood
  2016-01-27 14:27   ` Scott Wood
  0 siblings, 1 reply; 6+ messages in thread
From: Scott Wood @ 2016-01-27 14:25 UTC (permalink / raw)
  To: Alessio Igor Bogani, Kumar Gala; +Cc: linuxppc-dev

On Wed, 2016-01-27 at 10:24 +0100, Alessio Igor Bogani wrote:
> Hi Kumar,
> 
> I'm wondering if we are allowed to put together configurations of the
> 86xx base systems (gef_ppc9a_defconfig, gef_sbc310_defconfig,
> gef_sbc610_defconfig, mpc8610_hpcd_defconfig, mpc8641_hpcn_defconfig
> and sbc8641d_defconfig) into the
> mpc86xx_defconfig/mpc86xx_smp_defconfig as like already done for 85xx
> ones.
> 
> Thank you very much!

Yes, that would be good.

-Scott

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Question about 86xx
  2016-01-27 14:25 ` Scott Wood
@ 2016-01-27 14:27   ` Scott Wood
  2016-01-27 14:41     ` Alessio Igor Bogani
  0 siblings, 1 reply; 6+ messages in thread
From: Scott Wood @ 2016-01-27 14:27 UTC (permalink / raw)
  To: Alessio Igor Bogani, Kumar Gala; +Cc: linuxppc-dev

On Wed, 2016-01-27 at 08:25 -0600, Scott Wood wrote:
> On Wed, 2016-01-27 at 10:24 +0100, Alessio Igor Bogani wrote:
> > Hi Kumar,
> > 
> > I'm wondering if we are allowed to put together configurations of the
> > 86xx base systems (gef_ppc9a_defconfig, gef_sbc310_defconfig,
> > gef_sbc610_defconfig, mpc8610_hpcd_defconfig, mpc8641_hpcn_defconfig
> > and sbc8641d_defconfig) into the
> > mpc86xx_defconfig/mpc86xx_smp_defconfig as like already done for 85xx
> > ones.
> > 
> > Thank you very much!
> 
> Yes, that would be good.

Also consider using config fragments like 85xx now does (and sharing fragments
with 85xx where appropriate).

-Scott

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Question about 86xx
  2016-01-27 14:27   ` Scott Wood
@ 2016-01-27 14:41     ` Alessio Igor Bogani
  2016-02-04 14:26       ` Alessio Igor Bogani
  0 siblings, 1 reply; 6+ messages in thread
From: Alessio Igor Bogani @ 2016-01-27 14:41 UTC (permalink / raw)
  To: Scott Wood; +Cc: Kumar Gala, linuxppc-dev

Scott,

On 27 January 2016 at 15:27, Scott Wood <oss@buserror.net> wrote:
> On Wed, 2016-01-27 at 08:25 -0600, Scott Wood wrote:
>> On Wed, 2016-01-27 at 10:24 +0100, Alessio Igor Bogani wrote:
[...]
>> > I'm wondering if we are allowed to put together configurations of the
>> > 86xx base systems
[...]
>> > mpc86xx_defconfig/mpc86xx_smp_defconfig as like already done for 85xx
>> > ones.
>> Yes, that would be good.
>
> Also consider using config fragments like 85xx now does (and sharing fragments
> with 85xx where appropriate).

It is exactly what I had in mind.

Thank you very much!

Ciao,
Alessio

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Question about 86xx
  2016-01-27 14:41     ` Alessio Igor Bogani
@ 2016-02-04 14:26       ` Alessio Igor Bogani
  2016-02-05 20:42         ` Scott Wood
  0 siblings, 1 reply; 6+ messages in thread
From: Alessio Igor Bogani @ 2016-02-04 14:26 UTC (permalink / raw)
  To: Scott Wood; +Cc: Kumar Gala, linuxppc-dev

Scott,

On 27 January 2016 at 15:41, Alessio Igor Bogani
<alessio.bogani@elettra.eu> wrote:
> Scott,
>
> On 27 January 2016 at 15:27, Scott Wood <oss@buserror.net> wrote:
>> On Wed, 2016-01-27 at 08:25 -0600, Scott Wood wrote:
>>> On Wed, 2016-01-27 at 10:24 +0100, Alessio Igor Bogani wrote:
> [...]
>>> > I'm wondering if we are allowed to put together configurations of the
>>> > 86xx base systems
> [...]
>>> > mpc86xx_defconfig/mpc86xx_smp_defconfig as like already done for 85xx
>>> > ones.
>>> Yes, that would be good.

There are 6 boards into arch/powerpc/configs/86xx directory. Five of
them are based on dual core 8641 whereas one is based on single core
8610. How should I proceed? Use a single file (mpc86xx_defconfig) or
use two files (mpc86xx_defconfig and mpc86xx_smp_defconfig)?

Thanks a lot!

Ciao,
Alessio

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Question about 86xx
  2016-02-04 14:26       ` Alessio Igor Bogani
@ 2016-02-05 20:42         ` Scott Wood
  0 siblings, 0 replies; 6+ messages in thread
From: Scott Wood @ 2016-02-05 20:42 UTC (permalink / raw)
  To: Alessio Igor Bogani; +Cc: Kumar Gala, linuxppc-dev

On Thu, 2016-02-04 at 15:26 +0100, Alessio Igor Bogani wrote:
> Scott,
> 
> On 27 January 2016 at 15:41, Alessio Igor Bogani
> <alessio.bogani@elettra.eu> wrote:
> > Scott,
> > 
> > On 27 January 2016 at 15:27, Scott Wood <oss@buserror.net> wrote:
> > > On Wed, 2016-01-27 at 08:25 -0600, Scott Wood wrote:
> > > > On Wed, 2016-01-27 at 10:24 +0100, Alessio Igor Bogani wrote:
> > [...]
> > > > > I'm wondering if we are allowed to put together configurations of
> > > > > the
> > > > > 86xx base systems
> > [...]
> > > > > mpc86xx_defconfig/mpc86xx_smp_defconfig as like already done for
> > > > > 85xx
> > > > > ones.
> > > > Yes, that would be good.
> 
> There are 6 boards into arch/powerpc/configs/86xx directory. Five of
> them are based on dual core 8641 whereas one is based on single core
> 8610. How should I proceed? Use a single file (mpc86xx_defconfig) or
> use two files (mpc86xx_defconfig and mpc86xx_smp_defconfig)?

Use a fragment to enable SMP, like 85xx does.

-Scott

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-02-05 20:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-27  9:24 Question about 86xx Alessio Igor Bogani
2016-01-27 14:25 ` Scott Wood
2016-01-27 14:27   ` Scott Wood
2016-01-27 14:41     ` Alessio Igor Bogani
2016-02-04 14:26       ` Alessio Igor Bogani
2016-02-05 20:42         ` Scott Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).