diff options
author | Gatien Chevallier | 2024-01-05 14:04:00 +0100 |
---|---|---|
committer | Alexandre Torgue | 2024-04-25 14:44:39 +0200 |
commit | 2eeb74c449e910851fa48f4868ec0edadaa28f08 (patch) | |
tree | bd98062f6a21ae47bcc94220f9872f4a7dfc7292 /MAINTAINERS | |
parent | a182084572533d48818fefc6c4af1b8f8853c447 (diff) |
bus: etzpc: introduce ETZPC firewall controller driver
ETZPC is a peripheral and memory firewall controller that filter accesses
based on Arm TrustZone secure state and Arm CPU privilege execution level.
It handles MCU isolation as well.
Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 43ec60410657..fcbf46a399cb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20814,6 +20814,7 @@ F: drivers/media/i2c/st-mipid02.c ST STM32 FIREWALL M: Gatien Chevallier <gatien.chevallier@foss.st.com> S: Maintained +F: drivers/bus/stm32_etzpc.c F: drivers/bus/stm32_firewall.c F: drivers/bus/stm32_rifsc.c |