[U-Boot] [PATCH v2 57/63] x86: Add a dummy setjmp implementation for x86_64
Bin Meng
bmeng.cn at gmail.com
Sat Jan 14 14:32:56 CET 2017
On Sun, Nov 20, 2016 at 4:25 AM, Simon Glass <sjg at chromium.org> 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 <sjg at chromium.org>
> ---
>
> Changes in v2:
> - Add the 'val' parameter to longjmp()
>
> arch/x86/cpu/x86_64/Makefile | 2 +-
> arch/x86/cpu/x86_64/setjmp.c | 20 ++++++++++++++++++++
> 2 files changed, 21 insertions(+), 1 deletion(-)
> create mode 100644 arch/x86/cpu/x86_64/setjmp.c
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list