Changeset 832 for trunk/softs
- Timestamp:
- Oct 6, 2014, 10:59:20 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/conf/platform_de2_115_fpga/hard_config.h
r801 r832 45 45 #define SEG_RAM_SIZE 0x08000000 /* 128 MB */ 46 46 47 #define SEG_CMA_BASE 0x b600000048 #define SEG_CMA_SIZE 0x 400047 #define SEG_CMA_BASE 0xffffffff 48 #define SEG_CMA_SIZE 0x0 49 49 50 #define SEG_DMA_BASE 0x b100000051 #define SEG_DMA_SIZE 0x 400050 #define SEG_DMA_BASE 0xffffffff 51 #define SEG_DMA_SIZE 0x0 52 52 53 #define SEG_FBF_BASE 0x b700000053 #define SEG_FBF_BASE 0xf3000000 54 54 #define SEG_FBF_SIZE 0x100000 55 55 … … 57 57 #define SEG_ICU_SIZE 0x0 58 58 59 #define SEG_IOB_BASE 0x be00000060 #define SEG_IOB_SIZE 0x 100059 #define SEG_IOB_BASE 0xffffffff 60 #define SEG_IOB_SIZE 0x0 61 61 62 62 #define SEG_IOC_BASE 0xf2000000 … … 70 70 71 71 #define SEG_ROM_BASE 0xff000000 72 #define SEG_ROM_SIZE 0x 400072 #define SEG_ROM_SIZE 0x10000 73 73 74 74 #define SEG_SIM_BASE 0xffffffff
Note: See TracChangeset
for help on using the changeset viewer.