Re: [U-Boot] [PATCH v4 05/11] tegra: select ARM_GIC for Tegra SoCs

2017-05-02 Thread Stephen Warren
On 05/02/2017 12:51 AM, Antoine Tenart wrote: Hi Stephen, On Mon, May 01, 2017 at 09:34:43AM -0600, Stephen Warren wrote: Antoine Tenart wrote at Sunday, April 30, 2017 6:30 AM: Select the newly introduced ARM_GIC option to the relevant configuration which also have a psci implementation.

Re: [U-Boot] [PATCH v4 05/11] tegra: select ARM_GIC for Tegra SoCs

2017-05-02 Thread Antoine Tenart
Hi Stephen, On Mon, May 01, 2017 at 09:34:43AM -0600, Stephen Warren wrote: > > Antoine Tenart wrote at Sunday, April 30, 2017 6:30 AM: > > > > > > Select the newly introduced ARM_GIC option to the relevant configuration > > > which also have a psci implementation. > > It's true that all Tegra

Re: [U-Boot] [PATCH v4 05/11] tegra: select ARM_GIC for Tegra SoCs

2017-05-02 Thread Antoine Tenart
On Tue, May 02, 2017 at 08:39:03AM +0200, Antoine Tenart wrote: > Hi Stephen, Of course I meant Tom... Sorry for that. Antoine > On Mon, May 01, 2017 at 03:12:30PM +, Tom Warren wrote: > > Antoine - what testing did you do? > > I tested using CPU idle with a mainline kernel on both the

Re: [U-Boot] [PATCH v4 05/11] tegra: select ARM_GIC for Tegra SoCs

2017-05-02 Thread Antoine Tenart
Hi Stephen, On Mon, May 01, 2017 at 03:12:30PM +, Tom Warren wrote: > Antoine - what testing did you do? I tested using CPU idle with a mainline kernel on both the CHIP and an A20 board (both have an Allwinner SoC). I also measured the overall power consumption using the ACME cape from

Re: [U-Boot] [PATCH v4 05/11] tegra: select ARM_GIC for Tegra SoCs

2017-05-01 Thread Stephen Warren
On 05/01/2017 09:12 AM, Tom Warren wrote: Adding Stephen and Thierry for review/input. Antoine - what testing did you do? Antoine Tenart wrote at Sunday, April 30, 2017 6:30 AM: Select the newly introduced ARM_GIC option to the relevant configuration which also have a psci implementation.

Re: [U-Boot] [PATCH v4 05/11] tegra: select ARM_GIC for Tegra SoCs

2017-05-01 Thread Tom Warren
Adding Stephen and Thierry for review/input. Antoine - what testing did you do? Tom > -Original Message- > From: Antoine Tenart [mailto:antoine.ten...@free-electrons.com] > Sent: Sunday, April 30, 2017 6:30 AM > To: maxime.rip...@free-electrons.com; w...@csie.org; ja...@openedev.com >

[U-Boot] [PATCH v4 05/11] tegra: select ARM_GIC for Tegra SoCs

2017-04-30 Thread Antoine Tenart
Select the newly introduced ARM_GIC option to the relevant configuration which also have a psci implementation. Signed-off-by: Antoine Tenart Cc: Tom Warren --- arch/arm/mach-tegra/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git