* ARMADAXP MV78260 CPU-1:failed to come online
@ 2015-05-18 19:47 raghu MG
2015-05-18 20:20 ` Andrew Lunn
0 siblings, 1 reply; 5+ messages in thread
From: raghu MG @ 2015-05-18 19:47 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
This mail is regarding Linux smp boot on ARMADA-XP MV2860
.
CPU-1 doesnt boot/go through the boot sequence & it fails to come
online & dumps this message
CPU1:failed to come online .
The CPU-1 boot register is programmed with physical address of
-->armada_xp_secondary_startup function & then cpu-0 deasserts the CPU-1.
I am using armada-xp-gp.dts ,I included armada-xp-mv78260.dts in it.
Any help would be appreciated.
Regards
^ permalink raw reply [flat|nested] 5+ messages in thread
* ARMADAXP MV78260 CPU-1:failed to come online
2015-05-18 19:47 ARMADAXP MV78260 CPU-1:failed to come online raghu MG
@ 2015-05-18 20:20 ` Andrew Lunn
2015-05-18 20:30 ` Thomas Petazzoni
0 siblings, 1 reply; 5+ messages in thread
From: Andrew Lunn @ 2015-05-18 20:20 UTC (permalink / raw)
To: linux-arm-kernel
Hi Thomas, Gregory
On Tue, May 19, 2015 at 01:17:26AM +0530, raghu MG wrote:
> Hi,
> This mail is regarding Linux smp boot on ARMADA-XP MV2860
> .
>
> CPU-1 doesnt boot/go through the boot sequence & it fails to come
> online & dumps this message
>
> CPU1:failed to come online .
>
> The CPU-1 boot register is programmed with physical address of
> -->armada_xp_secondary_startup function & then cpu-0 deasserts the CPU-1.
>
> I am using armada-xp-gp.dts ,I included armada-xp-mv78260.dts in it.
Does this ring any bells? I have vague recollections of a u-boot
issue?
Andrew
^ permalink raw reply [flat|nested] 5+ messages in thread
* ARMADAXP MV78260 CPU-1:failed to come online
2015-05-18 20:20 ` Andrew Lunn
@ 2015-05-18 20:30 ` Thomas Petazzoni
[not found] ` <CAG1O52Uc0On7tGAp5Ae6bwmSt4S5rQZKcPGA9Dy7vy6y5DzS5A@mail.gmail.com>
0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2015-05-18 20:30 UTC (permalink / raw)
To: linux-arm-kernel
Hello,
On Mon, 18 May 2015 22:20:33 +0200, Andrew Lunn wrote:
> On Tue, May 19, 2015 at 01:17:26AM +0530, raghu MG wrote:
> > Hi,
> > This mail is regarding Linux smp boot on ARMADA-XP MV2860
> > .
> >
> > CPU-1 doesnt boot/go through the boot sequence & it fails to come
> > online & dumps this message
> >
> > CPU1:failed to come online .
> >
> > The CPU-1 boot register is programmed with physical address of
> > -->armada_xp_secondary_startup function & then cpu-0 deasserts the CPU-1.
> >
> > I am using armada-xp-gp.dts ,I included armada-xp-mv78260.dts in it.
>
> Does this ring any bells? I have vague recollections of a u-boot
> issue?
On Armada 375/38x yes. On Armada XP, I don't remember.
Raghu, can you make a more specific bug report, that includes:
* The kernel version you tested
* The U-Boot version you're using
* The kernel configuration you're using
* The complete boot log
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* ARMADAXP MV78260 CPU-1:failed to come online
[not found] ` <CAG1O52Uc0On7tGAp5Ae6bwmSt4S5rQZKcPGA9Dy7vy6y5DzS5A@mail.gmail.com>
@ 2015-05-19 8:49 ` Thomas Petazzoni
2015-05-19 10:20 ` raghu MG
0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2015-05-19 8:49 UTC (permalink / raw)
To: linux-arm-kernel
Raghu,
On Tue, 19 May 2015 14:15:49 +0530, raghu MG wrote:
> I am trying latest stable release from kernel.org -->linux-4.0.3.
>
> I have seen this issue in linux-3.10.39 & linux-3.10.32 for which
> Marvell has provided lsp.
>
> This issue doesnt crop up in older version like linux-3.2.40 &
> linux-3.2.52 with uImage
>
> Not sure but I think this is something do with zImage & device tree combination.
Can you please try to boot with appended DTB? Some versions of the
Marvell bootloader tend to do horrible modifications to the FDT, making
assumptions that might be true with their Linux LSP, but not with the
mainline kernel. Using appended DTB is a way of making sure that their
bootloader will not touch the kernel DTB.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* ARMADAXP MV78260 CPU-1:failed to come online
2015-05-19 8:49 ` Thomas Petazzoni
@ 2015-05-19 10:20 ` raghu MG
0 siblings, 0 replies; 5+ messages in thread
From: raghu MG @ 2015-05-19 10:20 UTC (permalink / raw)
To: linux-arm-kernel
Hi Thomas
That was quick.....Yes the append works fine..
I have to port drivers for the board now.
Thanks for the help..Will post queries if I get into trouble on
ARMADAXP platform.
Anyways thanks a ton :)
On Tue, May 19, 2015 at 2:19 PM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Raghu,
>
> On Tue, 19 May 2015 14:15:49 +0530, raghu MG wrote:
>
>> I am trying latest stable release from kernel.org -->linux-4.0.3.
>>
>> I have seen this issue in linux-3.10.39 & linux-3.10.32 for which
>> Marvell has provided lsp.
>>
>> This issue doesnt crop up in older version like linux-3.2.40 &
>> linux-3.2.52 with uImage
>>
>> Not sure but I think this is something do with zImage & device tree combination.
>
> Can you please try to boot with appended DTB? Some versions of the
> Marvell bootloader tend to do horrible modifications to the FDT, making
> assumptions that might be true with their Linux LSP, but not with the
> mainline kernel. Using appended DTB is a way of making sure that their
> bootloader will not touch the kernel DTB.
>
> Thanks,
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-05-19 10:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-18 19:47 ARMADAXP MV78260 CPU-1:failed to come online raghu MG
2015-05-18 20:20 ` Andrew Lunn
2015-05-18 20:30 ` Thomas Petazzoni
[not found] ` <CAG1O52Uc0On7tGAp5Ae6bwmSt4S5rQZKcPGA9Dy7vy6y5DzS5A@mail.gmail.com>
2015-05-19 8:49 ` Thomas Petazzoni
2015-05-19 10:20 ` raghu MG
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox