commit | 5e4d3f2176c14343386e7054eac725eb542e6256 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Mar 10 12:47:15 2023 -0800 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Mar 13 13:53:01 2023 +0100 |
tree | fb253644dd33607d17d7e99b58e819c7f7cea64a | |
parent | 3a127250b98646e098ea5d1aa669525151b1ff8c [diff] |
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>