Re: [U-Boot] [PATCH v5 0/8] ARMv7: PSCI: add PSCI v1.0 support

2016-07-20 Thread Hongbo Zhang
Hi York, I saw sunxi's patches were merged, so I am preparing my patches, will send it out soon. On Wed, Jul 20, 2016 at 4:34 AM, york sun wrote: > On 07/04/2016 07:26 PM, Hongbo Zhang wrote: >> On Mon, Jul 4, 2016 at 9:11 PM, Hans de Goede wrote: >>> Hi,

Re: [U-Boot] [PATCH v5 0/8] ARMv7: PSCI: add PSCI v1.0 support

2016-07-19 Thread york sun
On 07/04/2016 07:26 PM, Hongbo Zhang wrote: > On Mon, Jul 4, 2016 at 9:11 PM, Hans de Goede wrote: >> Hi, >> >> On 04-07-16 09:20, Hongbo Zhang wrote: >>> >>> I said I would send a new iteration of this series, but there are code >>> dependencies/conflicts with Chenyu's work,

Re: [U-Boot] [PATCH v5 0/8] ARMv7: PSCI: add PSCI v1.0 support

2016-07-04 Thread Hongbo Zhang
On Mon, Jul 4, 2016 at 9:11 PM, Hans de Goede wrote: > Hi, > > On 04-07-16 09:20, Hongbo Zhang wrote: >> >> I said I would send a new iteration of this series, but there are code >> dependencies/conflicts with Chenyu's work, so I'd like to wait for a >> few more days to see

Re: [U-Boot] [PATCH v5 0/8] ARMv7: PSCI: add PSCI v1.0 support

2016-07-04 Thread Hans de Goede
Hi, On 04-07-16 09:20, Hongbo Zhang wrote: I said I would send a new iteration of this series, but there are code dependencies/conflicts with Chenyu's work, so I'd like to wait for a few more days to see his v2 sent out or even been merged. During this stage, any review comments are still

Re: [U-Boot] [PATCH v5 0/8] ARMv7: PSCI: add PSCI v1.0 support

2016-07-04 Thread Hongbo Zhang
I said I would send a new iteration of this series, but there are code dependencies/conflicts with Chenyu's work, so I'd like to wait for a few more days to see his v2 sent out or even been merged. During this stage, any review comments are still appreciated, I am always looking at this. Thanks.

Re: [U-Boot] [PATCH v5 0/8] ARMv7: PSCI: add PSCI v1.0 support

2016-06-29 Thread Hongbo Zhang
On Fri, Jun 24, 2016 at 11:26 PM, york sun wrote: > On 06/15/2016 12:16 AM, Chen-Yu Tsai wrote: >> Hi, >> >> On Tue, Jun 14, 2016 at 3:01 PM, wrote: >>> From: Hongbo Zhang >>> >>> v5 changes: >>> - Give up fixing the potential bug

Re: [U-Boot] [PATCH v5 0/8] ARMv7: PSCI: add PSCI v1.0 support

2016-06-24 Thread york sun
On 06/15/2016 12:16 AM, Chen-Yu Tsai wrote: > Hi, > > On Tue, Jun 14, 2016 at 3:01 PM, wrote: >> From: Hongbo Zhang >> >> v5 changes: >> - Give up fixing the potential bug of PSCI stack overlap with secure text end >> when there is more CPUs in

Re: [U-Boot] [PATCH v5 0/8] ARMv7: PSCI: add PSCI v1.0 support

2016-06-15 Thread Hongbo Zhang
On Wed, Jun 15, 2016 at 3:16 PM, Chen-Yu Tsai wrote: > Hi, > > On Tue, Jun 14, 2016 at 3:01 PM, wrote: >> From: Hongbo Zhang >> >> v5 changes: >> - Give up fixing the potential bug of PSCI stack overlap with secure text end >> when

Re: [U-Boot] [PATCH v5 0/8] ARMv7: PSCI: add PSCI v1.0 support

2016-06-15 Thread Marc Zyngier
On Wed, 15 Jun 2016 15:16:08 +0800 Chen-Yu Tsai wrote: > Hi, > > On Tue, Jun 14, 2016 at 3:01 PM, wrote: > > From: Hongbo Zhang > > > > v5 changes: > > - Give up fixing the potential bug of PSCI stack overlap with secure text > >

Re: [U-Boot] [PATCH v5 0/8] ARMv7: PSCI: add PSCI v1.0 support

2016-06-15 Thread Chen-Yu Tsai
Hi, On Tue, Jun 14, 2016 at 3:01 PM, wrote: > From: Hongbo Zhang > > v5 changes: > - Give up fixing the potential bug of PSCI stack overlap with secure text end > when there is more CPUs in system. Because I just want to keep this series as >

[U-Boot] [PATCH v5 0/8] ARMv7: PSCI: add PSCI v1.0 support

2016-06-14 Thread macro . wave . z
From: Hongbo Zhang v5 changes: - Give up fixing the potential bug of PSCI stack overlap with secure text end when there is more CPUs in system. Because I just want to keep this series as simple as it could be: adding basic PSCI v1.0 support and adding more PSCI v1.0