Re: [PATCH 0/7] Add SMP bringup support for mt65xx socs

2015-05-16 Thread Matthias Brugger
2015-05-16 10:09 GMT+02:00 Yingjoe Chen : > On Wed, 2015-05-06 at 13:04 +0200, Matthias Brugger wrote: >> Hi Joe, >> >> 2015-05-06 10:29 GMT+02:00 Matthias Brugger : >> > 2015-05-06 9:59 GMT+02:00 Yingjoe Chen : >> >> On Wed, 2015-05-06 at 15:19 +0800, Yingjoe Chen wrote: >> >>> Hi Matthias, >> >>

Re: [PATCH 0/7] Add SMP bringup support for mt65xx socs

2015-05-16 Thread Yingjoe Chen
On Wed, 2015-05-06 at 13:04 +0200, Matthias Brugger wrote: > Hi Joe, > > 2015-05-06 10:29 GMT+02:00 Matthias Brugger : > > 2015-05-06 9:59 GMT+02:00 Yingjoe Chen : > >> On Wed, 2015-05-06 at 15:19 +0800, Yingjoe Chen wrote: > >>> Hi Matthias, > >> <...> > >>> > I tried on the mt8135 eval board but

Re: [PATCH 0/7] Add SMP bringup support for mt65xx socs

2015-05-06 Thread Matthias Brugger
Hi Joe, 2015-05-06 10:29 GMT+02:00 Matthias Brugger : > 2015-05-06 9:59 GMT+02:00 Yingjoe Chen : >> On Wed, 2015-05-06 at 15:19 +0800, Yingjoe Chen wrote: >>> Hi Matthias, >> <...> >>> > I tried on the mt8135 eval board but it fails to bring up the CPU. >>> > >>> > When booting: >>> > [1.04858

Re: [PATCH 0/7] Add SMP bringup support for mt65xx socs

2015-05-06 Thread Matthias Brugger
2015-05-06 9:59 GMT+02:00 Yingjoe Chen : > On Wed, 2015-05-06 at 15:19 +0800, Yingjoe Chen wrote: >> Hi Matthias, > <...> >> > I tried on the mt8135 eval board but it fails to bring up the CPU. >> > >> > When booting: >> > [1.048588] CPU1: failed to come online >> > [2.049914] CPU2: failed

Re: [PATCH 0/7] Add SMP bringup support for mt65xx socs

2015-05-06 Thread Yingjoe Chen
On Wed, 2015-05-06 at 15:19 +0800, Yingjoe Chen wrote: > Hi Matthias, <...> > > I tried on the mt8135 eval board but it fails to bring up the CPU. > > > > When booting: > > [1.048588] CPU1: failed to come online > > [2.049914] CPU2: failed to come online > > [3.051245] CPU3: failed to

Re: [PATCH 0/7] Add SMP bringup support for mt65xx socs

2015-05-06 Thread Yingjoe Chen
Hi Matthias, On Mon, 2015-05-04 at 09:48 +0200, Matthias Brugger wrote: > Hi Yingjoe, > > 2015-05-01 9:43 GMT+02:00 Yingjoe Chen : > > This series add SMP brinup support for mediatek SoCs. This is based > > on v4.1-rc1. > > > > There are 2 similar but different SMP bringup up methods on Mediatek

Re: [PATCH 0/7] Add SMP bringup support for mt65xx socs

2015-05-04 Thread Matthias Brugger
Hi Yingjoe, 2015-05-01 9:43 GMT+02:00 Yingjoe Chen : > This series add SMP brinup support for mediatek SoCs. This is based > on v4.1-rc1. > > There are 2 similar but different SMP bringup up methods on Mediatek > mt65xx and mt81xx. On MT8135 & MT8127, system boots with a trustzone > firmware. Othe

[PATCH 0/7] Add SMP bringup support for mt65xx socs

2015-05-01 Thread Yingjoe Chen
This series add SMP brinup support for mediatek SoCs. This is based on v4.1-rc1. There are 2 similar but different SMP bringup up methods on Mediatek mt65xx and mt81xx. On MT8135 & MT8127, system boots with a trustzone firmware. Others, like MT6589, doesn't have trustzone, and run kernel directly