efi: Use a fixed value for the timer clock
authorSimon Glass <sjg@chromium.org>
Fri, 10 Mar 2023 20:47:15 +0000 (12:47 -0800)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 13 Mar 2023 12:53:01 +0000 (13:53 +0100)
commit4f9a8f33f0ab5acdcfa7fafc29bb2a16883e9801
treefb253644dd33607d17d7e99b58e819c7f7cea64a
parent40b8afe6f6920eb951b7a1b9ef2766606632ccd8
efi: Use a fixed value for the timer clock

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 <sjg@chromium.org>
drivers/timer/tsc_timer.c