
6 Jun
2016
6 Jun
'16
11:28 p.m.
On Fri, May 20, 2016 at 11:28:22PM +0200, Alexander Graf wrote:
To quit an EFI application we will need logic to jump to the caller of a function without returning from the function we called into, so we need setjmp/longjmp functionality.
This patch introduces a trivial implementation of these that I verified works on armv7, thumb2 and aarch64.
Signed-off-by: Alexander Graf agraf@suse.de
Applied to u-boot/master, thanks!
--
Tom