reset2: Add PSCI system_reset2 function
This patch implements PSCI_SYSTEM_RESET2 API as defined in PSCI
v1.1 specification. The specification allows architectural and
vendor-specific resets via this API. In the current specification,
there is only one architectural reset, the warm reset. This reset is
intended to provide a fast reboot path that guarantees not to reset
system main memory.

Change-Id: I057bb81a60cd0fe56465dbb5791d8e1cca025bd3
Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
1 parent 4d415c1 commit 36a8f8fd471ae7c6dc8a810aaa8ff8734706234e
@Roberto Vargas Roberto Vargas authored on 26 Jul 2017
Showing 5 changed files
View
include/lib/psci/psci.h
View
lib/psci/psci_main.c
View
lib/psci/psci_private.h
View
lib/psci/psci_setup.c
View
lib/psci/psci_system_off.c