commit | c0e6769a82f79a0fc20baa9257ebd17b1cecf4fa | [log] [tgz] |
---|---|---|
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | Tue Jan 16 21:52:25 2018 +0300 |
committer | Alexey Brodkin <abrodkin@synopsys.com> | Fri Jan 19 17:59:35 2018 +0300 |
tree | 035547cf0052042c0da6c6e375a21910150e7110 | |
parent | 7897f4e54cefe9525344bec419dae230e4ff9913 [diff] |
ARC: Invalidate instruction and data caches early on boot This is useful to make sure no stale data exists in caches after bootloaders. The worst thing could be some lines of cache were locked in a bootloader for example during DDR recalibration and never unlocked. This may lead to really unpredictable issues later down the line. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>