Home
last modified time | relevance | path

Searched hist:"299953 b989878d8f9ea38c7ea2d6760d49c0325e" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/arm/
H A Dboot.cdiff 299953b989878d8f9ea38c7ea2d6760d49c0325e Fri Aug 24 07:17:39 CDT 2018 Peter Maydell <peter.maydell@linaro.org> hw/arm/boot: AArch32 kernels should be started in Hyp mode if available

The kernel booting specification for an AArch32 kernel requires that
it is booted in Hyp mode if available; otherwise the kernel can't
enable KVM. We were incorrectly leaving the kernel in SVC mode.
If we're booting an AArch32 kernel in the Nonsecure state and Hyp
mode is available, start in it.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Luc Michel <luc.michel@greensocs.com>
Message-id: 20180820153020.21478-7-peter.maydell@linaro.org