commit | 4e44f3b6b272868551d8778bf43e42392b63b066 | [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 | f411777e4fa376225834bef382a7d42093f31ca1 [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>