summaryrefslogtreecommitdiff
path: root/bl2u/aarch64/bl2u_entrypoint.S
diff options
context:
space:
mode:
Diffstat (limited to 'bl2u/aarch64/bl2u_entrypoint.S')
-rw-r--r--bl2u/aarch64/bl2u_entrypoint.S9
1 files changed, 9 insertions, 0 deletions
diff --git a/bl2u/aarch64/bl2u_entrypoint.S b/bl2u/aarch64/bl2u_entrypoint.S
index 452869ea..3e37b44f 100644
--- a/bl2u/aarch64/bl2u_entrypoint.S
+++ b/bl2u/aarch64/bl2u_entrypoint.S
@@ -102,6 +102,15 @@ func bl2u_entrypoint
bl bl2u_early_platform_setup
bl bl2u_plat_arch_setup
+#if ENABLE_PAUTH
+ /* ---------------------------------------------
+ * Program APIAKey_EL1
+ * and enable pointer authentication.
+ * ---------------------------------------------
+ */
+ bl pauth_init_enable_el1
+#endif
+
/* ---------------------------------------------
* Jump to bl2u_main function.
* ---------------------------------------------