# HG changeset patch # User Mychaela Falconia # Date 1446280152 0 # Node ID b458e6f5f7ac6ee30ed2d59b74d6621cf5b0a973 # Parent a8fc7526935e00d53044a5039777eb22b365d9b1 gsm-fw configs restructured a little diff -r a8fc7526935e -r b458e6f5f7ac gsm-fw/configs/c139-gsm-flash --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/configs/c139-gsm-flash Sat Oct 31 08:29:12 2015 +0000 @@ -0,0 +1,11 @@ +# This configuration builds an experimental flashImage that runs on the +# Mot C139/C140 target and includes the GSM protocol stack. Control is via +# AT commands over RVTMUX (no UI). Flash is not touched; FFS is in RAM and +# initialized blank on every boot. + +target c139 +feature gsm +feature at-rvtmux + +feature etm +feature tmffs2 diff -r a8fc7526935e -r b458e6f5f7ac gsm-fw/configs/c155-experimental --- a/gsm-fw/configs/c155-experimental Sat Oct 31 03:47:18 2015 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -# This configuration builds an experimental ramImage that runs on the -# Mot C155/C156 target and includes the GSM protocol stack. Control is via -# AT commands over RVTMUX (no UI). Flash is not touched; FFS is in RAM and -# initialized blank on every boot. - -target c155 -feature gsm -feature at-rvtmux - -feature etm -feature tmffs2 diff -r a8fc7526935e -r b458e6f5f7ac gsm-fw/configs/c155-gsm-ramonly --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/configs/c155-gsm-ramonly Sat Oct 31 08:29:12 2015 +0000 @@ -0,0 +1,11 @@ +# This configuration builds an experimental ramImage that runs on the +# Mot C155/C156 target and includes the GSM protocol stack. Control is via +# AT commands over RVTMUX (no UI). Flash is not touched; FFS is in RAM and +# initialized blank on every boot. + +target c155 +feature gsm +feature at-rvtmux + +feature etm +feature tmffs2 diff -r a8fc7526935e -r b458e6f5f7ac gsm-fw/configs/pirelli-gsm --- a/gsm-fw/configs/pirelli-gsm Sat Oct 31 03:47:18 2015 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -# This configuration builds an experimental ramImage that runs on the Pirelli -# target and includes the GSM protocol stack. Control is via AT commands over -# RVTMUX. Flash is not touched; FFS is in RAM and initialized blank on every -# boot. - -target pirelli -feature gsm -feature at-rvtmux - -feature etm -feature tmffs2 diff -r a8fc7526935e -r b458e6f5f7ac gsm-fw/configs/pirelli-gsm-rvtat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/configs/pirelli-gsm-rvtat Sat Oct 31 08:29:12 2015 +0000 @@ -0,0 +1,11 @@ +# This configuration builds an experimental ramImage that runs on the Pirelli +# target and includes the GSM protocol stack. Control is via AT commands over +# RVTMUX. Flash is not touched; FFS is in RAM and initialized blank on every +# boot. + +target pirelli +feature gsm +feature at-rvtmux + +feature etm +feature tmffs2