FreeCalypso > hg > freecalypso-citrine
comparison cfgmagic/target.gtamodem @ 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:75a11d740a02 |
---|---|
1 CONFIG_TARGET_GTAMODEM=1 | |
2 export_to_c CONFIG_TARGET_GTAMODEM | |
3 | |
4 CONFIG_IRAM_SIZE=0x80000 | |
5 CONFIG_XRAM_SIZE=0x100000 | |
6 CONFIG_FWFLASH_SIZE=0x300000 | |
7 # the post-target fragment exports these | |
8 | |
9 # RAMFFS: default to 32 KiB x 4 | |
10 RAMFFS_BLKSIZE_LOG2=15 | |
11 RAMFFS_NBLOCKS=4 | |
12 | |
13 # select the correct flash driver | |
14 Flash_type=AMD-multibank | |
15 | |
16 DBB_type=751992A | |
17 ABB_type=Iota3025 | |
18 RF_type=Rita | |
19 # the post-target fragment will turn these into TI's voodoo numbers | |
20 | |
21 # For the RF PA we have to set TI's voodoo number directly. :-( | |
22 RF_PA=2 | |
23 # We know this setting is correct for the RF3166 PA thanks to the Sotovik find. | |
24 | |
25 allow_target_feature at-modem | |
26 allow_target_feature mokoffs |