Searched hist:"1 cd29f0abd787eb881523452a77e12dab1cb32c5" (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | efi_image_loader.c | 1cd29f0abd787eb881523452a77e12dab1cb32c5 Thu Mar 24 00:37:37 UTC 2016 Alexander Graf <agraf@suse.de> efi_loader: Fix some entry/exit points
When switching between EFI context and U-Boot context we need to swap the register that "gd" resides in.
Some functions slipped through here, with efi_allocate_pool / efi_free_pool not doing the switch correctly and efi_return_handle switching too often.
Fix them all up to make sure we always have consistent register state.
Signed-off-by: Alexander Graf <agraf@suse.de>
|
| H A D | efi_boottime.c | 1cd29f0abd787eb881523452a77e12dab1cb32c5 Thu Mar 24 00:37:37 UTC 2016 Alexander Graf <agraf@suse.de> efi_loader: Fix some entry/exit points
When switching between EFI context and U-Boot context we need to swap the register that "gd" resides in.
Some functions slipped through here, with efi_allocate_pool / efi_free_pool not doing the switch correctly and efi_return_handle switching too often.
Fix them all up to make sure we always have consistent register state.
Signed-off-by: Alexander Graf <agraf@suse.de>
|