Re: [U-Boot] [PATCH] x86: Add 64-bit setjmp/longjmp implementation

2018-06-06 Thread Alexander Graf
On 05.06.18 19:56, Ivan Gorinov wrote: > On Sun, Jun 03, 2018 at 02:06:47PM +0200, Alexander Graf wrote: >> On 02.06.18 20:44, Heinrich Schuchardt wrote: >>> On 05/31/2018 12:50 AM, Ivan Gorinov wrote: Add setjmp/longjmp functions for x86_64, based on existing 32-bit implementation. >>>

Re: [U-Boot] [PATCH] x86: Add 64-bit setjmp/longjmp implementation

2018-06-05 Thread Ivan Gorinov
On Sun, Jun 03, 2018 at 02:06:47PM +0200, Alexander Graf wrote: > On 02.06.18 20:44, Heinrich Schuchardt wrote: > > On 05/31/2018 12:50 AM, Ivan Gorinov wrote: > >> Add setjmp/longjmp functions for x86_64, > >> based on existing 32-bit implementation. > > > > Thank you for your patch. This address

Re: [U-Boot] [PATCH] x86: Add 64-bit setjmp/longjmp implementation

2018-06-03 Thread Alexander Graf
On 02.06.18 20:44, Heinrich Schuchardt wrote: > On 05/31/2018 12:50 AM, Ivan Gorinov wrote: >> Add setjmp/longjmp functions for x86_64, >> based on existing 32-bit implementation. > > Thank you for your patch. This addresses a gap that really should be closed. > > Please, add a line to the comm

Re: [U-Boot] [PATCH] x86: Add 64-bit setjmp/longjmp implementation

2018-06-02 Thread Heinrich Schuchardt
On 05/31/2018 12:50 AM, Ivan Gorinov wrote: > Add setjmp/longjmp functions for x86_64, > based on existing 32-bit implementation. Thank you for your patch. This addresses a gap that really should be closed. Please, add a line to the commit message indicating the calling conventions that are suppo

[U-Boot] [PATCH] x86: Add 64-bit setjmp/longjmp implementation

2018-05-30 Thread Ivan Gorinov
Add setjmp/longjmp functions for x86_64, based on existing 32-bit implementation. Signed-off-by: Ivan Gorinov --- arch/x86/cpu/x86_64/setjmp.S | 56 +++ arch/x86/cpu/x86_64/setjmp.c | 19 --- arch/x86/include/asm/setjmp.h | 17 +