]> git.baikalelectronics.ru Git - arm-tf.git/commit
spd: tlkd: secure timer interrupt handler
authorVarun Wadekar <vwadekar@nvidia.com>
Fri, 10 Aug 2018 16:55:25 +0000 (09:55 -0700)
committerVarun Wadekar <vwadekar@nvidia.com>
Wed, 11 Mar 2020 20:40:06 +0000 (13:40 -0700)
commitd205cda6fdd3b2c44f3983fe0f6ada1573d5e85c
tree08ecce5f67e05ce7d2b8b96727c440671a61f3ce
parent91dd7edd31c6626214c1198f60043067bba42f7c
spd: tlkd: secure timer interrupt handler

This patch adds an interrupt handler for TLK. On receiving an
interrupt, the source of the interrupt is determined and the
interrupt is marked complete. The IRQ number is passed to
TLK along with a special SMC function ID. TLK issues an SMC
to notify completion of the interrupt handler in the S-EL1
world.

Change-Id: I76f28cee6537245c5e448d2078f86312219cea1a
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
include/bl32/payloads/tlk.h
services/spd/tlkd/tlkd_main.c