[U-Boot] [U-Boot,v5,21/30] arm64: Allow exceptions to return
Tom Rini
trini at konsulko.com
Thu Mar 17 03:02:04 CET 2016
On Fri, Mar 04, 2016 at 01:10:05AM +0100, Alexander Graf wrote:
> Our current arm64 exception handlers all panic and never return to the
> exception triggering code.
>
> But if any handler wanted to continue execution after fixups, it would
> need help from the exception handling code to restore all registers.
>
> This patch implements that help. With this code, exception handlers on
> aarch64 can successfully return to the place the exception happened (or
> somewhere else if they modify elr).
>
> Signed-off-by: Alexander Graf <agraf at suse.de>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160316/3a603b01/attachment-0001.sig>
More information about the U-Boot
mailing list