Skip to content
GitLab
Menu
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
e2b717e6
Unverified
Commit
e2b717e6
authored
Mar 08, 2019
by
Dimitris Papastamos
Committed by
GitHub
Mar 08, 2019
Browse files
Merge pull request #1867 from AlexeiFedorov/af/enable_ptrauth_warm_boot
BL31: Enable pointer authentication support in warm boot path
parents
8807771f
7dcbb4f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
bl31/aarch64/bl31_entrypoint.S
View file @
e2b717e6
...
...
@@ -201,6 +201,19 @@ func bl31_warm_entrypoint
#endif
bl
bl31_plat_enable_mmu
/
*
--------------------------------------------------------------------
*
Enable
pointer
authentication
*
--------------------------------------------------------------------
*/
#if ENABLE_PAUTH
bl
pauth_load_bl_apiakey
mrs
x0
,
sctlr_el3
orr
x0
,
x0
,
#
SCTLR_EnIA_BIT
msr
sctlr_el3
,
x0
isb
#endif /* ENABLE_PAUTH */
bl
psci_warmboot_entrypoint
#if ENABLE_RUNTIME_INSTRUMENTATION
...
...
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