- Timestamp:
- Mar 3, 2014, 5:11:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/conf/platform_tsarv4_mono_mmu_ioc/defs_platform.h
r568 r653 1 #define NB_PROCS 12 #define NB_CLUSTERS 11 #define NB_PROCS 1 2 #define NB_CLUSTERS 1 3 3 4 #define IRQ_PER_PROC 14 #define IRQ_PER_PROC 1 5 5 6 #define USE_IOB 0 7 #define CACHE_COHERENCE 1 8 #define CACHE_LINE_SIZE 64 // bytes (ie 16 x 32-bit word) 6 #define USE_IOB 0 7 #define CACHE_COHERENCE 1 8 #define CACHE_LINE_SIZE 64 // bytes (ie 16 x 32-bit word) 9 #define RESET_DEBUG 0 9 10 10 #define BOOT_DEBUG 1 11 #define BOOT_DEBUG_IOC 0 12 13 #define TTY_BASE 0x20000000 14 #define ICU_BASE 0x30000000 15 #define IOC_BASE 0x40000000 16 #define MCC_BASE 0xFFFFFFFF // not used 11 #define TTY_PADDR_BASE 0x20000000 12 #define ICU_PADDR_BASE 0x30000000 13 #define IOC_PADDR_BASE 0x40000000 14 #define MCC_PADDR_BASE 0xFFFFFFFF // not used 15 #define RDK_PADDR_BASE 0xFFFFFFFF // not used
Note: See TracChangeset
for help on using the changeset viewer.