FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cfgmagic/target.c11x @ 997:c7ca69bf84f3
gsm-fw: trivial support for c11x target
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 05 Mar 2016 05:10:49 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
996:09b8b2327838 | 997:c7ca69bf84f3 |
---|---|
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 |