Changeset 568 for trunk/softs/tsar_boot/conf
- Timestamp:
- Oct 30, 2013, 11:19:23 AM (11 years ago)
- Location:
- trunk/softs/tsar_boot/conf
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/conf/platform_fpga_de2-115/defs_platform.h
r425 r568 4 4 #define IRQ_PER_PROC 1 5 5 6 #define USE_IOB 0 6 7 #define CACHE_COHERENCE 1 7 8 #define CACHE_LINE_SIZE 64//bytes … … 13 14 #define TTY_BASE 0xFC000000 14 15 #define ICU_BASE 0xFD000000 16 #define MCC_BASE 0xFFFFFFFF // not used 15 17 16 18 /* Mandatory argument only for FPGA platforms */ -
trunk/softs/tsar_boot/conf/platform_tsarv4_mono_mmu_ioc/defs_platform.h
r416 r568 4 4 #define IRQ_PER_PROC 1 5 5 6 #define USE_IOB 0 6 7 #define CACHE_COHERENCE 1 7 8 #define CACHE_LINE_SIZE 64 // bytes (ie 16 x 32-bit word) … … 13 14 #define ICU_BASE 0x30000000 14 15 #define IOC_BASE 0x40000000 16 #define MCC_BASE 0xFFFFFFFF // not used -
trunk/softs/tsar_boot/conf/platform_vgsb_xicu_mmu/defs_platform.h
r425 r568 4 4 #define IRQ_PER_PROC 1 5 5 6 #define USE_IOB 0 6 7 #define CACHE_COHERENCE 0 7 8 #define CACHE_LINE_SIZE 16//bytes … … 13 14 #define IOC_BASE 0x00F10000 14 15 #define TTY_BASE 0x00F20000 16 #define MCC_BASE 0xFFFFFFFF //not used
Note: See TracChangeset
for help on using the changeset viewer.