# HG changeset patch # User Mychaela Falconia # Date 1580431567 0 # Node ID 16eb1b9640dc811efe1347224a3f68a70c6fed26 # Parent 026c98f757a6a2084f69b1cd24dc9a0f95b59400 target gtm900 renamed to gtm900mgc2 This change reflects the fact that the build target in question supports MGC2GSMT hardware only, and will NOT work on other hw that confusing bears the same end user name of GTM900, neither the LoCosto-based GTM900-C nor the Calypso-based MG01GSMT that has a different and incompatible RFFE. If we ever get our hands on a piece of MG01GSMT hw and add support for it, that other target will be named gtm900mg01. diff -r 026c98f757a6 -r 16eb1b9640dc targets/gtm900.conf --- a/targets/gtm900.conf Thu Jan 30 18:19:01 2020 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_k5a3281.template -MAIN_blob=blobs/patches/main-fchw.lib -INIT_blob=blobs/patches/main-fchw/init.obj -TPUDRV_blob= -FLASH_BASE_ADDR=0 -FLASH_SECTOR_SIZE=0x10000 diff -r 026c98f757a6 -r 16eb1b9640dc targets/gtm900.h --- a/targets/gtm900.h Thu Jan 30 18:19:01 2020 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#define CONFIG_TARGET_GTM900 1 -#define CONFIG_TARGET_MGC2GSMT 1 -#define GPIO1_SPEAKER_CTRL 0 -#define UARTFAX_CLASSIC_DTR_DCD 1 diff -r 026c98f757a6 -r 16eb1b9640dc targets/gtm900mgc2.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/targets/gtm900mgc2.conf Fri Jan 31 00:46:07 2020 +0000 @@ -0,0 +1,6 @@ +LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_k5a3281.template +MAIN_blob=blobs/patches/main-fchw.lib +INIT_blob=blobs/patches/main-fchw/init.obj +TPUDRV_blob= +FLASH_BASE_ADDR=0 +FLASH_SECTOR_SIZE=0x10000 diff -r 026c98f757a6 -r 16eb1b9640dc targets/gtm900mgc2.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/targets/gtm900mgc2.h Fri Jan 31 00:46:07 2020 +0000 @@ -0,0 +1,4 @@ +#define CONFIG_TARGET_GTM900 1 +#define CONFIG_TARGET_MGC2GSMT 1 +#define GPIO1_SPEAKER_CTRL 0 +#define UARTFAX_CLASSIC_DTR_DCD 1