Re: [U-Boot] [PATCH v2 57/63] x86: Add a dummy setjmp implementation for x86_64

2017-01-14 Thread Bin Meng
On Sun, Nov 20, 2016 at 4:25 AM, Simon Glass wrote: > We don't have the code for this yet. Add a dummy version for now, so that > EFI builds correctly. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add the 'val' parameter to longjmp() > >

[U-Boot] [PATCH v2 57/63] x86: Add a dummy setjmp implementation for x86_64

2016-11-19 Thread Simon Glass
We don't have the code for this yet. Add a dummy version for now, so that EFI builds correctly. Signed-off-by: Simon Glass --- Changes in v2: - Add the 'val' parameter to longjmp() arch/x86/cpu/x86_64/Makefile | 2 +- arch/x86/cpu/x86_64/setjmp.c | 20