diff options
author | Qingfang Deng <dqfext@gmail.com> | 2024-02-26 16:38:52 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-03-23 20:00:49 +0100 |
commit | 54f9744c820a6090e0c06574684c33e3e611939d (patch) | |
tree | 94634e27aefe140bb84016b3ebd31562164f53b0 /target/linux/imx | |
parent | a693291ca9da031e168d802a5570c1a4bdfe0658 (diff) |
treewide: disable spectre mitigation on unaffected Arm32 targets
Cortex-A5 and Cortex-A7 are not vulnerable to any Spectre variants.
Ref: https://developer.arm.com/Arm%20Security%20Center/Speculative%20Processor%20Vulnerability
Signed-off-by: Qingfang Deng <dqfext@gmail.com>
Diffstat (limited to 'target/linux/imx')
-rw-r--r-- | target/linux/imx/cortexa7/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/imx/cortexa7/config-default b/target/linux/imx/cortexa7/config-default index 10f23be435..9fd67a79bb 100644 --- a/target/linux/imx/cortexa7/config-default +++ b/target/linux/imx/cortexa7/config-default @@ -53,6 +53,8 @@ CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y +# CONFIG_HARDEN_BRANCH_HISTORY is not set +# CONFIG_HARDEN_BRANCH_PREDICTOR is not set CONFIG_HDMI=y CONFIG_HW_CONSOLE=y CONFIG_HW_RANDOM_IMX_RNGC=y |