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>
15 lines
321 B
YAML
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
|