File tree 2 files changed +20
-6
lines changed
2 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ config BUILD_OUTPUT_STRIPPED
7
7
config MP_MAX_NUM_CPUS
8
8
default 2
9
9
10
- # TSC on this board is 1.9 GHz, HPET and APIC are 19.2 MHz
10
+ # TSC on this board is 1.5 GHz, HPET and APIC are 19.2 MHz
11
11
config SYS_CLOCK_HW_CYCLES_PER_SEC
12
- default 1900000000 if APIC_TSC_DEADLINE_TIMER
13
- default 1900000000 if APIC_TIMER_TSC
12
+ default 1500000000 if APIC_TSC_DEADLINE_TIMER
13
+ default 1500000000 if APIC_TIMER_TSC
14
14
default 19200000
15
15
16
16
if APIC_TIMER
Original file line number Diff line number Diff line change @@ -8,12 +8,26 @@ config BUILD_OUTPUT_STRIPPED
8
8
config MP_MAX_NUM_CPUS
9
9
default 2
10
10
11
- # TSC on this board is 1.9 GHz, HPET and APIC are 19.2 MHz
11
+ if BOARD_INTEL_RPL_S_CRB
12
+
13
+ # TSC on this board is 2.4 GHz for RPL-S, HPET and APIC are 19.2 MHz
12
14
config SYS_CLOCK_HW_CYCLES_PER_SEC
13
- default 1900000000 if APIC_TSC_DEADLINE_TIMER
14
- default 1900000000 if APIC_TIMER_TSC
15
+ default 2400000000 if APIC_TSC_DEADLINE_TIMER
16
+ default 2400000000 if APIC_TIMER_TSC
15
17
default 19200000
16
18
19
+ endif #BOARD_INTEL_RPL_S_CRB
20
+
21
+ if BOARD_INTEL_RPL_P_CRB
22
+
23
+ # TSC on this board is 1.8 GHz for RPL-P, HPET and APIC are 19.2 MHz
24
+ config SYS_CLOCK_HW_CYCLES_PER_SEC
25
+ default 1800000000 if APIC_TSC_DEADLINE_TIMER
26
+ default 1800000000 if APIC_TIMER_TSC
27
+ default 19200000
28
+
29
+ endif #BOARD_INTEL_RPL_P_CRB
30
+
17
31
if APIC_TIMER
18
32
config APIC_TIMER_IRQ
19
33
default 24
You can’t perform that action at this time.
0 commit comments