Re: [PATCH] arm64/efi: use UEFI ResetSystem() Runtime Service for system reset

2015-03-06 Thread Ard Biesheuvel
On 5 March 2015 at 15:22, Mark Rutland mark.rutl...@arm.com wrote: Hi Ard, On Thu, Mar 05, 2015 at 12:51:11PM +, Ard Biesheuvel wrote: If UEFI Runtime Services are available, the ResetSystem() service should be preferred over direct PSCI calls or other methods to reset the system. The

[PATCH] arm64/efi: use UEFI ResetSystem() Runtime Service for system reset

2015-03-05 Thread Ard Biesheuvel
If UEFI Runtime Services are available, the ResetSystem() service should be preferred over direct PSCI calls or other methods to reset the system. The reason is that the UpdateCapsule() UEFI Runtime Service, which is used to perform firmware updates, relies on this. Signed-off-by: Ard Biesheuvel

Re: [PATCH] arm64/efi: use UEFI ResetSystem() Runtime Service for system reset

2015-03-05 Thread Mark Rutland
Hi Ard, On Thu, Mar 05, 2015 at 12:51:11PM +, Ard Biesheuvel wrote: If UEFI Runtime Services are available, the ResetSystem() service should be preferred over direct PSCI calls or other methods to reset the system. The reason is that the UpdateCapsule() UEFI Runtime Service, which is used