
7 Feb
2017
7 Feb
'17
6:18 a.m.
On Mon, Jan 16, 2017 at 10:04 PM, Simon Glass sjg@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@chromium.org Reviewed-by: Bin Meng bmeng.cn@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!