File tree Expand file tree Collapse file tree 13 files changed +2
-234
lines changed
tests/benchmarks/multicore
common/remote_gdf_switching Expand file tree Collapse file tree 13 files changed +2
-234
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,8 +12,4 @@ config TEST_SLEEP_DURATION_MS
1212 Based on the value of 'min-residency-us' specified for each power state defined in the DTS,
1313 core enters the lowest possible power state.
1414
15- config GLOBAL_DOMAIN_CLOCK_FREQUENCY_SWITCHING
16- bool "Enable global domain frequency changing"
17- select CLOCK_CONTROL
18-
1915source "Kconfig.zephyr"
Original file line number Diff line number Diff line change @@ -19,8 +19,4 @@ config TEST_ROLE_REMOTE
1919 KConfig used in synchronization phase.
2020 Set TEST_ROLE_REMOTE=y on core that shall synchronize with the Host core.
2121
22- config GLOBAL_DOMAIN_CLOCK_FREQUENCY_SWITCHING
23- bool "Enable global domain frequency changing from remote"
24- select CLOCK_CONTROL
25-
2622source "Kconfig.zephyr"
Original file line number Diff line number Diff line change @@ -12,32 +12,4 @@ config TEST_SLEEP_DURATION_MS
1212 Based on the value of 'min-residency-us' specified for each power state defined in the DTS,
1313 core enters the lowest possible power state.
1414
15- choice GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION
16- prompt "Global domain clock frequency"
17- default GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_320MHZ
18-
19- config GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_320MHZ
20- bool "320MHz"
21-
22- config GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_256MHZ
23- bool "256MHz"
24-
25- config GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_128MHZ
26- bool "128MHz"
27-
28- config GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_64MHZ
29- bool "64MHz"
30-
31- endchoice
32-
33- config GLOBAL_DOMAIN_CLOCK_FREQUENCY_MHZ
34- int
35- default 320 if GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_320MHZ
36- default 256 if GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_256MHZ
37- default 128 if GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_128MHZ
38- default 64 if GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_64MHZ
39-
40- config GLOBAL_DOMAIN_CLOCK_FREQUENCY_SWITCHING
41- bool "Enable global domain frequency changing when driver is active"
42-
4315source "Kconfig.zephyr"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55#
66
77if (SB_CONFIG_SOC_NRF54H20)
8- if (SB_CONFIG_REMOTE_GLOBAL_DOMAIN_CLOCK_FREQUENCY_SWITCHING)
9- set (REMOTE_SOURCE_DIR ${ZEPHYR_NRF_MODULE_DIR} /tests/benchmarks/multicore/common/remote_gdf_switching)
10- else ()
11- set (REMOTE_SOURCE_DIR ${APP_DIR} /remote)
12- endif ()
8+ set (REMOTE_SOURCE_DIR ${APP_DIR} /remote)
139
1410 # Add remote project
1511 ExternalZephyrProject_Add(
Original file line number Diff line number Diff line change @@ -45,32 +45,4 @@ config TEST_SPI_RELEASE_BEFORE_SLEEP
4545 first test iteration will see SPI CS signal activation. Next test iterations
4646 will NOT observe changes on SPI CS signal.
4747
48- choice GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION
49- prompt "Global domain clock frequency"
50- default GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_320MHZ
51-
52- config GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_320MHZ
53- bool "320MHz"
54-
55- config GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_256MHZ
56- bool "256MHz"
57-
58- config GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_128MHZ
59- bool "128MHz"
60-
61- config GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_64MHZ
62- bool "64MHz"
63-
64- endchoice
65-
66- config GLOBAL_DOMAIN_CLOCK_FREQUENCY_MHZ
67- int
68- default 320 if GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_320MHZ
69- default 256 if GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_256MHZ
70- default 128 if GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_128MHZ
71- default 64 if GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_64MHZ
72-
73- config GLOBAL_DOMAIN_CLOCK_FREQUENCY_SWITCHING
74- bool "Enable global domain frequency changing when driver is active"
75-
7648source "Kconfig.zephyr"
You can’t perform that action at this time.
0 commit comments