Skip to content

Commit

Permalink
plat-vexpress: qemuv8a: enable async notif and interrupt notif tests
Browse files Browse the repository at this point in the history
Default enable async notif on vexpress-qemuv8a platform flavor to
exercise async and interrupt notif tests in OP-TEE OS CI tests.

Signed-off-by: Etienne Carriere <[email protected]>
  • Loading branch information
etienne-lms committed May 6, 2023
1 parent d5ce3cb commit 285f119
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 @@ -140,6 +140,8 @@ CFG_DTB_MAX_SIZE ?= 0x100000
ifeq ($(CFG_SCMI_SCPFW),y)
$(call force,CFG_SCMI_SCPFW_PRODUCT,optee-fvp)
endif
CFG_CORE_ASYNC_NOTIF ?= y
CFG_CORE_ASYNC_NOTIF_GIC_INTID ?= 219
endif

ifneq (,$(filter $(PLATFORM_FLAVOR),qemu_virt qemu_armv8a))
Expand Down

0 comments on commit 285f119

Please sign in to comment.