]> git.baikalelectronics.ru Git - uboot.git/commit
ARC: Implement a function to sync and cleanup caches
authorEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Wed, 21 Mar 2018 12:59:02 +0000 (15:59 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Wed, 21 Mar 2018 14:06:54 +0000 (17:06 +0300)
commitf182bcb8995e55b94f1ead18aa03e96d1839c692
tree1c6a6f8b134ee60f38229a995d7843f75b44a5de
parent1869e94fbc6d823c2934be2f2ee78ae1d7637411
ARC: Implement a function to sync and cleanup caches

Implement specialized function to clenup caches (and therefore
sync instruction and data caches) which can be used for cleanup before linux
launch or to sync caches during U-Boot self-relocation.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
arch/arc/include/asm/cache.h
arch/arc/lib/bootm.c
arch/arc/lib/cache.c
arch/arc/lib/init_helpers.c