
18 Oct
2024
18 Oct
'24
1:12 a.m.
Refactor the cpu code and use it to show the CPU vendor, e.g. AuthenticAMD or GenuineIntel
Signed-off-by: Simon Glass sjg@chromium.org ---
arch/x86/cpu/i386/cpu.c | 94 ++++++++++++++++++------------- arch/x86/include/asm/u-boot-x86.h | 8 +++ arch/x86/lib/bdinfo.c | 7 ++- 3 files changed, 69 insertions(+), 40 deletions(-)
Applied to u-boot-dm, thanks!