Re: [U-Boot] [PATCH] vexpress/aemv8a: drop CONFIG_ARMV8_SWITCH_TO_EL1

2019-08-26 Thread Tom Rini
On Wed, Aug 21, 2019 at 06:29:10PM +0100, Sudeep Holla wrote: > To support KVM, we need to drop at EL2 and not EL1 before we boot Linux > kernel. This causes issues on platform with VHE and secondaries booting > at EL2 via TF-A PSCI CPU_ON call. > > Cc: Ryan Harkin > Cc: Liviu Dudau > Cc:

Re: [U-Boot] [PATCH] vexpress/aemv8a: drop CONFIG_ARMV8_SWITCH_TO_EL1

2019-08-21 Thread Peng Fan
> Subject: [U-Boot] [PATCH] vexpress/aemv8a: drop > CONFIG_ARMV8_SWITCH_TO_EL1 > > To support KVM, we need to drop at EL2 and not EL1 before we boot Linux > kernel. This causes issues on platform with VHE and secondaries booting at > EL2 via TF-A PSCI CPU_ON call. > &g

[U-Boot] [PATCH] vexpress/aemv8a: drop CONFIG_ARMV8_SWITCH_TO_EL1

2019-08-21 Thread Sudeep Holla
To support KVM, we need to drop at EL2 and not EL1 before we boot Linux kernel. This causes issues on platform with VHE and secondaries booting at EL2 via TF-A PSCI CPU_ON call. Cc: Ryan Harkin Cc: Liviu Dudau Cc: Linus Walleij Cc: David Feng Signed-off-by: Sudeep Holla ---