]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit7b1a8df2fe807962a5d812a641af0000ff88447d
treefb253644dd33607d17d7e99b58e819c7f7cea64a
parentc7ac4df181e7c54f882a21f694925c0e023e349b
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