Re: [U-Boot] [PATCH v2 31/63] x86: Add an SPL implementation

2017-01-14 Thread Bin Meng
Hi Simon, On Sun, Nov 20, 2016 at 4:25 AM, Simon Glass wrote: > SPL needs to set up the machine ready for loading 64-bit U-Boot and jumping > to it. Call the existing init routines in order to accomplish this. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/include/asm

[U-Boot] [PATCH v2 31/63] x86: Add an SPL implementation

2016-11-19 Thread Simon Glass
SPL needs to set up the machine ready for loading 64-bit U-Boot and jumping to it. Call the existing init routines in order to accomplish this. Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/include/asm/spl.h | 8 +++ arch/x86/lib/Makefile | 1 + arch/x86/lib/spl.c