summaryrefslogtreecommitdiff
path: root/drivers/arm/ccn/ccn.c
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2015-12-28 16:36:42 -0800
committerVarun Wadekar <vwadekar@nvidia.com>2017-02-28 08:50:01 -0800
commit78e2bd10aed75e2dd7d47abefd6270935fb889b7 (patch)
treeda99ed66b135f173d18cc35e39d38a021b383181 /drivers/arm/ccn/ccn.c
parentd33603016971adbe2aba04f96c2a45b56d33f99a (diff)
Tegra: implement FIQ interrupt handler
This patch adds a handler for FIQ interrupts triggered when the CPU is in the NS world. The handler stores the NS world's context along with ELR_EL3/SPSR_EL3. The NS world driver issues an SMC initially to register it's handler. The monitor firmware stores this handler address and jumps to it when the FIQ interrupt fires. Upon entry into the NS world the driver then issues another SMC to get the CPU context when the FIQ fired. This allows the NS world driver to determine the CPU state and call stack when the interrupt fired. Generally, systems register watchdog interrupts as FIQs which are then used to get the CPU state during hangs/crashes. Change-Id: I733af61a08d1318c75acedbe9569a758744edd0c Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Diffstat (limited to 'drivers/arm/ccn/ccn.c')
0 files changed, 0 insertions, 0 deletions