]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
fix(qemu-sbsa): enable FGT
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Tue, 14 Feb 2023 08:27:59 +0000 (09:27 +0100)
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Fri, 28 Apr 2023 09:34:17 +0000 (11:34 +0200)
QEMU 7.2+ has FEAT_FGT support added to 'max' cpu.

So let's enable it to make Debian 'bookworm' kernel boot on sbsa-ref/max setup.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Change-Id: I49fb3e742b69ce7be5666e0144525dde21a68238

plat/qemu/qemu_sbsa/platform.mk

index 7b3129c3b9c9c3b6cd805d7793849584c3fd84b6..8b8d76be8df9455cfee9e2c4b03a6348c461f814 100644 (file)
@@ -139,3 +139,6 @@ $(eval $(call add_define,ARM_PRELOADED_DTB_BASE))
 # Later QEMU versions support SME and SVE.
 ENABLE_SVE_FOR_NS      := 2
 ENABLE_SME_FOR_NS      := 2
+
+# QEMU 7.2+ has support for FGT and Linux needs it enabled to boot on max
+ENABLE_FEAT_FGT        := 2