From 901b48106ddb6f5775a10a2930c1418e5ac8fe24 Mon Sep 17 00:00:00 2001 From: Luis Gerhorst <privat@luisgerhorst.de> Date: Tue, 15 Dec 2020 15:06:26 +0100 Subject: [PATCH] Note on EL1 IRQ routing --- arch/arm/core/aarch64/reset.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/core/aarch64/reset.S b/arch/arm/core/aarch64/reset.S index 0eaf7d0a2f1..75a70fd77ab 100644 --- a/arch/arm/core/aarch64/reset.S +++ b/arch/arm/core/aarch64/reset.S @@ -174,6 +174,8 @@ References: mov x0, #(CPACR_EL1_FPEN_NOTRAP) msr cpacr_el1, x0 + /* TODO: Maybe we should enable EA/IRQ/FIQ routing to EL1 here? */ + /* * Enable the instruction cache and el1 stack alignment check. */ -- GitLab