comparison gsm-fw/gpf/conf/gsmcomp.c @ 885:cba11eec112a

gsm-fw/gpf/conf/gsmcomp.c: more 432-byte partitions in the voice-only config
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sat, 27 Jun 2015 16:14:14 +0000
parents 353daaa6014d
children
comparison
equal deleted inserted replaced
884:353daaa6014d 885:cba11eec112a
380 #define PRIMPOOL_2_PARTITIONS 5 /* 0 */ 380 #define PRIMPOOL_2_PARTITIONS 5 /* 0 */
381 #endif 381 #endif
382 382
383 #define PRIMPOOL_3_PARTITIONS 6 /* 0 */ /* Number to be optimized */ 383 #define PRIMPOOL_3_PARTITIONS 6 /* 0 */ /* Number to be optimized */
384 384
385 #ifdef TI_PS_UICC_CHIPSET_15 385 /*
386 #define PRIMPOOL_4_PARTITIONS 6 /* 10 */ 386 * FreeCalypso change: bumping the number of 432-byte partitions in the
387 #else 387 * voice-only config from 5 or 6 to 10. Our FreeCalypso code appears to
388 #define PRIMPOOL_4_PARTITIONS 5 /* 10 */ 388 * work with the original smaller config, but this warning is seen:
389 #endif 389
390 SYSTEM WARNING: Bigger partition allocated than requested, entity SIM, Size 288
391
392 * SIM's request for size 288 will normally be allocated out of the 432 pool,
393 * but the next size up is the rare big one (used to be 900, we bumped it up
394 * to 1600), and wasting those is bad. So let's give it some more 432-byte
395 * partitions. (See the FAX_AND_DATA config above for comparison.)
396 */
397
398 #define PRIMPOOL_4_PARTITIONS 10
399
390 #define PRIMPOOL_5_PARTITIONS 3 /* FreeCalypso raised from 2 */ 400 #define PRIMPOOL_5_PARTITIONS 3 /* FreeCalypso raised from 2 */
391 401
392 #endif /* else, #ifdef FAX_AND_DATA */ 402 #endif /* else, #ifdef FAX_AND_DATA */
393 403
394 404