FreeCalypso > hg > freecalypso-citrine
comparison cfgmagic/target.c11x @ 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_C11X=1 | |
2 CONFIG_TARGET_COMPAL=1 | |
3 export_to_c CONFIG_TARGET_C11X | |
4 export_to_c CONFIG_TARGET_COMPAL | |
5 FLASH_BOOT_VIA_BOOTROM=0 | |
6 FLASHIMAGE_BASE_ADDR=0x10000 | |
7 | |
8 CONFIG_IRAM_SIZE=0x40000 | |
9 CONFIG_XRAM_SIZE=0x40000 | |
10 CONFIG_FWFLASH_SIZE=0x400000 | |
11 # the post-target fragment exports these | |
12 | |
13 # RAMFFS: default to 8 KiB x 6 | |
14 RAMFFS_BLKSIZE_LOG2=13 | |
15 RAMFFS_NBLOCKS=6 | |
16 | |
17 # select the correct flash driver | |
18 Flash_type=Intel-onebank | |
19 | |
20 DBB_type=751749 | |
21 ABB_type=Iota3025 | |
22 RF_type=Rita | |
23 # the post-target fragment will turn these into TI's voodoo numbers | |
24 | |
25 # For the RF PA we have to set TI's voodoo number directly, and we don't | |
26 # even have a number for these Skyworks parts. :-( | |
27 # The best we can do for now is lie and pretend to be Leonardo/Openmoko. | |
28 RF_PA=2 | |
29 | |
30 # To the best of our knowledge, the correct TSPACT signal to assert | |
31 # for GSM low band transmission is TSPACT6 on this target. | |
32 USE_TSPACT2_FOR_TXLOW=0 | |
33 export_to_c USE_TSPACT2_FOR_TXLOW | |
34 | |
35 RVTMUX_UART_port=MODEM | |
36 | |
37 allow_target_feature aftermarket-ffs |