zephyr/tests/drivers/interrupt_controller/intc_plic/testcase.yaml
Yong Cong Sin 475ff826d6 drivers: intc: plic: fix IRQ on every hart regardless of mapping
Allow IRQs to work on every hart regardless of the mapping
of the contexts.

Add a test to validate the hart-context mapping.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2024-09-16 10:02:08 +02:00

15 lines
321 B
YAML

common:
platform_allow: qemu_riscv64
tags:
- drivers
- interrupt
- plic
tests:
drivers.interrupt_controller.intc_plic: {}
drivers.interrupt_controller.intc_plic.alt_mapping:
extra_args:
DTC_OVERLAY_FILE="./alt_mapping.overlay"
extra_configs:
- CONFIG_TEST_INTC_PLIC_ALT_MAPPING=y