summaryrefslogtreecommitdiffstats
path: root/utils/hwstub/stub/jz4760b/target-config.h
blob: 5737e0bc873c538c82df2ce8f013228a937ae33f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#define CONFIG_JZ4760B
#define TCSM0_ORIG      0xf4000000
#define TCSM0_SIZE      0x4000
#define TCSM0_UNCACHED_ADDRESS  0xb32b0000
#define CPU_MIPS
#define STACK_SIZE      0x300
#define DCACHE_SIZE     0x4000 /* 16 kB */
#define DCACHE_LINE_SIZE    0x20   /* 32 B */
#define ICACHE_SIZE     0x4000 /* 16 kB */
#define ICACHE_LINE_SIZE    0x20   /* 32 B */
/* we need to flush caches before executing */
#define CONFIG_FLUSH_CACHES

/* something provides define
 * #define mips 1
 * which breaks paths badly
 */
#undef mips