Skip to content

Commit b1c3ba7

Browse files
aescolarjhedberg
authored andcommitted
Revert "board: x86: enable system timer clock frequency at run time"
This reverts commit 8eabf80. #69705 Introduced a regression in main in which tests/subsys/logging/log_timestamp started failing. (See #72344 for more info). Let's revert the PR. It can be submitted after with the issue fixed. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 2f5e939 commit b1c3ba7

File tree

9 files changed

+5
-9
lines changed

9 files changed

+5
-9
lines changed

boards/acrn/acrn/acrn_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ CONFIG_X2APIC=y
99
CONFIG_CONSOLE=y
1010
CONFIG_SERIAL=y
1111
CONFIG_UART_CONSOLE=y
12+
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
1213
CONFIG_BUILD_OUTPUT_BIN=y
1314
CONFIG_SHELL_BACKEND_SERIAL_INTERRUPT_DRIVEN=n
1415
CONFIG_KERNEL_VM_SIZE=0x1000000
1516
CONFIG_BUILD_NO_GAP_FILL=y
16-
CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME=y

boards/acrn/acrn/acrn_ehl_crb_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ CONFIG_PCIE=y
99
CONFIG_CONSOLE=y
1010
CONFIG_SERIAL=y
1111
CONFIG_UART_CONSOLE=y
12+
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=1900000000
1213
CONFIG_BUILD_OUTPUT_BIN=y
1314
CONFIG_SHELL_BACKEND_SERIAL_INTERRUPT_DRIVEN=n
1415
CONFIG_KERNEL_VM_SIZE=0x1000000
1516
CONFIG_BUILD_NO_GAP_FILL=y
1617
CONFIG_APIC_TSC_DEADLINE_TIMER=y
1718
CONFIG_APIC_TIMER_IRQ_PRIORITY=1
1819
CONFIG_SMP=y
19-
CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME=y

boards/intel/adl/intel_adl_crb_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ CONFIG_X2APIC=y
1010
CONFIG_SMP=y
1111
CONFIG_BUILD_OUTPUT_EFI=y
1212
CONFIG_BUILD_NO_GAP_FILL=y
13-
CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME=y

boards/intel/adl/intel_adl_rvp_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ CONFIG_X2APIC=y
1010
CONFIG_SMP=y
1111
CONFIG_BUILD_OUTPUT_EFI=y
1212
CONFIG_BUILD_NO_GAP_FILL=y
13-
CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME=y

boards/intel/ehl/intel_ehl_crb_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ CONFIG_SMP=y
1010
CONFIG_BUILD_OUTPUT_EFI=y
1111
CONFIG_BUILD_NO_GAP_FILL=y
1212
CONFIG_PCIE_PRT=n
13-
CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME=y

boards/intel/rpl/intel_rpl_p_crb_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ CONFIG_X2APIC=y
1111
CONFIG_SMP=y
1212
CONFIG_BUILD_OUTPUT_EFI=y
1313
CONFIG_BUILD_NO_GAP_FILL=y
14-
CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME=y

boards/intel/rpl/intel_rpl_s_crb_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ CONFIG_X2APIC=y
1111
CONFIG_SMP=y
1212
CONFIG_BUILD_OUTPUT_EFI=y
1313
CONFIG_BUILD_NO_GAP_FILL=y
14-
CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME=y

boards/up-bridge-the-gap/up_squared/up_squared_defconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ CONFIG_X2APIC=y
1010
CONFIG_SMP=y
1111
CONFIG_BUILD_OUTPUT_EFI=y
1212
CONFIG_BUILD_NO_GAP_FILL=y
13-
CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME=y
13+
14+
CONFIG_APIC_TSC_DEADLINE_TIMER=n
15+
CONFIG_HPET_TIMER=y

boards/up-bridge-the-gap/up_squared_pro_7000/up_squared_pro_7000_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ CONFIG_X2APIC=y
1010
CONFIG_SMP=y
1111
CONFIG_BUILD_OUTPUT_EFI=y
1212
CONFIG_BUILD_NO_GAP_FILL=y
13-
CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME=y

0 commit comments

Comments
 (0)