Re: [U-Boot] [PATCH v3 00/13] ARMv7: add PSCI support to u-boot

2014-04-18 Thread Marc Zyngier
On Thu, Apr 17 2014 at 08:55:56 PM, Jon Loeliger wrote: >> No, so far there hasn't been much discussion, and people seem happy with >> it. I have a couple of fixes lined up, but nothing major. > > So, I think PSCI 0.2 calls for function numbers in the 0x8400 range. > Seems like we'll have to f

Re: [U-Boot] [PATCH v3 00/13] ARMv7: add PSCI support to u-boot

2014-04-17 Thread Jon Loeliger
> No, so far there hasn't been much discussion, and people seem happy with > it. I have a couple of fixes lined up, but nothing major. So, I think PSCI 0.2 calls for function numbers in the 0x8400 range. Seems like we'll have to fix this in one of your patches: /* PSCI interface */ #d

Re: [U-Boot] [PATCH v3 00/13] ARMv7: add PSCI support to u-boot

2014-04-17 Thread Ian Campbell
On Thu, 2014-04-17 at 09:58 +0100, Marc Zyngier wrote: > Ian Campbell (cc-ed) is actively pushing out patches to support the A20 > in mainline U-Boot (I believe you've been on the receiving end of > these), Need to make a few more cleanups based on the review but v$NEXT should be along soon. > an

Re: [U-Boot] [PATCH v3 00/13] ARMv7: add PSCI support to u-boot

2014-04-17 Thread Albert ARIBAUD
Hi Marc, On Thu, 17 Apr 2014 09:58:19 +0100, Marc Zyngier wrote: > On Thu, Apr 17 2014 at 9:34:24 am BST, Albert ARIBAUD > wrote: > > Hi Marc, > > > > On Wed, 16 Apr 2014 17:09:07 +0100, Marc Zyngier > > wrote: > > > >> On 16/04/14 15:45, Albert ARIBAUD wrote: > >> > Hi Marc, > >> > > >> >

Re: [U-Boot] [PATCH v3 00/13] ARMv7: add PSCI support to u-boot

2014-04-17 Thread Marc Zyngier
On Thu, Apr 17 2014 at 9:34:24 am BST, Albert ARIBAUD wrote: > Hi Marc, > > On Wed, 16 Apr 2014 17:09:07 +0100, Marc Zyngier > wrote: > >> On 16/04/14 15:45, Albert ARIBAUD wrote: >> > Hi Marc, >> > >> > On Sat, 15 Feb 2014 13:36:24 +, Marc Zyngier >> > wrote: >> > >> >> PSCI is an ARM s

Re: [U-Boot] [PATCH v3 00/13] ARMv7: add PSCI support to u-boot

2014-04-17 Thread Albert ARIBAUD
Hi Marc, On Wed, 16 Apr 2014 17:09:07 +0100, Marc Zyngier wrote: > On 16/04/14 15:45, Albert ARIBAUD wrote: > > Hi Marc, > > > > On Sat, 15 Feb 2014 13:36:24 +, Marc Zyngier > > wrote: > > > >> PSCI is an ARM standard that provides a generic interface that > >> supervisory software can us

Re: [U-Boot] [PATCH v3 00/13] ARMv7: add PSCI support to u-boot

2014-04-16 Thread Jon Loeliger
On 04/16/2014 11:09 AM, Marc Zyngier wrote: Marc, I'm unclear what you want to do with this series. You mention that its first 10 patches will apply to U-Boot, but I am not sure whether you are just indicating that it is possible to apply them or asking for these 10 patches to go in U-Boot mainl

Re: [U-Boot] [PATCH v3 00/13] ARMv7: add PSCI support to u-boot

2014-04-16 Thread Marc Zyngier
On 16/04/14 15:45, Albert ARIBAUD wrote: > Hi Marc, > > On Sat, 15 Feb 2014 13:36:24 +, Marc Zyngier > wrote: > >> PSCI is an ARM standard that provides a generic interface that >> supervisory software can use to manage power in the following >> situations: >> - Core idle management >> - CPU

Re: [U-Boot] [PATCH v3 00/13] ARMv7: add PSCI support to u-boot

2014-04-16 Thread Albert ARIBAUD
Hi Marc, On Sat, 15 Feb 2014 13:36:24 +, Marc Zyngier wrote: > PSCI is an ARM standard that provides a generic interface that > supervisory software can use to manage power in the following > situations: > - Core idle management > - CPU hotplug > - big.LITTLE migration models > - System shut

Re: [U-Boot] [PATCH v3 00/13] ARMv7: add PSCI support to u-boot

2014-02-16 Thread Marc Zyngier
Hi Albert, On 2014-02-15 14:45, Albert ARIBAUD wrote: On Sat, 15 Feb 2014 13:36:24 +, Marc Zyngier wrote: PSCI is an ARM standard that provides a generic interface that supervisory software can use to manage power in the following situations: There seems to be no history information ei

Re: [U-Boot] [PATCH v3 00/13] ARMv7: add PSCI support to u-boot

2014-02-15 Thread Albert ARIBAUD
Hi Marc, On Sat, 15 Feb 2014 13:36:24 +, Marc Zyngier wrote: > PSCI is an ARM standard that provides a generic interface that > supervisory software can use to manage power in the following > situations: There seems to be no history information either in the cover letter or in individual pa

[U-Boot] [PATCH v3 00/13] ARMv7: add PSCI support to u-boot

2014-02-15 Thread Marc Zyngier
PSCI is an ARM standard that provides a generic interface that supervisory software can use to manage power in the following situations: - Core idle management - CPU hotplug - big.LITTLE migration models - System shutdown and reset It basically allows the kernel to offload these tasks to the firmw