]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: Set the CPU vendor in SPL
authorSimon Glass <sjg@chromium.org>
Wed, 20 Sep 2023 03:00:05 +0000 (21:00 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 21 Sep 2023 22:03:46 +0000 (06:03 +0800)
commit8ebca32b2d48d5e21e5c49c0dc03b10051b68ba6
tree9395e2b3396a6ae3cba183eaac0e5ab12a79b61c
parent2c6b979ec163afe72211eca571daee352a030c85
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>
arch/x86/cpu/x86_64/cpu.c