[U-Boot] [PATCH] armv8/vexpress64: make multientry conditional

2015-01-27 Thread Linus Walleij
While the Freescale ARMv8 board LS2085A will enter U-Boot both on a master and a secondary (slave) CPU, this is not the common behaviour on ARMv8 platforms. The norm is that U-Boot is entered from the master CPU only, while the other CPUs are kept in WFI (wait for interrupt) state. The code

Re: [U-Boot] [PATCH] armv8/vexpress64: make multientry conditional

2015-01-27 Thread Tom Rini
On Tue, Jan 27, 2015 at 01:46:11PM +0100, Linus Walleij wrote: While the Freescale ARMv8 board LS2085A will enter U-Boot both on a master and a secondary (slave) CPU, this is not the common behaviour on ARMv8 platforms. The norm is that U-Boot is entered from the master CPU only, while the