Unverified Commit 2501a037 authored by Antonio Niño Díaz's avatar Antonio Niño Díaz Committed by GitHub
Browse files

Merge pull request #1779 from Anson-Huang/a53_errata

Enable necessary A53 erratas for i.MX8QM and i.MX8MQ
parents bc5e79cd cce90402
...@@ -34,3 +34,7 @@ USE_COHERENT_MEM := 1 ...@@ -34,3 +34,7 @@ USE_COHERENT_MEM := 1
RESET_TO_BL31 := 1 RESET_TO_BL31 := 1
A53_DISABLE_NON_TEMPORAL_HINT := 0 A53_DISABLE_NON_TEMPORAL_HINT := 0
MULTI_CONSOLE_API := 1 MULTI_CONSOLE_API := 1
ERRATA_A53_835769 := 1
ERRATA_A53_843419 := 1
ERRATA_A53_855873 := 1
...@@ -38,3 +38,7 @@ RESET_TO_BL31 := 1 ...@@ -38,3 +38,7 @@ RESET_TO_BL31 := 1
A53_DISABLE_NON_TEMPORAL_HINT := 0 A53_DISABLE_NON_TEMPORAL_HINT := 0
MULTI_CONSOLE_API := 1 MULTI_CONSOLE_API := 1
ERRATA_A72_859971 := 1 ERRATA_A72_859971 := 1
ERRATA_A53_835769 := 1
ERRATA_A53_843419 := 1
ERRATA_A53_855873 := 1
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment