arm-trusted-firmware/include/plat/arm/common
Soby Mathew 5486a9653b Allow ARM Standard platforms to dynamically define PSCI capability
The capabilities exposed by the PSCI generic layer depends on the hooks
populated by the platform in `plat_arm_psci_pm_ops`. Currently ARM
Standard platforms statically define this structure. However, some
platforms may want to modify the hooks at runtime before registering
them with the generic layer.

This patch introduces a new ARM platform layer API
`plat_arm_psci_override_pm_ops` which allows the platform to probe
the power controller and modify `plat_arm_psci_pm_ops` if required.
Consequently, 'plat_arm_psci_pm_ops' is no longer qualified as
`const` on ARM Standard platforms.

Change-Id: I7dbb44b7bd36c20ec14ded5ee45a96816ca2ab9d
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
2016-12-07 12:45:55 +00:00
..
aarch64 Dump platform-defined regs in crash reporting 2016-04-14 17:50:22 +02:00
arm_config.h Rework use of interconnect drivers 2016-02-16 20:09:49 +00:00
arm_def.h AArch32: Add essential ARM platform and FVP support 2016-08-10 18:01:38 +01:00
arm_sip_svc.h Introduce ARM SiP service 2016-10-12 15:36:45 +01:00
plat_arm.h Allow ARM Standard platforms to dynamically define PSCI capability 2016-12-07 12:45:55 +00:00