Re: [PATCH v4 04/20] x86: Set the CPU vendor in SPL

2023-09-19 Thread Bin Meng
On Thu, Aug 24, 2023 at 5:11 AM Simon Glass wrote: > > 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 > --- > > (no changes since v1) > > arch/

[PATCH v4 04/20] x86: Set the CPU vendor in SPL

2023-08-23 Thread Simon Glass
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 --- (no changes since v1) arch/x86/cpu/x86_64/cpu.c | 7 +++ 1 file changed, 7 insertions(+) diff