u-boot/arch/arc/lib
Eugeniy Paltsev c0e6769a82 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>
2018-01-19 17:59:35 +03:00
..
Makefile arc: use timer driver for ARC boards 2017-03-24 14:47:52 +03:00
_millicodethunk.S
bootm.c arc: bootm: Move slave cores kick-starting under !fake 2017-11-24 19:38:07 +03:00
cache.c ARC: Cache: Fix style violations reported by checkpatch 2018-01-19 17:59:35 +03:00
cpu.c board_f: Rename initdram() to dram_init() 2017-04-13 09:40:57 -04:00
init_helpers.c arc: significant cache rework 2015-07-01 17:17:27 +03:00
interrupts.c arc: Update exception & interrupt handling for ARCv2 2016-08-05 12:50:25 +03:00
ints_low.S arc: Update exception & interrupt handling for ARCv2 2016-08-05 12:50:25 +03:00
libgcc2.c
libgcc2.h
memcmp.S
memcpy-700.S
memset.S
relocate.c arc: No need in sections defined in sources with newer tools 2016-08-05 12:50:25 +03:00
reset.c
start.S ARC: Invalidate instruction and data caches early on boot 2018-01-19 17:59:35 +03:00
strchr-700.S
strcmp.S
strcpy-700.S
strlen.S