Last change
on this file since 602 was
586,
checked in by alain, 11 years ago
|
Modify the name "boot" to "reset" to avoid confusion
between the pre-loader and the boot-loader...
Increase the size of the segment containing the stacks.
|
File size:
350 bytes
|
Line | |
---|
1 | #define NB_PROCS 1 |
---|
2 | #define NB_CLUSTERS 4 |
---|
3 | |
---|
4 | #define IRQ_PER_PROC 1 |
---|
5 | |
---|
6 | #define USE_IOB 1 |
---|
7 | #define CACHE_COHERENCE 1 |
---|
8 | #define CACHE_LINE_SIZE 64 // bytes |
---|
9 | |
---|
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 |
---|
Note: See
TracBrowser
for help on using the repository browser.