Skip to content

Commit 3f69745

Browse files
yinfangwcarlescufi
authored andcommitted
tests: timer_monotonic: Enable APIC timer's TSC deadline mode on ehl_crb
ehl_crb supports HPET timer by default. Add test suite to test APIC timer's TSC deadline mode on ehl_crb. Signed-off-by: Yinfang Wang <[email protected]>
1 parent 8d9ca6a commit 3f69745

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/kernel/timer/timer_monotonic/testcase.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ tests:
44
# FIXME: This test may fail for qemu_arc_hs on certain host systems.
55
# See foss-for-synopsys-dwc-arc-processors/qemu#67.
66
platform_exclude: qemu_arc_hs
7+
kernel.timer.monotonic.apic.tsc:
8+
tags: kernel timer apic_tsc
9+
platform_allow: ehl_crb
10+
extra_configs:
11+
- CONFIG_APIC_TSC_DEADLINE_TIMER=y
12+
- CONFIG_HPET_TIMER=n
713
kernel.timer.monotonic.linker_generator:
814
platform_allow: qemu_cortex_m3
915
tags: kernel timer linker_generator

0 commit comments

Comments
 (0)