switch-l4t-atf/include
Soby Mathew ac1cc8eb76 PSCI: Add pwr_domain_pwr_down_wfi() hook in plat_psci_ops
This patch adds a new optional platform hook `pwr_domain_pwr_down_wfi()` in
the plat_psci_ops structure. This hook allows the platform to perform platform
specific actions including the wfi invocation to enter powerdown. This hook
is invoked by both psci_do_cpu_off() and psci_cpu_suspend_start() functions.
The porting-guide.md is also updated for the same.

This patch also modifies the `psci_power_down_wfi()` function to invoke
`plat_panic_handler` incase of panic instead of the busy while loop.

Fixes ARM-Software/tf-issues#375

Change-Id: Iba104469a1445ee8d59fb3a6fdd0a98e7f24dfa3
2016-05-25 14:00:00 +01:00
..
bl1 FWU: Add Generic Firmware Update framework support in BL1 2015-12-09 17:41:18 +00:00
bl31 PSCI: Add pwr_domain_pwr_down_wfi() hook in plat_psci_ops 2016-05-25 14:00:00 +01:00
bl32 Enable use of FIQs and IRQs as TSP interrupts 2015-12-04 12:02:12 +00:00
common Fix build error with optimizations disabled (-O0) 2016-04-14 16:24:03 +01:00
drivers Implement generic delay timer 2016-05-20 15:29:30 +01:00
lib Add support for Cortex-A57 erratum 833471 workaround 2016-04-21 12:59:59 +01:00
plat Add 32 bit version of plat_get_syscnt_freq 2016-05-20 15:29:03 +01:00
stdlib cdefs.h: Use __deprecated__ instead of deprecated 2016-01-20 15:45:39 -08:00