Re: [U-Boot] [PATCH 1/6] x86: Add implementations of setjmp() and longjmp()

2016-08-09 Thread Bin Meng
Hi Simon, On Wed, Aug 10, 2016 at 2:16 AM, Simon Glass wrote: > Hi Bin, > > On 9 August 2016 at 00:49, Bin Meng wrote: >> Hi Simon, >> >> On Sun, Aug 7, 2016 at 7:23 AM, Simon Glass wrote: >>> Bring in these functions from Linux v4.4. They will be needed for EFI loader >>> support. >>> >>> Sign

Re: [U-Boot] [PATCH 1/6] x86: Add implementations of setjmp() and longjmp()

2016-08-09 Thread Simon Glass
Hi Bin, On 9 August 2016 at 00:49, Bin Meng wrote: > Hi Simon, > > On Sun, Aug 7, 2016 at 7:23 AM, Simon Glass wrote: >> Bring in these functions from Linux v4.4. They will be needed for EFI loader >> support. >> >> Signed-off-by: Simon Glass >> --- >> >> arch/x86/cpu/Makefile | 2 +-

Re: [U-Boot] [PATCH 1/6] x86: Add implementations of setjmp() and longjmp()

2016-08-08 Thread Bin Meng
Hi Simon, On Sun, Aug 7, 2016 at 7:23 AM, Simon Glass wrote: > Bring in these functions from Linux v4.4. They will be needed for EFI loader > support. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/Makefile | 2 +- > arch/x86/cpu/setjmp.S | 71 >