Re: [U-Boot] [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-12-06 Thread Marc Zyngier
On 06/12/13 13:03, Andre Przywara wrote: > Yes, there is indeed this problem with the pen. Maybe one can use your > upcoming relocation code to move the pen to a more secure place (defined > per platform). Yes, that's what I've done. Also rewritten some of it to be able to execute solely in sec

Re: [U-Boot] [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-12-06 Thread Andre Przywara
On 12/06/2013 01:12 PM, Marc Zyngier wrote: Hi Andre, On 06/12/13 11:43, Andre Przywara wrote: On 11/21/2013 09:59 AM, Marc Zyngier wrote: PSCI is an ARM standard that provides a generic interface that ... Thanks again for posting this, I like the idea of adding PSCI handlers to u-boot for s

Re: [U-Boot] [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-12-06 Thread Marc Zyngier
Hi Andre, On 06/12/13 11:43, Andre Przywara wrote: > On 11/21/2013 09:59 AM, Marc Zyngier wrote: >> PSCI is an ARM standard that provides a generic interface that >> ... > > Thanks again for posting this, I like the idea of adding PSCI handlers > to u-boot for several platforms very much. > >>

Re: [U-Boot] [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-12-06 Thread Andre Przywara
On 11/21/2013 09:59 AM, Marc Zyngier wrote: PSCI is an ARM standard that provides a generic interface that ... Thanks again for posting this, I like the idea of adding PSCI handlers to u-boot for several platforms very much. This patch series contains 3 parts: - the first four patches are j

Re: [U-Boot] [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-11-22 Thread Marc Zyngier
On 22/11/13 01:54, Christoffer Dall wrote: > On 21 November 2013 07:04, Marc Zyngier wrote: >> Hi Rob, >> >> On 21/11/13 14:28, Rob Herring wrote: >>> On Thu, Nov 21, 2013 at 2:59 AM, Marc Zyngier wrote: PSCI is an ARM standard that provides a generic interface that supervisory software

Re: [U-Boot] [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-11-22 Thread Marc Zyngier
On 22/11/13 03:58, Anup Patel wrote: > On 22 November 2013 07:24, Christoffer Dall > wrote: >> On 21 November 2013 07:04, Marc Zyngier wrote: >>> Hi Rob, >>> >>> On 21/11/13 14:28, Rob Herring wrote: On Thu, Nov 21, 2013 at 2:59 AM, Marc Zyngier wrote: > PSCI is an ARM standard that pr

Re: [U-Boot] [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-11-21 Thread Anup Patel
On 22 November 2013 07:24, Christoffer Dall wrote: > On 21 November 2013 07:04, Marc Zyngier wrote: >> Hi Rob, >> >> On 21/11/13 14:28, Rob Herring wrote: >>> On Thu, Nov 21, 2013 at 2:59 AM, Marc Zyngier wrote: PSCI is an ARM standard that provides a generic interface that supervisory

Re: [U-Boot] [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-11-21 Thread Christoffer Dall
On 21 November 2013 07:04, Marc Zyngier wrote: > Hi Rob, > > On 21/11/13 14:28, Rob Herring wrote: >> On Thu, Nov 21, 2013 at 2:59 AM, Marc Zyngier wrote: >>> PSCI is an ARM standard that provides a generic interface that >>> supervisory software can use to manage power in the following >>> situa

Re: [U-Boot] [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-11-21 Thread Rob Herring
On Thu, Nov 21, 2013 at 2:59 AM, 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 shutdown and reset

Re: [U-Boot] [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-11-21 Thread Marc Zyngier
Hi Rob, On 21/11/13 14:28, Rob Herring wrote: > On Thu, Nov 21, 2013 at 2:59 AM, 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 >> - bi