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

2016-09-26 Thread Bin Meng
On Tue, Sep 27, 2016 at 8:34 AM, Simon Glass wrote: > Hi Alex, > > On 26 September 2016 at 01:28, Alexander Graf wrote: >> >> >> On 26.09.16 09:21, Bin Meng wrote: >>> Hi Alex, >>> >>> On Mon, Sep 26, 2016 at 3:05 PM, Alexander Graf wrote: On 26.09.16 09:00, Bin Meng wrote: >

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

2016-09-26 Thread Simon Glass
Hi Alex, On 26 September 2016 at 01:28, Alexander Graf wrote: > > > On 26.09.16 09:21, Bin Meng wrote: >> Hi Alex, >> >> On Mon, Sep 26, 2016 at 3:05 PM, Alexander Graf wrote: >>> >>> >>> On 26.09.16 09:00, Bin Meng wrote: Hi Simon, On Mon, Sep 26, 2016 at 5:27 AM, Simon Glass wr

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

2016-09-26 Thread Alexander Graf
On 26.09.16 09:21, Bin Meng wrote: > Hi Alex, > > On Mon, Sep 26, 2016 at 3:05 PM, Alexander Graf wrote: >> >> >> On 26.09.16 09:00, Bin Meng wrote: >>> Hi Simon, >>> >>> On Mon, Sep 26, 2016 at 5:27 AM, Simon Glass wrote: Bring in these functions from Linux v4.4. They will be needed for

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

2016-09-26 Thread Bin Meng
Hi Alex, On Mon, Sep 26, 2016 at 3:05 PM, Alexander Graf wrote: > > > On 26.09.16 09:00, Bin Meng wrote: >> Hi Simon, >> >> On Mon, Sep 26, 2016 at 5:27 AM, Simon Glass wrote: >>> Bring in these functions from Linux v4.4. They will be needed for EFI loader >>> support. >>> >>> Signed-off-by: Sim

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

2016-09-26 Thread Alexander Graf
On 26.09.16 09:00, Bin Meng wrote: > Hi Simon, > > On Mon, Sep 26, 2016 at 5:27 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 >> --- >> >> Changes in v2: >> - Drop irrelevant comment >> - Add

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

2016-09-26 Thread Bin Meng
Hi Simon, On Mon, Sep 26, 2016 at 5:27 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 > --- > > Changes in v2: > - Drop irrelevant comment > - Add a comment about .size > - Drop unnecessary .text dir

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

2016-09-25 Thread Simon Glass
Bring in these functions from Linux v4.4. They will be needed for EFI loader support. Signed-off-by: Simon Glass --- Changes in v2: - Drop irrelevant comment - Add a comment about .size - Drop unnecessary .text directive - Make longjmp() always cause setjmp() to return 1 arch/x86/cpu/Makefile