[U-Boot] [PATCH v3 56/62] x86: Add a dummy setjmp implementation for x86_64
Bin Meng
bmeng.cn at gmail.com
Tue Feb 7 05:18:20 UTC 2017
On Mon, Jan 16, 2017 at 10:04 PM, 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>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v3: None
> 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
>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list