changeset 17:e8bba3b171c3

targets/*.conf: changes for Selenite
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 15 Jul 2018 21:46:42 +0000
parents 5ba4316fa42c
children f23ae941a18b
files targets/c11x.conf targets/c139.conf targets/fcdev3b.conf targets/gtamodem.conf targets/pirelli.conf
diffstat 5 files changed, 32 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/targets/c11x.conf	Sun Jul 15 21:40:06 2018 +0000
+++ b/targets/c11x.conf	Sun Jul 15 21:46:42 2018 +0000
@@ -1,6 +1,9 @@
+# hw properties
 LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_motc139.template
-MAIN_blob=blobs/patches/main-rvtmodem.lib
-INIT_blob=blobs/patches/main-rvtmodem/init.obj
-TPUDRV_blob=
 FLASH_BASE_ADDR=0x10000
 FLASH_SECTOR_SIZE=0x10000
+
+# default config
+GPRS=0
+SRVC=0
+FCHG_STATE=1
--- a/targets/c139.conf	Sun Jul 15 21:40:06 2018 +0000
+++ b/targets/c139.conf	Sun Jul 15 21:46:42 2018 +0000
@@ -1,6 +1,9 @@
+# hw properties
 LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_motc139.template
-MAIN_blob=blobs/patches/main-rvtmodem.lib
-INIT_blob=blobs/patches/main-rvtmodem/init.obj
-TPUDRV_blob=
 FLASH_BASE_ADDR=0x10000
 FLASH_SECTOR_SIZE=0x10000
+
+# default config
+GPRS=0
+SRVC=0
+FCHG_STATE=1
--- a/targets/fcdev3b.conf	Sun Jul 15 21:40:06 2018 +0000
+++ b/targets/fcdev3b.conf	Sun Jul 15 21:46:42 2018 +0000
@@ -1,8 +1,13 @@
+# hw properties
 LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_pirelli_flash.template
 RAM_LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_pirelli_ram.template
-MAIN_blob=blobs/patches/main-fchw.lib
-INIT_blob=blobs/patches/main-fchw/init.obj
-TPUDRV_blob=blobs/libs/tpudrv.lib
 FLASH_BASE_ADDR=0
 FLASH_SECTOR_SIZE=0x40000
+
+# workaround for hw bug
 DISABLE_SLEEP=1
+
+# default config
+GPRS=1
+SRVC=1
+FCHG_STATE=0
--- a/targets/gtamodem.conf	Sun Jul 15 21:40:06 2018 +0000
+++ b/targets/gtamodem.conf	Sun Jul 15 21:46:42 2018 +0000
@@ -1,6 +1,9 @@
+# hw properties
 LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_k5a3281.template
-MAIN_blob=blobs/libs/main.lib
-INIT_blob=blobs/obj/main/init.obj
-TPUDRV_blob=blobs/libs/tpudrv.lib
 FLASH_BASE_ADDR=0
 FLASH_SECTOR_SIZE=0x10000
+
+# default config
+GPRS=1
+SRVC=1
+FCHG_STATE=0
--- a/targets/pirelli.conf	Sun Jul 15 21:40:06 2018 +0000
+++ b/targets/pirelli.conf	Sun Jul 15 21:46:42 2018 +0000
@@ -1,7 +1,10 @@
+# hw properties
 LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_pirelli_flash.template
 RAM_LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_pirelli_ram.template
-MAIN_blob=blobs/patches/main-pirelli.lib
-INIT_blob=blobs/patches/main-pirelli/init.obj
-TPUDRV_blob=
 FLASH_BASE_ADDR=0
 FLASH_SECTOR_SIZE=0x40000
+
+# default config
+GPRS=0
+SRVC=0
+FCHG_STATE=1