1
0
Fork 0
forked from len0rd/rockbox
foxbox/utils/hwstub/stub/jz4760b
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
..
crt0.S hwstub: add jz4760b stub 2017-01-24 15:22:27 +01:00
hwstub.lds hwstub: add jz4760b stub 2017-01-24 15:22:27 +01:00
jz4760b.h hwstub: add jz4760b stub 2017-01-24 15:22:27 +01:00
Makefile hwstub: add jz4760b stub 2017-01-24 15:22:27 +01:00
mips-archdefs.h hwstub: add jz4760b stub 2017-01-24 15:22:27 +01:00
mips.h hwstub: add jz4760b stub 2017-01-24 15:22:27 +01:00
target-config.h hwstub: add the possibility to flush caches before exec 2017-01-24 15:25:14 +01:00
target.c hwstub: add jz4760b stub 2017-01-24 15:22:27 +01:00
usb_drv_jz4760b.c hwstub: add jz4760b stub 2017-01-24 15:22:27 +01:00