[U-Boot] [PATCH] arm: Add return value argument to longjmp
Simon Glass
sjg at chromium.org
Tue Sep 27 19:55:33 CEST 2016
On 27 September 2016 at 01:30, Alexander Graf <agraf at suse.de> wrote:
> 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 at suse.de>
> ---
> arch/arm/include/asm/setjmp.h | 32 ++++++++++++++------------------
> lib/efi_loader/efi_boottime.c | 2 +-
> 2 files changed, 15 insertions(+), 19 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list