source: trunk/softs/tsar_boot/conf/platform_tsar_generic_iob/defs_platform.h @ 586

Last change on this file since 586 was 586, checked in by alain, 10 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
RevLine 
[586]1#define NB_PROCS         1
2#define NB_CLUSTERS      4
[570]3
[586]4#define IRQ_PER_PROC     1
[570]5
[586]6#define USE_IOB          1
7#define CACHE_COHERENCE  1
8#define CACHE_LINE_SIZE  64   //  bytes
[570]9
[586]10#define RESET_DEBUG      0
[570]11
[586]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.