summaryrefslogtreecommitdiff
path: root/drivers/bus/stm32_rifsc.c
AgeCommit message (Collapse)AuthorFilesLines
2024-04-24bus: rifsc: introduce RIFSC firewall controller driverGatien Chevallier1-0/+252
RIFSC is a peripheral firewall controller that filter accesses based on Arm TrustZone secure state, Arm CPU privilege execution level and Compartment IDentification of the STM32 SoC subsystems. Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>