Re: [U-Boot] [PATCH v3 50/62] x86: Support jumping from SPL to U-Boot

2017-01-16 Thread Bin Meng
On Mon, Jan 16, 2017 at 10:04 PM, Simon Glass 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 > Reviewed-by: Bin Meng > --- > > Changes in v3: None > Changes in v2: None > > arch/x86/cpu/cal

[U-Boot] [PATCH v3 50/62] x86: Support jumping from SPL to U-Boot

2017-01-16 Thread Simon Glass
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 Reviewed-by: Bin Meng --- Changes in v3: None Changes in v2: None arch/x86/cpu/call64.S | 3 +++ arch/x86/cpu/i386/cpu.c| 65