Re: [PATCH v2 05/13] efi: Use a fixed value for the timer clock

2023-02-23 Thread Heinrich Schuchardt
On 2/22/23 20:12, Simon Glass wrote: It is not yet clear how to read the timer via EFI. The current value seems much too high on a Framework laptop I tried. Adjust it to a lower hard-coded value for now. Signed-off-by: Simon Glass --- (no changes since v1) drivers/timer/tsc_timer.c | 4

[PATCH v2 05/13] efi: Use a fixed value for the timer clock

2023-02-22 Thread Simon Glass
It is not yet clear how to read the timer via EFI. The current value seems much too high on a Framework laptop I tried. Adjust it to a lower hard-coded value for now. Signed-off-by: Simon Glass --- (no changes since v1) drivers/timer/tsc_timer.c | 4 1 file changed, 4 insertions(+) diff