All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] foundation: disable Scalable Vector Extension (SVE)
@ 2020-03-18 12:01 Rahul Singh
  2020-03-19  8:02 ` [meta-arm] " Bertrand Marquis
  0 siblings, 1 reply; 3+ messages in thread
From: Rahul Singh @ 2020-03-18 12:01 UTC (permalink / raw)
  To: meta-arm; +Cc: nd

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: Rahul Singh <rahul.singh@arm.com>
---
 .../recipes-devtools/fvp-common/files/start-foundation-armv8.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-arm-bsp/recipes-devtools/fvp-common/files/start-foundation-armv8.sh b/meta-arm-bsp/recipes-devtools/fvp-common/files/start-foundation-armv8.sh
index 1df4fd8..e014124 100755
--- a/meta-arm-bsp/recipes-devtools/fvp-common/files/start-foundation-armv8.sh
+++ b/meta-arm-bsp/recipes-devtools/fvp-common/files/start-foundation-armv8.sh
@@ -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
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-19 20:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-18 12:01 [PATCH] foundation: disable Scalable Vector Extension (SVE) Rahul Singh
2020-03-19  8:02 ` [meta-arm] " Bertrand Marquis
2020-03-19 20:33   ` Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.