x86: Add a dummy setjmp implementation for x86_64
authorSimon Glass <sjg@chromium.org>
Mon, 16 Jan 2017 14:04:21 +0000 (07:04 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 7 Feb 2017 05:10:50 +0000 (13:10 +0800)
commitc780069f1e3ff6a6613a1aaae5668a35164532c7
tree8e5cdca3dec04eaada2290274e0362d6aa8a71ed
parent4d3ac6c3268d39929488c14d913af30f8de0368b
x86: Add a dummy setjmp implementation for x86_64

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@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/x86_64/Makefile
arch/x86/cpu/x86_64/setjmp.c [new file with mode: 0644]