mbox series

[U-Boot,0/2] armv8: fsl-layerscape: Allow use of PSCI handlers for ls1088a

Message ID 20191018032754.65041-1-matt@traverse.com.au
Headers show
Series armv8: fsl-layerscape: Allow use of PSCI handlers for ls1088a | expand

Message

Mathew McBride Oct. 18, 2019, 3:27 a.m. UTC
This patch allows the use of PSCI for power operations - this is
desirable if the target board has implemented it's own power operation
handlers in Trusted Firmware/EL3.

Layerscape has it's own EFI service handlers for power operations - if
PSCI is used the generic handlers will be used instead.

Note that all of the existing Layerscape boards in-tree are blacklisted
from PSCI_RESET by default - to use this you must enable it for your
board.

Mathew McBride (2):
  armv8: dts: ls1088a: add PSCI binding for LS1088A
  armv8: fsl-layerscape: do not use layerscape EFI reset if PSCI used

 arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 2 +-
 arch/arm/dts/fsl-ls1088a.dtsi           | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)