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

2014-02-26 Thread Ezaul Zillmer
ThankĀ“s Marc Error Compile How could solve this compilation problem? What am I doing wrong? Have since I'm Very Grateful! make Cubieboard2 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- arm-linux-gnueabihf-gcc -M -g -Os -ffunction-sections -fdata-sections -fno-common -ffixed-r9 -msoft-flo

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

2014-02-25 Thread Marc Zyngier
Hi, On 2014-02-25 13:38, Ezaul Zillmer wrote: Hi Marc Zyngier Where could obtain this repository with these alterations to be able to test virtualization with KVM on my cubieboard2'm using Kernel 3.14.rc4 I appreciate if you help You're looking at an older patch series. The new one can be

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

2014-02-25 Thread Ezaul Zillmer
Hi Marc Zyngier Where could obtain this repository with these alterations to be able to test virtualization with KVM on my cubieboard2'm using Kernel 3.14.rc4 I appreciate if you help Thank you ___ U-Boot mailing list U-Boot@lists.denx.de http://li

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

2014-02-13 Thread Marc Zyngier
Hi Albert, On 13/02/14 10:11, Albert ARIBAUD wrote: > Hi Marc, > > On Sat, 7 Dec 2013 11:19:05 +, 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 managem

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

2014-02-13 Thread Albert ARIBAUD
Hi Marc, On Sat, 7 Dec 2013 11:19:05 +, 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 v2 00/13] ARMv7: add PSCI support to u-boot

2013-12-09 Thread Marc Zyngier
On 09/12/13 10:51, Ian Campbell wrote: > On Sat, 2013-12-07 at 11:19 +, Marc Zyngier wrote: >> The kernel now boots in HYP mode, finds its secondary CPU without any >> SMP code present in the kernel, and runs KVM out of the box. >> Hopefully, the Xen/ARM guys can do the same fairly easily. >

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

2013-12-09 Thread Ian Campbell
On Sat, 2013-12-07 at 11:19 +, Marc Zyngier wrote: > The kernel now boots in HYP mode, finds its secondary CPU without any > SMP code present in the kernel, and runs KVM out of the box. > Hopefully, the Xen/ARM guys can do the same fairly easily. Indeed, I booted with this series on a cb2 and

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

2013-12-07 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