FreeCalypso > hg > freecalypso-citrine
comparison cfgmagic/target.pirelli @ 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_PIRELLI=1 | |
| 2 export_to_c CONFIG_TARGET_PIRELLI | |
| 3 export_to_mk CONFIG_TARGET_PIRELLI | |
| 4 | |
| 5 CONFIG_IRAM_SIZE=0x80000 | |
| 6 CONFIG_XRAM_SIZE=0x800000 | |
| 7 CONFIG_FWFLASH_SIZE=0x800000 | |
| 8 # the post-target fragment exports these | |
| 9 | |
| 10 # RAMFFS: default to 64 KiB x 8 | |
| 11 RAMFFS_BLKSIZE_LOG2=16 | |
| 12 RAMFFS_NBLOCKS=8 | |
| 13 | |
| 14 # select the correct flash driver | |
| 15 Flash_type=AMD-multibank | |
| 16 | |
| 17 # 2nd flash chip select | |
| 18 FLASH2_BASE_ADDR=0x02000000 | |
| 19 export_to_c FLASH2_BASE_ADDR | |
| 20 | |
| 21 DBB_type=751992A | |
| 22 ABB_type=Iota3014 | |
| 23 RF_type=Rita | |
| 24 # the post-target fragment will turn these into TI's voodoo numbers | |
| 25 | |
| 26 # For the RF PA we have to set TI's voodoo number directly, and we don't | |
| 27 # even have a number for these Skyworks parts. :-( | |
| 28 # The best we can do for now is lie and pretend to be Leonardo/Openmoko. | |
| 29 RF_PA=2 | |
| 30 | |
| 31 allow_target_feature aftermarket-ffs |
