1
0
Fork 0
forked from len0rd/rockbox
foxbox/utils/hwstub/stub/asm/mips
Amaury Pouly 56340f4cd0 hwstub: add the possibility to flush caches before exec
This is needed on the jz4760b because if some data is loaded to DRAM, then it
is cached and a disaster lurks if dcaches/icache are not flushed. Targets that
needs this must define CONFIG_FLUSH_CACHES in target-config.h and implement
target_flush_caches(). Currently MIPS has some generic code for mips32r1 that
requires to define {D,I}CACHE_SIZE and {D,I}CACHE_LINE_SIZE in target-config.h

Change-Id: I5a3fc085de9445d8c8a2eb61ae4e2dc9bb6b4e8e
2017-01-24 15:25:14 +01:00
..
atomic_rw.S hwstub: implement read/write data abort recovery 2015-01-13 23:35:33 +01:00
memcpy.S hwstub: Add atj213x support 2014-11-05 08:18:59 +01:00
memset.S hwstub: Add atj213x support 2014-11-05 08:18:59 +01:00
system.S hwstub: add the possibility to flush caches before exec 2017-01-24 15:25:14 +01:00