Re: [U-Boot] [PATCH v5 01/14] sun7i: Remove duplicate call to psci_arch_init

2015-03-21 Thread Hans de Goede
Hi, On 11-03-15 16:11, Tom Rini wrote: On Mon, Mar 09, 2015 at 08:00:11AM +0100, Jan Kiszka wrote: This is already invoked a few cycles later in monitor mode by _secure_monitor. Drop it here, it serves no purpose. For clarity, because of the vector tables? Reviewed-by: Tom Rini I've just

Re: [U-Boot] [PATCH v5 01/14] sun7i: Remove duplicate call to psci_arch_init

2015-03-12 Thread Jan Kiszka
Am 2015-03-12 um 13:28 schrieb Tom Rini: > On Thu, Mar 12, 2015 at 08:34:34AM +0100, Jan Kiszka wrote: >> Am 2015-03-11 um 16:11 schrieb Tom Rini: >>> On Mon, Mar 09, 2015 at 08:00:11AM +0100, Jan Kiszka wrote: >>> This is already invoked a few cycles later in monitor mode by _secure_moni

Re: [U-Boot] [PATCH v5 01/14] sun7i: Remove duplicate call to psci_arch_init

2015-03-12 Thread Tom Rini
On Thu, Mar 12, 2015 at 08:34:34AM +0100, Jan Kiszka wrote: > Am 2015-03-11 um 16:11 schrieb Tom Rini: > > On Mon, Mar 09, 2015 at 08:00:11AM +0100, Jan Kiszka wrote: > > > >> This is already invoked a few cycles later in monitor mode by > >> _secure_monitor. Drop it here, it serves no purpose. >

Re: [U-Boot] [PATCH v5 01/14] sun7i: Remove duplicate call to psci_arch_init

2015-03-12 Thread Jan Kiszka
Am 2015-03-11 um 16:11 schrieb Tom Rini: > On Mon, Mar 09, 2015 at 08:00:11AM +0100, Jan Kiszka wrote: > >> This is already invoked a few cycles later in monitor mode by >> _secure_monitor. Drop it here, it serves no purpose. > > For clarity, because of the vector tables? Sorry, didn't get the q

Re: [U-Boot] [PATCH v5 01/14] sun7i: Remove duplicate call to psci_arch_init

2015-03-11 Thread Tom Rini
On Mon, Mar 09, 2015 at 08:00:11AM +0100, Jan Kiszka wrote: > This is already invoked a few cycles later in monitor mode by > _secure_monitor. Drop it here, it serves no purpose. For clarity, because of the vector tables? Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signa

[U-Boot] [PATCH v5 01/14] sun7i: Remove duplicate call to psci_arch_init

2015-03-09 Thread Jan Kiszka
This is already invoked a few cycles later in monitor mode by _secure_monitor. Drop it here, it serves no purpose. CC: Marc Zyngier Signed-off-by: Jan Kiszka --- arch/arm/cpu/armv7/sunxi/psci.S | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/cpu/armv7/sunxi/psci.S b/arch/arm/cpu/arm