Changeset 629 for trunk/softs/soft_hello_giet
- Timestamp:
- Feb 12, 2014, 9:51:23 AM (11 years ago)
- Location:
- trunk/softs/soft_hello_giet
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/soft_hello_giet/hard_config.h
r623 r629 12 12 #define Y_WIDTH 4 13 13 14 #define NB_PROCS_MAX 2 14 #define NB_PROCS_MAX 4 15 16 #define USE_EXT_IO 1 15 17 16 18 #define NB_DMA_CHANNELS 0 17 #define NB_TTY_CHANNELS (NB_PROCS_MAX * X_SIZE * Y_SIZE)18 19 #define NB_HBA_CHANNELS 0 19 20 #define NB_NIC_CHANNELS 0 20 21 #define NB_CMA_CHANNELS 0 21 22 23 #define NB_TTY_CHANNELS 4 22 24 23 25 #endif //_HARD_CONFIG_H -
trunk/softs/soft_hello_giet/ldscript
r623 r629 23 23 24 24 seg_xcu_base = 0xF0000000; /* controler XCU */ 25 seg_tty_base = 0xF 2000000; /* controler TTY */25 seg_tty_base = 0xF4000000; /* controler TTY */ 26 26 seg_fbf_base = 0xF3000000; /* controler FBF */ 27 seg_ioc_base = 0xF4000000; /* controler IOC */ 28 seg_mmc_base = 0xFF000000; /* config MMC */ 27 seg_ioc_base = 0xF2000000; /* controler IOC */ 28 seg_nic_base = 0xF7000000; /* controler NIC */ 29 seg_cma_base = 0xF8000000; /* controler CMA */ 30 seg_pic_base = 0xF9000000; /* controler PIC */ 31 seg_mmc_base = 0xE0000000; /* config MMC */ 29 32 30 33
Note: See TracChangeset
for help on using the changeset viewer.