Home
last modified time | relevance | path

Searched hist:cc4a474873ecf79775bef6b2e73a8b0c7e13b95f (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dinterrupts.ccc4a474873ecf79775bef6b2e73a8b0c7e13b95f Fri Mar 04 00:10:12 UTC 2016 Alexander Graf <agraf@suse.de> arm: 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, r9 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>