commit | 692fcdd800e1987e69294e11f8cf570771c528c5 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Sep 27 09:30:32 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 08 09:33:34 2016 -0400 |
tree | e196a4c634a52f10502af3b41f54e74365917544 | |
parent | d40dbfb7405cb74946ba0a6e9058045fdb5bddaf [diff] |
arm: Add return value argument to longjmp The normal longjmp command allows for a caller to pass the return value of the setjmp() invocation. This patch adds that semantic to the arm implementation of it and adjusts the efi_loader call respectively. Signed-off-by: Alexander Graf <agraf@suse.de> Reviewed-by: Simon Glass <sjg@chromium.org>