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
e73d9d0f
Commit
e73d9d0f
authored
3 years ago
by
Joanna Farley
Committed by
TrustedFirmware Code Review
3 years ago
Browse files
Options
Download
Plain Diff
Merge "refactor(aarch64): remove `FEAT_BTI` architecture check" into integration
parents
d55d8309
4429b471
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/arch/aarch64/asm_macros.S
+0
-4
include/arch/aarch64/asm_macros.S
with
0 additions
and
4 deletions
+0
-4
include/arch/aarch64/asm_macros.S
View file @
e73d9d0f
...
...
@@ -10,10 +10,6 @@
#include <common/asm_macros_common.S>
#include <lib/spinlock.h>
#if ENABLE_BTI && !ARM_ARCH_AT_LEAST(8, 5)
#error Branch Target Identification requires ARM_ARCH_MINOR >= 5
#endif
/*
*
TLBI
instruction
with
type
specifier
that
implements
the
workaround
for
*
errata
813419
of
Cortex
-
A57
or
errata
1286807
of
Cortex
-
A76
.
...
...
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