Re: [U-Boot] [PATCH 00/10] sunxi: Add basic PSCI support to enable SMP on the A80's first cluster

2017-05-02 Thread Chen-Yu Tsai
On Tue, May 2, 2017 at 6:50 PM, Jagan Teki wrote: > On Tue, May 2, 2017 at 4:16 PM, Jagan Teki wrote: >> On Fri, Jan 27, 2017 at 4:14 AM, Rask Ingemann Lambertsen >> wrote: >>> On Wed, Jan 25, 2017 at 06:40:38PM +0800, Chen-Yu Tsai wrote: >>> >>> [hacking around the broken A80 TrustZone implemen

Re: [U-Boot] [PATCH 00/10] sunxi: Add basic PSCI support to enable SMP on the A80's first cluster

2017-05-02 Thread Jagan Teki
On Tue, May 2, 2017 at 4:16 PM, Jagan Teki wrote: > On Fri, Jan 27, 2017 at 4:14 AM, Rask Ingemann Lambertsen > wrote: >> On Wed, Jan 25, 2017 at 06:40:38PM +0800, Chen-Yu Tsai wrote: >> >> [hacking around the broken A80 TrustZone implementation] >>> This is doable, and it is actually what Allwin

Re: [U-Boot] [PATCH 00/10] sunxi: Add basic PSCI support to enable SMP on the A80's first cluster

2017-01-26 Thread Rask Ingemann Lambertsen
On Wed, Jan 25, 2017 at 06:40:38PM +0800, Chen-Yu Tsai wrote: [hacking around the broken A80 TrustZone implementation] > This is doable, and it is actually what Allwinner's kernel does, but is > really hackish. The released 3.4 kernel also has the same workarounds > for A83T. So it's also possible

Re: [U-Boot] [PATCH 00/10] sunxi: Add basic PSCI support to enable SMP on the A80's first cluster

2017-01-25 Thread Chen-Yu Tsai
Hi everyone, On Mon, Nov 14, 2016 at 7:21 PM, Chen-Yu Tsai wrote: > Hi, > > On Wed, Nov 9, 2016 at 6:38 PM, Hans de Goede wrote: >> Hi, >> >> On 09-11-16 11:21, Chen-Yu Tsai wrote: >>> >>> Hi everyone, >>> >>> This series adds basic PSCI support for the A80 to enable SMP on the >>> first cluster

Re: [U-Boot] [PATCH 00/10] sunxi: Add basic PSCI support to enable SMP on the A80's first cluster

2016-11-14 Thread Chen-Yu Tsai
Hi, On Wed, Nov 9, 2016 at 6:38 PM, Hans de Goede wrote: > Hi, > > On 09-11-16 11:21, Chen-Yu Tsai wrote: >> >> Hi everyone, >> >> This series adds basic PSCI support for the A80 to enable SMP on the >> first cluster. This at least allows people to use more than one core. >> The term "basic" is u

[U-Boot] [PATCH 00/10] sunxi: Add basic PSCI support to enable SMP on the A80's first cluster

2016-11-09 Thread Chen-Yu Tsai
Hi everyone, This series adds basic PSCI support for the A80 to enable SMP on the first cluster. This at least allows people to use more than one core. The term "basic" is used because the series does not add support for multi-cluster cache and power management. The PSCI code is based on existing

Re: [U-Boot] [PATCH 00/10] sunxi: Add basic PSCI support to enable SMP on the A80's first cluster

2016-11-09 Thread Chen-Yu Tsai
On Wed, Nov 9, 2016 at 6:38 PM, Hans de Goede wrote: > Hi, > > On 09-11-16 11:21, Chen-Yu Tsai wrote: >> >> Hi everyone, >> >> This series adds basic PSCI support for the A80 to enable SMP on the >> first cluster. This at least allows people to use more than one core. >> The term "basic" is used b

Re: [U-Boot] [PATCH 00/10] sunxi: Add basic PSCI support to enable SMP on the A80's first cluster

2016-11-09 Thread Hans de Goede
Hi, On 09-11-16 11:21, Chen-Yu Tsai wrote: Hi everyone, This series adds basic PSCI support for the A80 to enable SMP on the first cluster. This at least allows people to use more than one core. The term "basic" is used because the series does not add support for multi-cluster cache and power m