zephyr/boards/x86/acrn
Enjia Mai c2ac8fe7d7 acrn_ehl_crb: fix the incorrect configuration of timer IRQ priority
The default CONFIG_APIC_TIMER_IRQ_PRIORITY is 4, but it should be 1 for
ACRN. That's why the testcase failed due to no timer interrupt was
triggered.

And we also temporary adjust the testing IRQ for dynamic isr due to it
conflict with the IRQ of the APIC TSC deadline TIMER.

Fixes #36203.

Signed-off-by: Enjia Mai <enjiax.mai@intel.com>
2021-08-03 07:30:15 -04:00
..
doc boards/x86/acrn: Rework board documentation 2021-06-03 20:07:50 -05:00
CMakeLists.txt
Kconfig.board
Kconfig.defconfig boards/x86/acrn_ehl_crb: Enable SMP by default 2021-06-03 20:07:50 -05:00
acrn.dts
acrn.yaml
acrn_defconfig boards/x86/acrn: Use APIC_TSC_DEADLINE_TIMER 2021-06-03 20:07:50 -05:00
acrn_ehl_crb.dts boards: Revert "boards: acrn_ehl_crb: Add ibecc DTS node" 2021-07-27 07:18:26 -04:00
acrn_ehl_crb.yaml
acrn_ehl_crb_defconfig acrn_ehl_crb: fix the incorrect configuration of timer IRQ priority 2021-08-03 07:30:15 -04:00
board.cmake
board_acrn.c