# HG changeset patch # User Mychaela Falconia # Date 1446619098 0 # Node ID bb91c583738d4da30da5d2621f9e5f1a6ec73a7e # Parent 2071211e5d1a3f992c313b37de8901b61acf26c4 pdt_2092 links for C139 memory configuration diff -r 2071211e5d1a -r bb91c583738d chipsetsw/system/template/gsm_ds_motc139.template --- 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 **********************************/ diff -r 2071211e5d1a -r bb91c583738d g23m/pdt_2092.mak --- 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 \