commit | 3d2d3b1b1d9980a3efd1a6382409cba1e4cfc5c1 | [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 | 363eb14a782b341a218429ed8064f1c0ee4e4c95 [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>