mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
mx5: Select ARM_CORTEX_A8_CVE_2017_5715
On a 4.18-rc1 kernel the following warning is seen on i.MX51 and i.MX53: CPU0: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable Select the ARM_CORTEX_A8_CVE_2017_5715 workaround for i.MX51/i.MX53 to fix the problem. With this patch applied the kernel reports: CPU0: Spectre v2: using BPIALL workaround Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
This commit is contained in:
parent
2121bbe49c
commit
ee322f3c79
1 changed files with 2 additions and 0 deletions
|
@ -8,9 +8,11 @@ config MX5
|
|||
config MX51
|
||||
bool
|
||||
select SYS_FSL_ERRATUM_ESDHC_A001
|
||||
select ARM_CORTEX_A8_CVE_2017_5715
|
||||
|
||||
config MX53
|
||||
bool
|
||||
select ARM_CORTEX_A8_CVE_2017_5715
|
||||
|
||||
choice
|
||||
prompt "MX5 board select"
|
||||
|
|
Loading…
Reference in a new issue