OP-TEE / build

Makefiles to use OP-TEE on various platforms
109 stars 215 forks source link

qemu_v8: fix non-FF-A Xen configuration #758

Closed jenswi-linaro closed 3 months ago

jenswi-linaro commented 3 months ago

Xen doesn't work with SME enabled. For SPMC_AT_EL == 1, 2, or 3 SME is already disabled when starting QEMU, but not for SPMC_AT_EL=n and XEN_BOOT=y, so fix this with another check.

Fixes: f68f33e84595 ("qemu_v8: enable max CPU for Xen")

jenswi-linaro commented 3 months ago

Tags applied.