target/arm: Enable FEAT_S2FWB for -cpu max
commite04bf5a793ee5e7afdda8a1d1af08888fd67a989
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 5 May 2022 18:39:50 +0000 (5 19:39 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 19 May 2022 15:19:02 +0000 (19 16:19 +0100)
tree4a1bf45e1e0c78db1886c4cfbc373cb8bf48e364
parent8c7e17ef389699fd392e8613e144816b90af3a3a
target/arm: Enable FEAT_S2FWB for -cpu max

Enable the FEAT_S2FWB for -cpu max. Since FEAT_S2FWB requires that
CLIDR_EL1.{LoUU,LoUIS} are zero, we explicitly squash these (the
inherited CLIDR_EL1 value from the Cortex-A57 has them as 1).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220505183950.2781801-5-peter.maydell@linaro.org
docs/system/arm/emulation.rst
target/arm/cpu64.c