Skip to content

Commit

Permalink
plat-vexpress: qemu_virt: enable interrupt notif
Browse files Browse the repository at this point in the history
Embeds 10 interrupt notifiers in platform vexpress-qemu_virt in order
to embed interrupt notif tests for regression testing. The test adds
8 notifiers it plays with.

Signed-off-by: Etienne Carriere <[email protected]>
  • Loading branch information
etienne-lms committed Jan 30, 2023
1 parent 284890f commit 7a2ecf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/arch/arm/plat-vexpress/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ $(call force,CFG_DT,y)
CFG_DTB_MAX_SIZE ?= 0x100000
CFG_CORE_ASYNC_NOTIF ?= y
CFG_CORE_ASYNC_NOTIF_GIC_INTID ?= 219
CFG_CORE_ITR_NOTIF ?= y
CFG_CORE_ITR_NOTIF_MAX ?= 10
endif

ifeq ($(PLATFORM_FLAVOR),qemu_armv8a)
Expand Down

0 comments on commit 7a2ecf9

Please sign in to comment.