All of lore.kernel.org
 help / color / mirror / Atom feed
* Enabling 8 cores on 5420
@ 2014-05-30  9:25 Daniel Lezcano
  2014-05-30 13:33 ` Andreas Färber
  2014-06-22 21:02 ` Andreas Färber
  0 siblings, 2 replies; 7+ messages in thread
From: Daniel Lezcano @ 2014-05-30  9:25 UTC (permalink / raw)
  To: linux-samsung-soc


Hi all,

I am trying an upstream kernel + some patches to enable ethernet on 
arndale octa.

Unfortunately, only 4 cores boot up. The other ones fail to boot.

[12.179453] CPU6: failed to come online
[13.189479] CPU7: failed to come online
[14.199479] CPU4: failed to come online
[15.209743] CPU5: failed to come online

What should I do to enable those 8 cores ? Is there a patchset somewhere 
to do so ?

Thanks

   -- Daniel


-- 
  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

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

* Re: Enabling 8 cores on 5420
  2014-05-30  9:25 Enabling 8 cores on 5420 Daniel Lezcano
@ 2014-05-30 13:33 ` Andreas Färber
  2014-05-30 14:56   ` Daniel Lezcano
  2014-06-22 21:02 ` Andreas Färber
  1 sibling, 1 reply; 7+ messages in thread
From: Andreas Färber @ 2014-05-30 13:33 UTC (permalink / raw)
  To: Daniel Lezcano, linux-samsung-soc

Hi,

Am 30.05.2014 11:25, schrieb Daniel Lezcano:
> 
> I am trying an upstream kernel + some patches to enable ethernet on
> arndale octa.
> 
> Unfortunately, only 4 cores boot up. The other ones fail to boot.
> 
> [12.179453] CPU6: failed to come online
> [13.189479] CPU7: failed to come online
> [14.199479] CPU4: failed to come online
> [15.209743] CPU5: failed to come online
> 
> What should I do to enable those 8 cores ? Is there a patchset somewhere
> to do so ?

Yes, this is the reply I received just yesterday from Tushar Behera:
> Can you check after applying following two patches for Arndale-Octa
> ([1],[2])? In other words, a patch similar to [2] might be required
> for this board too if it is booting under secure mode.
> 
> [1] http://www.spinics.net/lists/linux-samsung-soc/msg31776.html
> 
> [PATCH v2 Resend 1/2] ARM: EXYNOS: Update secondary boot addr for secure mode
> 
> [2] http://www.spinics.net/lists/linux-samsung-soc/msg31777.html
> 
> [PATCH v2 Resend 2/2] ARM: dts: Add secure firmware support for Arndale-octa

The first one I tested successfully on the 5410 already.

HTH,
Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

* Re: Enabling 8 cores on 5420
  2014-05-30 13:33 ` Andreas Färber
@ 2014-05-30 14:56   ` Daniel Lezcano
  2014-05-30 15:12     ` Andreas Färber
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Lezcano @ 2014-05-30 14:56 UTC (permalink / raw)
  To: Andreas Färber, linux-samsung-soc

On 05/30/2014 03:33 PM, Andreas Färber wrote:
> Hi,
>
> Am 30.05.2014 11:25, schrieb Daniel Lezcano:
>>
>> I am trying an upstream kernel + some patches to enable ethernet on
>> arndale octa.
>>
>> Unfortunately, only 4 cores boot up. The other ones fail to boot.
>>
>> [12.179453] CPU6: failed to come online
>> [13.189479] CPU7: failed to come online
>> [14.199479] CPU4: failed to come online
>> [15.209743] CPU5: failed to come online
>>
>> What should I do to enable those 8 cores ? Is there a patchset somewhere
>> to do so ?
>
> Yes, this is the reply I received just yesterday from Tushar Behera:
>> Can you check after applying following two patches for Arndale-Octa
>> ([1],[2])? In other words, a patch similar to [2] might be required
>> for this board too if it is booting under secure mode.
>>
>> [1] http://www.spinics.net/lists/linux-samsung-soc/msg31776.html
>>
>> [PATCH v2 Resend 1/2] ARM: EXYNOS: Update secondary boot addr for secure mode
>>
>> [2] http://www.spinics.net/lists/linux-samsung-soc/msg31777.html
>>
>> [PATCH v2 Resend 2/2] ARM: dts: Add secure firmware support for Arndale-octa
>
> The first one I tested successfully on the 5410 already.

