Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-31 Thread Khem Raj
On Wed, May 31, 2017 at 5:41 PM, Alejandro Hernandez wrote: > On 05/31/2017 01:46 PM, Khem Raj wrote: > > > > On Tue, May 30, 2017 at 6:15 PM, Bruce Ashfield > wrote: >> >> >> On Tue, May 30, 2017 at 6:52 PM, Alejandro Hernandez >> wrote: >>> >>> Hey Andy, >>> >>> >>> On 05/30/2017 05:32 PM, And

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-31 Thread Alejandro Hernandez
On 05/31/2017 01:46 PM, Khem Raj wrote: On Tue, May 30, 2017 at 6:15 PM, Bruce Ashfield mailto:bruce.ashfi...@gmail.com>> wrote: > > > On Tue, May 30, 2017 at 6:52 PM, Alejandro Hernandez > > wrote: >> >> Hey Andy, >> >> >> On 05/30/2017 05:32 PM,

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-31 Thread gmane
On 2017-05-31 21:20, Andre McCurdy wrote: Keeping the existing platform but updating the CPU would have the advantage that qemuarm could then share binaries and sstate with real world ARM targets. It would also be a step towards defining an official "generic ARMv7" tuning target within OE, whic

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-31 Thread Khem Raj
On Tue, May 30, 2017 at 6:15 PM, Bruce Ashfield wrote: > > > On Tue, May 30, 2017 at 6:52 PM, Alejandro Hernandez > wrote: >> >> Hey Andy, >> >> >> On 05/30/2017 05:32 PM, Andre McCurdy wrote: >>> >>> On Tue, May 30, 2017 at 1:12 PM, Alejandro Hernandez >>> wrote: Hey Leo, No

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-31 Thread Andre McCurdy
On Tue, May 30, 2017 at 6:15 PM, Bruce Ashfield wrote: > On Tue, May 30, 2017 at 6:52 PM, Alejandro Hernandez > wrote: >> On 05/30/2017 05:32 PM, Andre McCurdy wrote: >>> On Tue, May 30, 2017 at 1:12 PM, Alejandro Hernandez >>> wrote: Hey Leo, Nope, this change only applies t

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-30 Thread Bruce Ashfield
On Tue, May 30, 2017 at 6:52 PM, Alejandro Hernandez < alejandro.hernan...@linux.intel.com> wrote: > Hey Andy, > > > On 05/30/2017 05:32 PM, Andre McCurdy wrote: > >> On Tue, May 30, 2017 at 1:12 PM, Alejandro Hernandez >> wrote: >> >>> Hey Leo, >>> >>> Nope, this change only applies to qemuARM,

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-30 Thread Andre McCurdy
On Tue, May 30, 2017 at 3:52 PM, Alejandro Hernandez wrote: > Hey Andy, > On 05/30/2017 05:32 PM, Andre McCurdy wrote: >> On Tue, May 30, 2017 at 1:12 PM, Alejandro Hernandez >> wrote: >>> >>> Hey Leo, >>> >>> Nope, this change only applies to qemuARM, the other ARM based BSPs are >>> based on >

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-30 Thread Alejandro Hernandez
Hey Andy, On 05/30/2017 05:32 PM, Andre McCurdy wrote: On Tue, May 30, 2017 at 1:12 PM, Alejandro Hernandez wrote: Hey Leo, Nope, this change only applies to qemuARM, the other ARM based BSPs are based on > ARMv6 Alejandro On 05/30/2017 02:59 PM, Leonardo Sandoval wrote: Alex, is this c

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-30 Thread Andre McCurdy
On Tue, May 30, 2017 at 1:12 PM, Alejandro Hernandez wrote: > Hey Leo, > > Nope, this change only applies to qemuARM, the other ARM based BSPs are > based on > ARMv6 > > Alejandro > > > On 05/30/2017 02:59 PM, Leonardo Sandoval wrote: >> >> Alex, >> >> is this change only applies to qemu arm? I wo

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-30 Thread Alejandro Hernandez
Hey Leo, Nope, this change only applies to qemuARM, the other ARM based BSPs are based on > ARMv6 Alejandro On 05/30/2017 02:59 PM, Leonardo Sandoval wrote: Alex, is this change only applies to qemu arm? I wonder if the native arm arch needs a similar series. Leo On Tue, 2017-05-30 at 11:

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-30 Thread Leonardo Sandoval
Alex, is this change only applies to qemu arm? I wonder if the native arm arch needs a similar series. Leo On Tue, 2017-05-30 at 11:44 -0700, Alejandro Hernandez wrote: > The SMP kernel config presents issues on qemuarm because: > > CONFIG_SMP=y > Dependencies Missing: > - CPU_V6K or CPU_V7:

[yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-30 Thread Alejandro Hernandez
The SMP kernel config presents issues on qemuarm because: CONFIG_SMP=y Dependencies Missing: - CPU_V6K or CPU_V7: These are selected by setting: CONFIG_ARCH_MULTI_V7=y or CONFIG_ARCH_MULTI_V6=y But our QEMU + ARM BSPs are based on armv4/v5 hence they are incompatible with CONFIG