aboutsummaryrefslogtreecommitdiff
path: root/fwu/ns_bl1u/aarch64/ns_bl1u_entrypoint.S
diff options
context:
space:
mode:
Diffstat (limited to 'fwu/ns_bl1u/aarch64/ns_bl1u_entrypoint.S')
-rw-r--r--fwu/ns_bl1u/aarch64/ns_bl1u_entrypoint.S8
1 files changed, 8 insertions, 0 deletions
diff --git a/fwu/ns_bl1u/aarch64/ns_bl1u_entrypoint.S b/fwu/ns_bl1u/aarch64/ns_bl1u_entrypoint.S
index a2e9027b4..d971e4ad6 100644
--- a/fwu/ns_bl1u/aarch64/ns_bl1u_entrypoint.S
+++ b/fwu/ns_bl1u/aarch64/ns_bl1u_entrypoint.S
@@ -63,6 +63,14 @@ func ns_bl1u_entrypoint
bl tftf_early_platform_setup
bl tftf_plat_arch_setup
+#if ENABLE_PAUTH
+ /* ---------------------------------------------------------------------
+ * Program APIAKey_EL1 and enable pointer authentication.
+ * ---------------------------------------------------------------------
+ */
+ bl pauth_init_enable
+#endif /* ENABLE_PAUTH */
+
/* ---------------------------------------------------------------------
* Jump to main function.
* ---------------------------------------------------------------------