mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 17:11:42 +00:00
PSCI: Publish CPU ON event
This allows other EL3 components to subscribe to CPU on events. Update Firmware Design guide to list psci_cpu_on_finish as an available event. Change-Id: Ida774afe0f9cdce4021933fcc33a9527ba7aaae2 Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
This commit is contained in:
@@ -10,3 +10,9 @@
|
||||
* This file defines a list of pubsub events, declared using
|
||||
* REGISTER_PUBSUB_EVENT() macro.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Event published after a CPU has been powered up and finished its
|
||||
* initialization.
|
||||
*/
|
||||
REGISTER_PUBSUB_EVENT(psci_cpu_on_finish);
|
||||
|
||||
Reference in New Issue
Block a user