Re: [U-Boot] [PATCH v2 49/50] x86: Add a way to jump from TPL to SPL

2019-05-02 Thread Simon Glass
Hi Bin, On Wed, 1 May 2019 at 10:17, Bin Meng wrote: > > Hi Simon, > > On Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > > > When TPL finishes it needs to jump to SPL with the stack set up correctly. > > Add a function to handle this. > > > > Signed-off-by: Simon Glass > > --- > > > > Cha

Re: [U-Boot] [PATCH v2 49/50] x86: Add a way to jump from TPL to SPL

2019-05-01 Thread Bin Meng
Hi Simon, On Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > When TPL finishes it needs to jump to SPL with the stack set up correctly. > Add a function to handle this. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add a new patch allowing jumping from TPL to SPL > > arch/x86

[U-Boot] [PATCH v2 49/50] x86: Add a way to jump from TPL to SPL

2019-04-25 Thread Simon Glass
When TPL finishes it needs to jump to SPL with the stack set up correctly. Add a function to handle this. Signed-off-by: Simon Glass --- Changes in v2: - Add a new patch allowing jumping from TPL to SPL arch/x86/cpu/start.S | 13 + 1 file changed, 13 insertions(+) diff --git a/arc