Hi Andreas,

thx for the pointers. I tested the patches but unfortunately they don't 
enable the cpus.


-- 
  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

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

* Re: Enabling 8 cores on 5420
  2014-05-30 14:56   ` Daniel Lezcano
@ 2014-05-30 15:12     ` Andreas Färber
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Färber @ 2014-05-30 15:12 UTC (permalink / raw)
  To: Daniel Lezcano, linux-samsung-soc

Am 30.05.2014 16:56, schrieb Daniel Lezcano:
> On 05/30/2014 03:33 PM, Andreas Färber wrote:
>> Am 30.05.2014 11:25, schrieb Daniel Lezcano:
>>>
>>> I am trying an upstream kernel + some patches to enable ethernet on
>>> arndale octa.
>>>
>>> Unfortunately, only 4 cores boot up. The other ones fail to boot.
>>>
>>> [12.179453] CPU6: failed to come online
>>> [13.189479] CPU7: failed to come online
>>> [14.199479] CPU4: failed to come online
>>> [15.209743] CPU5: failed to come online
>>>
>>> What should I do to enable those 8 cores ? Is there a patchset somewhere
>>> to do so ?
>>
>> Yes, this is the reply I received just yesterday from Tushar Behera:
>>> Can you check after applying following two patches for Arndale-Octa
>>> ([1],[2])? In other words, a patch similar to [2] might be required
>>> for this board too if it is booting under secure mode.
>>>
>>> [1] http://www.spinics.net/lists/linux-samsung-soc/msg31776.html
>>>
>>> [PATCH v2 Resend 1/2] ARM: EXYNOS: Update secondary boot addr for
>>> secure mode
>>>
>>> [2] http://www.spinics.net/lists/linux-samsung-soc/msg31777.html
>>>
>>> [PATCH v2 Resend 2/2] ARM: dts: Add secure firmware support for
>>> Arndale-octa
>>
>> The first one I tested successfully on the 5410 already.
> 
> Hi Andreas,
> 
> thx for the pointers. I tested the patches but unfortunately they don't
> enable the cpus.

Oh sorry, I just read "failed to come online" but didn't notice it's
about 4-7 only. All eight are available as nodes under /cpus on for-next
[1], so no clue on my part. The Samsung guys will know better.

Cheers,
Andreas

[1]
http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/tree/arch/arm/boot/dts/exynos5420.dtsi?h=for-next

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

* Re: Enabling 8 cores on 5420
  2014-05-30  9:25 Enabling 8 cores on 5420 Daniel Lezcano
  2014-05-30 13:33 ` Andreas Färber
@ 2014-06-22 21:02 ` Andreas Färber
  2014-06-22 21:30   ` Alim Akhtar
  1 sibling, 1 reply; 7+ messages in thread
From: Andreas Färber @ 2014-06-22 21:02 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: Daniel Lezcano

Am 30.05.2014 11:25, schrieb Daniel Lezcano:
> 
> Hi all,
> 
> I am trying an upstream kernel + some patches to enable ethernet on
> arndale octa.
> 
> Unfortunately, only 4 cores boot up. The other ones fail to boot.
> 
> [12.179453] CPU6: failed to come online
> [13.189479] CPU7: failed to come online
> [14.199479] CPU4: failed to come online
> [15.209743] CPU5: failed to come online
> 
> What should I do to enable those 8 cores ? Is there a patchset somewhere
> to do so ?

Ping? Confirmed still present on Arndale Octa with kgene's for-next +
patch to get 2-4 up.

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

* Re: Enabling 8 cores on 5420
  2014-06-22 21:02 ` Andreas Färber
