commit | f5ee38399d53860e8893f93e8b40f6842e2dfc46 | [log] [tgz] |
---|---|---|
author | Jeenu Viswambharan <jeenu.viswambharan@arm.com> | Thu Feb 01 08:05:36 2018 +0000 |
committer | Jeenu Viswambharan <jeenu.viswambharan@arm.com> | Fri Sep 07 08:42:50 2018 +0100 |
tree | 87e9e2a8943126b8741302853096399f28b9c348 | |
parent | dc8714bf5cbe13a90377e21402bcf02159a9156b [diff] |
SDEI: Mask events after CPU wakeup The specification requires that, after wakeup from a CPU suspend, the dispatcher must mask all events on the CPU. This patch adds the feature to the SDEI dispatcher by subscribing to the PSCI suspend to power down event, and masking all events on the PE. Change-Id: I9fe1d1bc2a58379ba7bba953a8d8b275fc18902c Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>