FreeCalypso > hg > tcs211-c139
diff chipsetsw/system/template/gsm_ds_motc139.template @ 36:bb91c583738d
pdt_2092 links for C139 memory configuration
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Wed, 04 Nov 2015 06:38:18 +0000 |
parents | 3ca834d6a965 |
children |
line wrap: on
line diff
--- a/chipsetsw/system/template/gsm_ds_motc139.template Wed Nov 04 06:18:11 2015 +0000 +++ b/chipsetsw/system/template/gsm_ds_motc139.template Wed Nov 04 06:38:18 2015 +0000 @@ -32,10 +32,10 @@ /* Program Memory */ P_MEM1 (RXI) : org = 0x00010000 len = 0x00000700 P_MEM2 (RXI) : org = 0x00010700 len = 0x00000004 - P_MEM3 (RXI) : org = 0x00010704 len = 0x002ef8fc + P_MEM3 (RXI) : org = 0x00010704 len = 0x003af8fc /* FFS Area */ - FFS_MEM (RX) : org = 0x00380000 len = 0x00080000 + FFS_MEM (RX) : org = 0x003C0000 len = 0x00030000 /**************************************************************************/ /* CS1: External SRAM 1 Mbytes ********************************************/ @@ -57,11 +57,11 @@ * XRAM usage of the current firmware is a little below 512 KiB anyway. * * Update for C139: we only have 512 KiB in total now, but we can still - * split the last 64 KiB off into D_MEM2. + * split the last 4 KiB off into D_MEM2. */ - D_MEM1 (RW) : org = 0x01000000 len = 0x00070000 - D_MEM2 (RW) : org = 0x01070000 len = 0x00010000 + D_MEM1 (RW) : org = 0x01000000 len = 0x0007F000 + D_MEM2 (RW) : org = 0x0107F000 len = 0x00001000 /**************************************************************************/ /* CS6: Calypso Internal SRAM 256 kbytes **********************************/