Home
last modified time | relevance | path

Searched hist:"649829157 e9c034fd5eda0de87a39afa248bd4b2" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dinterrupts_64.c649829157e9c034fd5eda0de87a39afa248bd4b2 Fri Mar 04 00:10:06 UTC 2016 Alexander Graf <agraf@suse.de> arm64: Allow EFI payload code to take exceptions

There are 2 ways an EFI payload could return into u-boot:

- Callback function
- Exception

While in EFI payload mode, x18 is owned by the payload and may not contain
a valid pointer to gd, so we need to fix it up. We do that properly for the
payload to callback path already.

This patch also adds gd pointer restoral for the exception path.

Signed-off-by: Alexander Graf <agraf@suse.de>