
1 May
2020
1 May
'20
12:31 p.m.
On Fri, May 1, 2020 at 6:25 PM Bin Meng bmeng.cn@gmail.com wrote:
On Fri, May 1, 2020 at 11:22 AM Simon Glass sjg@chromium.org wrote:
At present this function is only available in 32-bit code. Move it to the common cpu file so it can be used by 64-bit U-Boot too.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v3:
- Add new patch to make coreboot detection work in 64-bit code
Changes in v2: None
arch/x86/cpu/cpu.c | 25 +++++++++++++++++++++++++ arch/x86/cpu/i386/cpu.c | 26 +------------------------- 2 files changed, 26 insertions(+), 25 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com Tested-by: Bin Meng bmeng.cn@gmail.com
applied to u-boot-x86, thanks!