mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
fix(qemu): disable FEAT_SB
qemu/qemu_sbsa platforms support wide selection of cpu cores. From Cortex-A57 (v8.0) to Neoverse-N2 (v9.0) one. Only the last one (and 'max' which supports everything possible) supports FEAT_SB. Runtime check for ENABLE_FEAT_SB does not work in our case and we want to have working platform. Change-Id: Ic27d5af20ad76ae44c4211d28694e91ec62bddc1 Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
This commit is contained in:
parent
4da4a1a61d
commit
59bdb426d3
1 changed files with 3 additions and 1 deletions
|
@ -109,7 +109,9 @@ ENABLE_FEAT_DIT := 2
|
|||
|
||||
# 8.5
|
||||
ENABLE_FEAT_RNG := 2
|
||||
ENABLE_FEAT_SB := 2
|
||||
# TF-A currently does not do dynamic detection of FEAT_SB.
|
||||
# Compiler puts SB instruction when it is enabled.
|
||||
ENABLE_FEAT_SB := 0
|
||||
|
||||
# 8.6
|
||||
ENABLE_FEAT_FGT := 2
|
||||
|
|
Loading…
Add table
Reference in a new issue