]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARC: Invalidate instruction and data caches early on boot
authorEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Tue, 16 Jan 2018 18:52:25 +0000 (21:52 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Fri, 19 Jan 2018 14:59:35 +0000 (17:59 +0300)
commitc0e6769a82f79a0fc20baa9257ebd17b1cecf4fa
tree035547cf0052042c0da6c6e375a21910150e7110
parent7897f4e54cefe9525344bec419dae230e4ff9913
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>
arch/arc/lib/start.S