commit | b425a30f1edb6ba1650c6296f841a4241431b6ef | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Aug 16 21:08:49 2016 +0200 |
committer | Alexander Graf <agraf@suse.de> | Wed Oct 19 09:01:50 2016 +0200 |
tree | 1d7a2ba2733ccf263c6950ad767113f2ca4b7f58 | |
parent | 68a14f7afffa0c795ca7da986d537aa4d3e9e55b [diff] |
efi_loader: Add generic PSCI RTS Now that we have generic PSCI reset and shutdown support in place, we can advertise those as EFI Run Time Services, allowing efi applications and OSs to reset and shut down systems. Signed-off-by: Alexander Graf <agraf@suse.de> Reviewed-by: Simon Glass <sjg@chromium.org>