comparison src/cs/drivers/drv_app/ffs/board/dev.c @ 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 012028896cfb
children a6b7f63d94f1
comparison
equal deleted inserted replaced
637:31d2824683cb 638:cab2f315827e
490 490
491 // AMD Am29DL164DT. Ignoring the 8kB sectors 491 // AMD Am29DL164DT. Ignoring the 8kB sectors
492 { &flash_16x64[0], (char *) 0x100000, MANUFACT_AMD, 0x2233, 492 { &flash_16x64[0], (char *) 0x100000, MANUFACT_AMD, 0x2233,
493 FFS_DRIVER_AMD, 15 }, 493 FFS_DRIVER_AMD, 15 },
494 494
495 /* newer Spansion devices in AMD ID code space */
496
497 // Spansion S29/S71PL032J. Ignoring the 8kB sectors
498 // Multi-id device: 0x227E, 0x220A, 0x2201. Converted to 0x0A01
499 { &flash_16x64[0], (char *) 0x380000, MANUFACT_AMD, 0x0A01,
500 FFS_DRIVER_AMD, 7 },
495 501
496 /********** Fujitsu Devices *******************************************/ 502 /********** Fujitsu Devices *******************************************/
497 503
498 // Fujitsu MBM29DL321TD. Using 8x8kB sectors. 504 // Fujitsu MBM29DL321TD. Using 8x8kB sectors.
499 { &flash_8x8[0], (char *) 0x3f0000, MANUFACT_FUJITSU, 0x2259, 505 { &flash_8x8[0], (char *) 0x3f0000, MANUFACT_FUJITSU, 0x2259,