diff options
author | danh-arm <dan.handley@arm.com> | 2015-08-11 10:08:55 +0100 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2015-08-11 10:08:55 +0100 |
commit | aaa0567c38ea6f08d68ce64210800b51a8872c13 (patch) | |
tree | f4853ddf770eb91591306ab7a4a20f7e3ccf7cbd /docs/cpu-specific-build-macros.md | |
parent | c905376f966dbdcfd1c9fb9adca87172e691897e (diff) | |
parent | 7d116dccab2249a692181ba9521a52277e86591c (diff) | |
download | platform_external_arm-trusted-firmware-aaa0567c38ea6f08d68ce64210800b51a8872c13.tar.gz platform_external_arm-trusted-firmware-aaa0567c38ea6f08d68ce64210800b51a8872c13.tar.bz2 platform_external_arm-trusted-firmware-aaa0567c38ea6f08d68ce64210800b51a8872c13.zip |
Merge pull request #356 from mtk09422/mt8173-support-v3
Mt8173 support v3
Diffstat (limited to 'docs/cpu-specific-build-macros.md')
-rw-r--r-- | docs/cpu-specific-build-macros.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/cpu-specific-build-macros.md b/docs/cpu-specific-build-macros.md index 2368fd221..d9b7108cb 100644 --- a/docs/cpu-specific-build-macros.md +++ b/docs/cpu-specific-build-macros.md @@ -43,6 +43,15 @@ for it to specify which errata workarounds should be enabled or not. The value of the build flags are 0 by default, that is, disabled. Any other value will enable it. +For Cortex-A53, following errata build flags are defined : + +* `ERRATA_A53_826319`: This applies errata 826319 workaround to Cortex-A53 + CPU. This needs to be enabled only for revision <= r0p2 of the CPU. + +* `ERRATA_A53_836870`: This applies errata 836870 workaround to Cortex-A53 + CPU. This needs to be enabled only for revision <= r0p3 of the CPU. From + r0p4 and onwards, this errata is enabled by default. + For Cortex-A57, following errata build flags are defined : * `ERRATA_A57_806969`: This applies errata 806969 workaround to Cortex-A57 |