@ 2014-06-22 21:30   ` Alim Akhtar
  2014-06-23 12:04     ` Daniel Lezcano
  0 siblings, 1 reply; 7+ messages in thread
From: Alim Akhtar @ 2014-06-22 21:30 UTC (permalink / raw)
  To: Andreas Färber; +Cc: linux-samsung-soc, Daniel Lezcano

Hi
PTAL https://patchwork.kernel.org/patch/4315711/
I hope your tree already includes
http://www.gossamer-threads.com/lists/linux/kernel/1940123

Regards,
Alim

On Mon, Jun 23, 2014 at 2:32 AM, Andreas Färber <afaerber@suse.de> wrote:
> Am 30.05.2014 11:25, schrieb Daniel Lezcano:
>>
>> Hi all,
>>
>> I am trying an upstream kernel + some patches to enable ethernet on
>> arndale octa.
>>
>> Unfortunately, only 4 cores boot up. The other ones fail to boot.
>>
>> [12.179453] CPU6: failed to come online
>> [13.189479] CPU7: failed to come online
>> [14.199479] CPU4: failed to come online
>> [15.209743] CPU5: failed to come online
>>
>> What should I do to enable those 8 cores ? Is there a patchset somewhere
>> to do so ?
>
> Ping? Confirmed still present on Arndale Octa with kgene's for-next +
> patch to get 2-4 up.
>
> Andreas
>
> --
> SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
> GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Regards,
Alim

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

* Re: Enabling 8 cores on 5420
  2014-06-22 21:30   ` Alim Akhtar
@ 2014-06-23 12:04     ` Daniel Lezcano
  0 siblings, 0 replies; 7+ messages in thread
From: Daniel Lezcano @ 2014-06-23 12:04 UTC (permalink / raw)
  To: Alim Akhtar, Andreas Färber; +Cc: linux-samsung-soc

On 06/22/2014 11:30 PM, Alim Akhtar wrote:
> Hi
> PTAL https://patchwork.kernel.org/patch/4315711/
> I hope your tree already includes
> http://www.gossamer-threads.com/lists/linux/kernel/1940123


Hi Alim,

I applied the patches above and set the configuration option for 
EXYNOS_MCPM but I have:

[    7.769420] CPU1: failed to boot: -19
[    7.778360] CPU2: failed to boot: -19
[    7.806411] CPU4: failed to boot: -19
[    7.811294] CPU3: failed to boot: -19
[    7.815333] CPU7: failed to boot: -19
[    7.826401] CPU6: failed to boot: -19
[    7.829711] CPU5: failed to boot: -19

Is there something I missed ?

Thanks !

   -- Daniel

> On Mon, Jun 23, 2014 at 2:32 AM, Andreas Färber <afaerber@suse.de> wrote:
>> Am 30.05.2014 11:25, schrieb Daniel Lezcano:
>>>
>>> Hi all,
>>>
>>> I am trying an upstream kernel + some patches to enable ethernet on
>>> arndale octa.
>>>
>>> Unfortunately, only 4 cores boot up. The other ones fail to boot.
>>>
>>> [12.179453] CPU6: failed to come online
>>> [13.189479] CPU7: failed to come online
>>> [14.199479] CPU4: failed to come online
>>> [15.209743] CPU5: failed to come online
>>>
>>> What should I do to enable those 8 cores ? Is there a patchset somewhere
>>> to do so ?
>>
>> Ping? Confirmed still present on Arndale Octa with kgene's for-next +
>> patch to get 2-4 up.
>>
>> Andreas
>>
>> --
>> SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
>> GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
>
>


-- 
  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

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

end of thread, other threads:[~2014-06-23 12:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-30  9:25 Enabling 8 cores on 5420 Daniel Lezcano
2014-05-30 13:33 ` Andreas Färber
2014-05-30 14:56   ` Daniel Lezcano
2014-05-30 15:12     ` Andreas Färber
2014-06-22 21:02 ` Andreas Färber
2014-06-22 21:30   ` Alim Akhtar
2014-06-23 12:04     ` Daniel Lezcano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.