FreeCalypso > hg > tcs211-c139
changeset 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 | 2071211e5d1a |
children | 783f658a3d07 |
files | chipsetsw/system/template/gsm_ds_motc139.template g23m/pdt_2092.mak |
diffstat | 2 files changed, 8 insertions(+), 8 deletions(-) [+] |
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 **********************************/
--- a/g23m/pdt_2092.mak Wed Nov 04 06:18:11 2015 +0000 +++ b/g23m/pdt_2092.mak Wed Nov 04 06:38:18 2015 +0000 @@ -1953,7 +1953,7 @@ ../chipsetsw/system/Main/sys_dummy.c \ ../chipsetsw/system/Main/mem_load.c \ ../chipsetsw/system/Main/int.s \ - ../chipsetsw/system/template/gsm_ds_amd8_lj3.template \ + ../chipsetsw/system/template/gsm_ds_motc139.template \ __out__/gsm_mf_gp_fd_pu_em_cph_ds_vc_cal35_ri_36_amd8_ts0/lib/bootloader.lib \ __out__/gsm_mf_gp_fd_pu_em_cph_ds_vc_cal35_ri_36_amd8_ts0/lib/l1_int.lib \ __out__/gsm_mf_gp_fd_pu_em_cph_ds_vc_cal35_ri_36_amd8_ts0/lib/l1_custom_int.lib \ @@ -47952,7 +47952,7 @@ # exec.: perl system/busyb/tools/make_cmd.pl # # SOURCES: -# ../chipsetsw/system/template/gsm_ds_amd8_lj3.template +# ../chipsetsw/system/template/gsm_ds_motc139.template # __out__/gsm_mf_gp_fd_pu_em_cph_ds_vc_cal35_ri_36_amd8_ts0/lib/bootloader.lib # __out__/gsm_mf_gp_fd_pu_em_cph_ds_vc_cal35_ri_36_amd8_ts0/lib/tpudrv.lib # __out__/gsm_mf_gp_fd_pu_em_cph_ds_vc_cal35_ri_36_amd8_ts0/lib/l1_int.lib @@ -47977,7 +47977,7 @@ # RULES: __out__/gsm_mf_gp_fd_pu_em_cph_ds_vc_cal35_ri_36_amd8_ts0/lib/lnk__mf_gp_fd_pu_em_cph_ds_vc_cal35_ri_36_amd8_ts0.cmd: \ - ../chipsetsw/system/template/gsm_ds_amd8_lj3.template \ + ../chipsetsw/system/template/gsm_ds_motc139.template \ __out__/gsm_mf_gp_fd_pu_em_cph_ds_vc_cal35_ri_36_amd8_ts0/lib/bootloader.lib \ __out__/gsm_mf_gp_fd_pu_em_cph_ds_vc_cal35_ri_36_amd8_ts0/lib/tpudrv.lib \ __out__/gsm_mf_gp_fd_pu_em_cph_ds_vc_cal35_ri_36_amd8_ts0/lib/l1_int.lib \