
14 Jan
2017
14 Jan
'17
2:32 p.m.
On Sun, Nov 20, 2016 at 4:25 AM, Simon Glass sjg@chromium.org wrote:
Add a rough function to handle jumping from 32-bit SPL to 64-bit U-Boot. This still needs work to clean it up.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
arch/x86/cpu/call64.S | 3 +++ arch/x86/cpu/i386/cpu.c | 65 ++++++++++++++++++++++++++++++++++++++++++++++ arch/x86/include/asm/cpu.h | 9 +++++++ 3 files changed, 77 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com