commit | 90e565e1c1d797ee7b1535c0dbda5c033fcedfe2 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Jun 12 08:36:25 2018 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jun 17 21:16:04 2018 +0800 |
tree | e9227bf8c6580de02efcb710291e42a33a7bde6b | |
parent | 6582074e4a418130b4f95500b81bf60551d21ef1 [diff] |
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>