FreeCalypso > hg > fc-magnetite
annotate targets/c139.conf @ 638:cab2f315827e
FFS dev.c: added Spansion PL032J to the "generic" table
With the discovery of first GTM900 and then Tango, it now appears that
Openmoko was not the only manuf after all who kept TI's TCS211 firmware
largely intact (as opposed to changing it beyond all recognition like
Compal, Chi-Mei and BenQ did), thus we are now getting new "alien" targets
on which we reuse the original manuf's FFS with IMEI and RF calibration
tables as if it were native. On these targets we use the original
device table for FFS, even though we previously thought that it would
never apply to any target other than dsample, leonardo and gtamodem.
We have previously added Samsung K5L33xxCAM (a new kind of multi-ID device)
to the generic table to support its use in Huawei GTM900-B modules; now
we got news that some slightly older GTM900-B specimen used S71PL032J
instead, so we are now adding PL032J as well.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 30 Jan 2020 17:45:48 +0000 |
parents | 36eb33f1d45a |
children | 5f00e9afd5d9 |
rev | line source |
---|---|
89
6c3881378a31
targets: c139 and pirelli added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_motc139.template |
6c3881378a31
targets: c139 and pirelli added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 MAIN_blob=blobs/patches/main-rvtmodem.lib |
101
5c13f9325e2d
preparations for rebuilding main.lib from partial source
Mychaela Falconia <falcon@freecalypso.org>
parents:
89
diff
changeset
|
3 INIT_blob=blobs/patches/main-rvtmodem/init.obj |
89
6c3881378a31
targets: c139 and pirelli added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 TPUDRV_blob= |
258
13bcc2ed7e44
configure.sh & targets/*.conf: emit FLASH_BASE_ADDR & FLASH_SECTOR_SIZE
Mychaela Falconia <falcon@freecalypso.org>
parents:
101
diff
changeset
|
5 FLASH_BASE_ADDR=0x10000 |
13bcc2ed7e44
configure.sh & targets/*.conf: emit FLASH_BASE_ADDR & FLASH_SECTOR_SIZE
Mychaela Falconia <falcon@freecalypso.org>
parents:
101
diff
changeset
|
6 FLASH_SECTOR_SIZE=0x10000 |
587
36eb33f1d45a
config system: RVTMUX_ON_MODEM and UI_CONFIG moved into targets/*.conf
Mychaela Falconia <falcon@freecalypso.org>
parents:
258
diff
changeset
|
7 RVTMUX_ON_MODEM=1 |
36eb33f1d45a
config system: RVTMUX_ON_MODEM and UI_CONFIG moved into targets/*.conf
Mychaela Falconia <falcon@freecalypso.org>
parents:
258
diff
changeset
|
8 UI_CONFIG=84x48 |