]> git.baikalelectronics.ru Git - uboot.git/commit
x86: efi: app: Display correct CPU info during boot
authorBin Meng <bmeng.cn@gmail.com>
Tue, 12 Jun 2018 15:36:25 +0000 (08:36 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 17 Jun 2018 13:16:04 +0000 (21:16 +0800)
commita845245c66ba55e7074413debefd7c726fca9f18
treee9227bf8c6580de02efcb710291e42a33a7bde6b
parent6b8ca6d9d441737d5ae99beef5dc19180a69660e
x86: efi: app: Display correct CPU info during boot

Currently when EFI application boots, it says:

  CPU: x86_64, vendor <invalid cpu vendor>, device 0h

Fix this by calling x86_cpu_init_f() in arch_cpu_init().

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/efi/app.c