commit | 8ebca32b2d48d5e21e5c49c0dc03b10051b68ba6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 19 21:00:05 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Fri Sep 22 06:03:46 2023 +0800 |
tree | 9395e2b3396a6ae3cba183eaac0e5ab12a79b61c | |
parent | 2c6b979ec163afe72211eca571daee352a030c85 [diff] |
x86: Set the CPU vendor in SPL We don't read this information in 64-bit mode, since we don't have the macros for doing it. Set it to Intel by default. This allows the TSC timer to work correctly. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>