ARC: QEMU: Enable icount support

This allows to get much more reproducible results in terms of
amount of tests passed & failed.

But note it requires QEMU for ARC with icount support!

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
This commit is contained in:
Alexey Brodkin 2020-07-04 00:24:22 +03:00 committed by Anas Nashif
commit 7e8fa999bf
3 changed files with 3 additions and 3 deletions

View file

@ -11,4 +11,4 @@ CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y CONFIG_SERIAL=y
CONFIG_UART_NS16550=y CONFIG_UART_NS16550=y
CONFIG_QEMU_ICOUNT=n CONFIG_QEMU_ICOUNT_SHIFT=6

View file

@ -11,4 +11,4 @@ CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y CONFIG_SERIAL=y
CONFIG_UART_NS16550=y CONFIG_UART_NS16550=y
CONFIG_QEMU_ICOUNT=n CONFIG_QEMU_ICOUNT_SHIFT=6

View file

@ -9,7 +9,7 @@ config SOC
config SYS_CLOCK_HW_CYCLES_PER_SEC config SYS_CLOCK_HW_CYCLES_PER_SEC
int int
default 1000000 default 10000000
config UART_CONSOLE_ON_DEV_NAME config UART_CONSOLE_ON_DEV_NAME
string string