Re: [U-Boot] [PATCH v3 31/62] x86: Add an SPL implementation

2017-01-16 Thread Bin Meng
On Tue, Jan 17, 2017 at 11:24 AM, Bin Meng wrote: > On Mon, Jan 16, 2017 at 10:03 PM, 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 >> --- >

Re: [U-Boot] [PATCH v3 31/62] x86: Add an SPL implementation

2017-01-16 Thread Bin Meng
On Mon, Jan 16, 2017 at 10:03 PM, 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 v3: > - Update copyright year > - Drop dupli

[U-Boot] [PATCH v3 31/62] x86: Add an SPL implementation

2017-01-16 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 v3: - Update copyright year - Drop duplicate line in header commment - Add a comment about stack position to x