FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cfgmagic/target.c155 @ 512:6f4cadd1fd7f
gsm-fw/cfgmagic: beginning of Compal target support
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Wed, 02 Jul 2014 01:30:03 +0000 |
parents | |
children | 2c9c2b95ddec |
comparison
equal
deleted
inserted
replaced
511:92583843f7f8 | 512:6f4cadd1fd7f |
---|---|
1 CONFIG_TARGET_C155=1 | |
2 CONFIG_TARGET_COMPAL=1 | |
3 export_to_c CONFIG_TARGET_C155 | |
4 export_to_c CONFIG_TARGET_COMPAL | |
5 FLASH_BOOT_VIA_BOOTROM=0 | |
6 | |
7 CONFIG_IRAM_SIZE=0x40000 | |
8 CONFIG_XRAM_SIZE=0x200000 | |
9 CONFIG_FWFLASH_SIZE=0x800000 | |
10 # the post-target fragment exports these | |
11 | |
12 # RAMFFS: default to 32 KiB x 4 | |
13 RAMFFS_BLKSIZE_LOG2=15 | |
14 RAMFFS_NBLOCKS=4 | |
15 | |
16 DBB_type=751749 | |
17 ABB_type=Iota3014 | |
18 RF_type=Rita | |
19 # the post-target fragment will turn these into TI's voodoo numbers | |
20 | |
21 RVTMUX_UART_port=MODEM |