Add CPU specific power management operationsThis patch adds CPU core and cluster power down sequences to the CPU specificoperations framework introduced in a earlier patch. Cortex-A53, Cortex-A57
Add CPU specific power management operationsThis patch adds CPU core and cluster power down sequences to the CPU specificoperations framework introduced in a earlier patch. Cortex-A53, Cortex-A57 andgeneric AEM sequences have been added. The latter is suitable for theFoundation and Base AEM FVPs. A pointer to each CPU's operations structure issaved in the per-cpu data so that it can be easily accessed during power downseqeunces.An optional platform API has been introduced to allow a platform to disable theAccelerator Coherency Port (ACP) during a cluster power down sequence. The weakdefinition of this function (plat_disable_acp()) does not take any action. Itshould be overriden with a strong definition if the ACP is present on aplatform.Change-Id: I8d09bd40d2f528a28d2d3f19b77101178778685d
show more ...
1...<<111213141516171819