Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
c1a29754
Commit
c1a29754
authored
8 years ago
by
danh-arm
Committed by
GitHub
8 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #848 from douglas-raillard-arm/dr/improve_errata_doc
Clarify errata ERRATA_A53_836870 documentation
parents
5e810a85
3fbe46d7
master
v2.5
v2.5-rc1
v2.5-rc0
v2.4
v2.4-rc2
v2.4-rc1
v2.4-rc0
v2.3
v2.3-rc2
v2.3-rc1
v2.3-rc0
v2.2
v2.2-rc2
v2.2-rc1
v2.2-rc0
v2.1
v2.1-rc1
v2.1-rc0
v2.0
v2.0-rc0
v1.6
v1.6-rc1
v1.6-rc0
v1.5
v1.5-rc3
v1.5-rc2
v1.5-rc1
v1.5-rc0
v1.4
v1.4-rc0
arm_cca_v0.2
arm_cca_v0.1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/cpu-specific-build-macros.md
+1
-1
docs/cpu-specific-build-macros.md
lib/cpus/cpu-ops.mk
+1
-1
lib/cpus/cpu-ops.mk
with
2 additions
and
2 deletions
+2
-2
docs/cpu-specific-build-macros.md
View file @
c1a29754
...
...
@@ -58,7 +58,7 @@ For Cortex-A53, following errata build flags are defined :
*
`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.
r0p4 and onwards, this errata is enabled by default
in hardware
.
For Cortex-A57, following errata build flags are defined :
...
...
This diff is collapsed.
Click to expand it.
lib/cpus/cpu-ops.mk
View file @
c1a29754
...
...
@@ -63,7 +63,7 @@ ERRATA_A53_826319 ?=0
# Flag to apply erratum 836870 workaround during reset. This erratum applies
# only to revision <= r0p3 of the Cortex A53 cpu. From r0p4 and onwards, this
# erratum workaround is enabled by default.
# erratum workaround is enabled by default
in hardware
.
ERRATA_A53_836870
?=
0
# Flag to apply erratum 806969 workaround during reset. This erratum applies
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help