rockbox/utils/hwstub
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
..
include hwstub: remove the old library 2016-04-08 18:52:36 +01:00
lib hwstub: various cleanups 2016-12-12 11:35:16 +01:00
stub hwstub: add the possibility to flush caches before exec 2017-01-24 15:25:14 +01:00
tools hwstub/jz4760b: fix some typos in lua script after register name changes 2017-01-24 15:22:43 +01:00