aboutsummaryrefslogtreecommitdiff
path: root/include/drivers/arm/tzc400.h
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2021-03-29 18:20:58 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2021-03-29 18:20:58 +0200
commit27d593ad95ebc520b4ddb5a9b69552c8d1ba7a9c (patch)
tree0411fae8726a92c98a129a22944bbbd46c83e72d /include/drivers/arm/tzc400.h
parentab496a338bbd42b2087b9750902e5134f4d67956 (diff)
parent236fc428bb7a934528a746a59f6a32cf9b28c49b (diff)
downloadtrusted-firmware-a-27d593ad95ebc520b4ddb5a9b69552c8d1ba7a9c.tar.gz
Merge changes from topic "tzc400_stm32mp" into integration
* changes: stm32mp1: add TZC400 interrupt management stm32mp1: use TZC400 macro to describe filters tzc400: add support for interrupts
Diffstat (limited to 'include/drivers/arm/tzc400.h')
-rw-r--r--include/drivers/arm/tzc400.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/drivers/arm/tzc400.h b/include/drivers/arm/tzc400.h
index aacd5dfea3..5f8a48f570 100644
--- a/include/drivers/arm/tzc400.h
+++ b/include/drivers/arm/tzc400.h
@@ -90,6 +90,8 @@
#define TZC_400_REGION_SIZE U(0x20)
#define TZC_400_ACTION_OFF U(0x4)
+#define FILTER_OFFSET U(0x10)
+
#ifndef __ASSEMBLER__
#include <cdefs.h>
@@ -110,6 +112,7 @@ void tzc400_configure_region(unsigned int filters,
void tzc400_set_action(unsigned int action);
void tzc400_enable_filters(void);
void tzc400_disable_filters(void);
+int tzc400_it_handler(void);
static inline void tzc_init(uintptr_t base)
{