Re: [PATCH 2/6] x86: Ensure the CPU identity exists for timer init

2024-10-17 Thread Simon Glass
When bootstage is used the timer can be inited before the CPU identity is set up, resulting in the checks for the vendor not working. Add a special call to work around this. Signed-off-by: Simon Glass --- arch/x86/cpu/i386/cpu.c | 5 + arch/x86/cpu/x86_64/cpu.c | 6 ++

[PATCH 2/6] x86: Ensure the CPU identity exists for timer init

2024-08-27 Thread Simon Glass
When bootstage is used the timer can be inited before the CPU identity is set up, resulting in the checks for the vendor not working. Add a special call to work around this. Signed-off-by: Simon Glass --- arch/x86/cpu/i386/cpu.c | 5 + arch/x86/cpu/x86_64/cpu.c | 6 ++