FreeCalypso > hg > freecalypso-citrine
comparison cfgmagic/target.fcdev3b @ 0:75a11d740a02
initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 09 Jun 2016 00:02:41 +0000 |
parents | |
children | 24eb59e61b44 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:75a11d740a02 |
---|---|
1 CONFIG_TARGET_FCDEV3B=1 | |
2 CONFIG_TARGET_FCFAM=1 | |
3 export_to_c CONFIG_TARGET_FCDEV3B | |
4 export_to_c CONFIG_TARGET_FCFAM | |
5 | |
6 CONFIG_IRAM_SIZE=0x80000 | |
7 CONFIG_XRAM_SIZE=0x800000 | |
8 CONFIG_FWFLASH_SIZE=0x800000 | |
9 # the post-target fragment exports these | |
10 | |
11 # RAMFFS: default to 64 KiB x 8 | |
12 RAMFFS_BLKSIZE_LOG2=16 | |
13 RAMFFS_NBLOCKS=8 | |
14 | |
15 # select the correct flash driver | |
16 Flash_type=AMD-multibank | |
17 | |
18 # 2nd flash chip select | |
19 FLASH2_BASE_ADDR=0x01800000 | |
20 export_to_c FLASH2_BASE_ADDR | |
21 | |
22 DBB_type=751992A | |
23 ABB_type=Iota3025 | |
24 RF_type=Rita | |
25 # the post-target fragment will turn these into TI's voodoo numbers | |
26 | |
27 # For the RF PA we have to set TI's voodoo number directly. :-( | |
28 RF_PA=2 | |
29 # We know this setting is correct for the RF3166 PA thanks to the Sotovik find. | |
30 | |
31 allow_target_feature at-modem | |
32 allow_target_feature aftermarket-ffs |