Last change
on this file since 747 was
741,
checked in by alain, 10 years ago
|
Increase stack_base address in ldscript to comply with the arch.py
|
File size:
443 bytes
|
Line | |
---|
1 | #define NB_PROCS 4 |
---|
2 | #define NB_CLUSTERS 1 |
---|
3 | #define CLUSTER_IO 0 |
---|
4 | |
---|
5 | #define IRQ_PER_PROC 4 |
---|
6 | |
---|
7 | #define USE_IOB 1 |
---|
8 | #define CACHE_COHERENCE 1 |
---|
9 | #define CACHE_LINE_SIZE 64 // bytes (ie 16 x 32-bit word) |
---|
10 | #define RESET_DEBUG 0 |
---|
11 | |
---|
12 | #define ICU_PADDR_BASE 0xB0000000 |
---|
13 | #define MCC_PADDR_BASE 0xB2000000 |
---|
14 | #define IOC_PADDR_BASE 0xB3000000 |
---|
15 | #define TTY_PADDR_BASE 0xB4000000 |
---|
16 | #define RDK_PADDR_BASE 0xFFFFFFFF // not used |
---|
Note: See
TracBrowser
for help on using the repository browser.