]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: Show the CPU vendor in bdinfo
authorSimon Glass <sjg@chromium.org>
Wed, 28 Aug 2024 01:44:24 +0000 (19:44 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 18 Oct 2024 20:10:21 +0000 (14:10 -0600)
commit6ab545ba21668132d9dad27026c91d298b6e5a77
treef62137ae6332665c93421a4244b067a959ae18f6
parent9fb768c27c353048dc1e40d71153acdc2bbf1a1a
x86: Show the CPU vendor in bdinfo

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
arch/x86/include/asm/u-boot-x86.h
arch/x86/lib/bdinfo.c