commit | 8dac6101a5d71bbe09df49f5883c340631e57130 | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Tue Mar 09 16:44:00 2021 +0800 |
committer | Ken Liu <ken.liu@arm.com> | Fri Mar 19 07:26:36 2021 +0100 |
tree | 8d3f1d21f4017b71fc6cc236bc6c841a8d5112e5 | |
parent | a1ca6118c9d840a67fbc016e36a346f932bab88b [diff] |
SPM: Wake up only when waitfing for the signal If a Partition is not waiting for a signal, it should not be woken up. Appending the signal to its asserted_signals is enough. The next time it waits for this signal, it will get it. And the waiting signal should be cleared when waking up. Setting waiting signal for polling mode is not necessary either. Change-Id: I9929fd7a4081077eb9543ef3b95ac7278931496c Signed-off-by: Kevin Peng <kevin.peng@arm.com>