Skip to content

Commit

Permalink
plat-stm32mp1: enable async notif and interrupt notif on stm32mp13
Browse files Browse the repository at this point in the history
Enables async notif with interrupt notification using GIC PPI 15 as
non-secure interrupt notifier for STM32MP13 variants.

Enables interrupt notification for STM32MP13 variants that can generate
up to 8 interrupt events in non-secure world.

Signed-off-by: Etienne Carriere <[email protected]>
  • Loading branch information
etienne-lms committed May 6, 2023
1 parent 285f119 commit 22facda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/arch/arm/plat-stm32mp1/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ $(call force,CFG_STM32_SHARED_IO,y)

ifeq ($(CFG_STM32MP13),y)
$(call force,CFG_BOOT_SECONDARY_REQUEST,n)
$(call force,CFG_CORE_ASYNC_NOTIF,y)
$(call force,CFG_CORE_ASYNC_NOTIF_GIC_INTID,31)
$(call force,CFG_CORE_ITR_NOTIF,y)
$(call force,CFG_CORE_ITR_NOTIF_MAX,7)
$(call force,CFG_CORE_RESERVED_SHM,n)
$(call force,CFG_DRIVERS_CLK_FIXED,y)
$(call force,CFG_SECONDARY_INIT_CNTFRQ,n)
Expand Down

0 comments on commit 22facda

Please sign in to comment.