Changeset 425 for trunk/softs/tsar_boot/conf
- Timestamp:
- Jun 30, 2013, 8:28:58 PM (11 years ago)
- Location:
- trunk/softs/tsar_boot/conf
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/conf/platform_fpga_de2-115/defs_platform.h
r412 r425 7 7 #define CACHE_LINE_SIZE 64//bytes 8 8 9 #define BOOT_DEBUG 09 #define BOOT_DEBUG 1 10 10 #define BOOT_DEBUG_IOC 0 11 11 … … 13 13 #define TTY_BASE 0xFC000000 14 14 #define ICU_BASE 0xFD000000 15 16 /* Mandatory argument only for FPGA platforms */ 17 18 #define SYSCLK_FREQ 25000000//Hz -
trunk/softs/tsar_boot/conf/platform_vgsb_xicu_mmu/defs_platform.h
r412 r425 7 7 #define CACHE_LINE_SIZE 16//bytes 8 8 9 #define BOOT_DEBUG 1 10 #define BOOT_DEBUG_IOC 0 11 9 12 #define ICU_BASE 0x00F00000 10 13 #define IOC_BASE 0x00F10000 -
trunk/softs/tsar_boot/conf/platform_vgsb_xicu_mmu/ldscript
r368 r425 7 7 /* Definition of the base address for all segments */ 8 8 9 seg_stack_base = 0x00 108000;9 seg_stack_base = 0x00018000; 10 10 seg_boot_base = 0xBFC00000; /* le code de boot */ 11 11
Note: See TracChangeset
for help on using the changeset viewer.