All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] armv8: fsl-layerscape: Allow use of PSCI handlers for ls1088a
@ 2019-10-18  3:27 Mathew McBride
  2019-10-18  3:27 ` [U-Boot] [PATCH 1/2] armv8: dts: ls1088a: add PSCI binding for LS1088A Mathew McBride
  2019-10-18  3:27 ` [U-Boot] [PATCH 2/2] armv8: fsl-layerscape: do not use layerscape EFI reset if PSCI used Mathew McBride
  0 siblings, 2 replies; 8+ messages in thread
From: Mathew McBride @ 2019-10-18  3:27 UTC (permalink / raw)
  To: u-boot

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(-)

-- 
2.19.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-11-11  8:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-18  3:27 [U-Boot] [PATCH 0/2] armv8: fsl-layerscape: Allow use of PSCI handlers for ls1088a Mathew McBride
2019-10-18  3:27 ` [U-Boot] [PATCH 1/2] armv8: dts: ls1088a: add PSCI binding for LS1088A Mathew McBride
2019-10-18  7:24   ` Priyanka Jain
2019-10-18 20:45     ` Mathew McBride
2019-10-21  5:50       ` Priyanka Jain
2019-11-11  8:53   ` Priyanka Jain
2019-10-18  3:27 ` [U-Boot] [PATCH 2/2] armv8: fsl-layerscape: do not use layerscape EFI reset if PSCI used Mathew McBride
2019-11-11  8:54   ` Priyanka Jain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.