Skip to content
Commit f3c3520b authored by Tarek El-Sherbiny's avatar Tarek El-Sherbiny Committed by tarek-arm
Browse files

fwk: SCP suspend execution until an interrupt occurs



Currently, the firmware is busy looping forever while
waiting for any interrupts. This behaviour consumes power
unnecessarily. To avoid the busy loop scenario the firmware
will enter suspend state using WFE (Wait For Event)
instruction. Any interrupt will wake up the CPU to handle
new events.

Signed-off-by: Tarek El-Sherbiny's avatarTarek El-Sherbiny <tarek.el-sherbiny@arm.com>
Signed-off-by: Girish Pathak's avatarGirish Pathak <girish.pathak@arm.com>
Change-Id: I83508dcce721a6d3fb93fa598d03a4bb01331f00
parent 975a284f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment