Commit 29d57f0a authored by Rahul Singh's avatar Rahul Singh Committed by Jon Mason
Browse files

foundation: disable Scalable Vector Extension (SVE)


When foundation platform is booted with SVE enabled in linux
kernel and with Xen hypervisor, linux kernel is stopped by a
trap catched by Xen during early boot as Xen is configuring
the coprocessor to trap access to SVE to EL2.Disabling the SVE
in foundation to boot the guest and host.

Change-Id: I862540a46686f1fb5343a3143da61db6073bb1d3
Signed-off-by: default avatarRahul Singh <rahul.singh@arm.com>
Reviewed-by: default avatarBertrand Marquis <bertrand.marquis@arm.com>
Signed-off-by: default avatarJon Mason <jon.mason@arm.com>
Showing with 2 additions and 0 deletions
+2 -0
......@@ -41,9 +41,11 @@ FOUNDATION_PLAT_EXE="Foundation_Platform"
# Foundation Platform arguments
# 4 cores
# Disable Scalable Vector Extension (SVE)
# gicv3 emulation (required for hardware virtualisation)
FOUNDATION_PLAT_ARGS=" \
--cores=4 \
--no-sve \
--gicv3"
# Foundation Platform user arguments
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment