Re: HPET and IRQs
Hi Tomasz,
toggle quoted message
Show quoted text
Additional to Like's comments, to calibrate the timer, if you have serial HV console, you can get the TSC frequency from the log. For example: calibrate_tsc, tsc_khz=1593600 Then you need to change the Zephyr code accordingly. In this example, set CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=1593600000 https://github.com/zephyrproject-rtos/zephyr/blob/master/boards/x86/acrn/acrn_defconfig#L13 Best Regards, Zide -----Original Message----- |
|