source: branches/fault_tolerance/platform/tsar_generic_iob/conf/preloader_4c1p/defs_platform.h @ 658

Last change on this file since 658 was 658, checked in by cfuguet, 10 years ago

TSAR FAULT TOLERANCE BRANCH

  • Introducing replicated ROMs in cluster to contain the distributed boot procedure.
  • Erasing ROM in the IO network
File size: 430 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
16#define RDK_PADDR_BASE   0xFFFFFFFF // not used
17
18#define SYSCLK_FREQ              50000000
Note: See TracBrowser for help on using the repository browser.