Re: [U-Boot] [PATCH v4 1/1] efi_loader: PSCI reset and shutdown

2018-10-18 Thread Alexander Graf
On 17.10.18 20:06, Heinrich Schuchardt wrote: > On 10/17/2018 07:37 PM, Alexander Graf wrote: >> >> >> On 17.10.18 19:05, Heinrich Schuchardt wrote: >>> When an operating system started via bootefi tries to reset or power off >>> this is done by calling the EFI runtime ResetSystem(). On most ARMv

Re: [U-Boot] [PATCH v4 1/1] efi_loader: PSCI reset and shutdown

2018-10-17 Thread Heinrich Schuchardt
On 10/17/2018 07:37 PM, Alexander Graf wrote: > > > On 17.10.18 19:05, Heinrich Schuchardt wrote: >> When an operating system started via bootefi tries to reset or power off >> this is done by calling the EFI runtime ResetSystem(). On most ARMv8 system >> the actual reset relies on PSCI. Dependin

Re: [U-Boot] [PATCH v4 1/1] efi_loader: PSCI reset and shutdown

2018-10-17 Thread Alexander Graf
On 17.10.18 19:05, Heinrich Schuchardt wrote: > When an operating system started via bootefi tries to reset or power off > this is done by calling the EFI runtime ResetSystem(). On most ARMv8 system > the actual reset relies on PSCI. Depending on whether the PSCI firmware > resides the hypervisor

[U-Boot] [PATCH v4 1/1] efi_loader: PSCI reset and shutdown

2018-10-17 Thread Heinrich Schuchardt
When an operating system started via bootefi tries to reset or power off this is done by calling the EFI runtime ResetSystem(). On most ARMv8 system the actual reset relies on PSCI. Depending on whether the PSCI firmware resides the hypervisor (EL2) or in the secure monitor (EL3) either an HVC or a