Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-17 | x86: efi: app: Display correct CPU info during boot | Bin Meng | |
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> | |||
2018-06-17 | x86: Rename efi-x86 target to efi-x86_app | Bin Meng | |
To avoid confusion, let's rename the efi-x86 target to efi-x86_app. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> |