commit | 335c4f8b301ffe0fd323a25e9995c3e0b1b8aa1d | [log] [tgz] |
---|---|---|
author | Emekcan Aras <Emekcan.Aras@arm.com> | Wed May 15 13:54:51 2024 +0100 |
committer | Bence Balogh <bence.balogh@arm.com> | Fri Aug 02 17:41:56 2024 +0200 |
tree | 25bea1a791aa1b771c91681d5fec5bf538412cc0 | |
parent | 83c11c0bd119ffe8f2673aa09e17e1432b226415 [diff] |
fix(corstone1000): clean cache and disable interrupt before system reset Corstone1000 does not properly clean the cache and disable gic interrupts before the reset. This causes a race condition especially in FVP after reset. This adds proper sequence before resetting the platform. Change-Id: I22791eec2ec0ca61d201d8a745972a351248aa3d Signed-off-by: Emekcan Aras <Emekcan.Aras@arm.com>