Send commitlog mailing list submissions to
        commitlog@lists.openmoko.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        commitlog-requ...@lists.openmoko.org

You can reach the person managing the list at
        commitlog-ow...@lists.openmoko.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r5567 - trunk/gta02-core/docs/ecn (da...@docs.openmoko.org)
   2. r5568 - trunk/gta02-core/docs/ecn (wer...@docs.openmoko.org)
   3. r5569 - trunk/gta02-core/components (wer...@docs.openmoko.org)
--- Begin Message ---
Author: daveb
Date: 2009-08-28 22:27:52 +0200 (Fri, 28 Aug 2009)
New Revision: 5567

Added:
   trunk/gta02-core/docs/ecn/ecn0034.txt
Modified:
   trunk/gta02-core/docs/ecn/STATUS
Log:
new ecn0034 - route additional SPI and GPIO pins to debug connector


Modified: trunk/gta02-core/docs/ecn/STATUS
===================================================================
--- trunk/gta02-core/docs/ecn/STATUS    2009-08-28 18:29:15 UTC (rev 5566)
+++ trunk/gta02-core/docs/ecn/STATUS    2009-08-28 20:27:52 UTC (rev 5567)
@@ -32,7 +32,8 @@
 0030   Edit    Replace Calypso with Telit GE865
 0031   Execute Use codec to detect jack insertion and HOLD button
 0032   Discuss Add EMI and ESD protection to headset jack
-0033    Discuss Replace coupling capacitors for input/output lines
+0033   Discuss Replace coupling capacitors for input/output lines
+0034   Discuss Route additional SPI/GPIO pins to debug connector
 
 Open ECNs
 ---------

Added: trunk/gta02-core/docs/ecn/ecn0034.txt
===================================================================
--- trunk/gta02-core/docs/ecn/ecn0034.txt                               (rev 0)
+++ trunk/gta02-core/docs/ecn/ecn0034.txt       2009-08-28 20:27:52 UTC (rev 
5567)
@@ -0,0 +1,34 @@
+Route additional SPI/GPIO pins to debug connector
+
+
+The gta02 debug connector exposed un unused SPI set, which is now 
+used by WLAN.  The sc32442 contains only two SPI controllers, used 
+for WLAN and Accelerometers in gta02-core.  However, the pins used 
+for these devices can be dissabled (configured as GPIO) and further
+pins can then be assigned to the SPI function.
+
+These additional pins can be used as GPIO, or switched to SPI if 
+the accelerometer is dissabled.
+
+Changes:
+ - route VD17/SPIMOSI1/GPD9, VD16/SPIMISO1/GPD8, VD9/SPICLK1/GPD1,
+   and VD8/nSPICS1/GPD0 to pins 10,11,12 on the debug connector
+
+ - move HDQ from VD8/nSPICS1/GPD0 to VD0/GPC8
+
+ - move LCD_nRES from VD17/SPIMOSI1/GPD9 to VD1/GPC9
+
+LCD_nRES and HDQ have both been moved since gta02 to accomodate the
+lcm move, and if this ecn is implimented their new locations should
+be noted in the relevant orginal ecn's
+
+It would be possible to also free up EINT11/nSS1/GPG3, which was 
+unused in gta02 and is currently used by WLAN_INT.  This could be 
+moved to EINT7 or EINT8
+
+
+With thanks to Rask Ingemann Lambertsen <ccc94...@vip.cybercity.dk>
+for the idea and details in this ecn.
+
+
+Author: Dave Ball <openm...@daveball.org.uk>




--- End Message ---
--- Begin Message ---
Author: werner
Date: 2009-08-28 22:33:56 +0200 (Fri, 28 Aug 2009)
New Revision: 5568

Modified:
   trunk/gta02-core/docs/ecn/STATUS
   trunk/gta02-core/docs/ecn/ecn0022.txt
Log:
- moved ECNs 0032 and 0033 to "Execute"
- reviewed and closed ECN0022
- added ECN0034 to list of open ECNs



Modified: trunk/gta02-core/docs/ecn/STATUS
===================================================================
--- trunk/gta02-core/docs/ecn/STATUS    2009-08-28 20:27:52 UTC (rev 5567)
+++ trunk/gta02-core/docs/ecn/STATUS    2009-08-28 20:33:56 UTC (rev 5568)
@@ -21,7 +21,7 @@
 0019   Discuss Consider applying buzz fix
 0020   Cancel  No common mode choke on stereo signals (B4102)
 0021   Defer   Use EMI-hardened microphone (MC4301)
-0022   Discuss Apply bass fix
+0022   Done    Apply bass fix
 0023   Cancel  Fix #1024 (C1009)
 0024   Edit    Improve GPS ground and PCB layout
 0025   Done    Connect CLKOUT1 to UEXTCLK (U1501)
@@ -31,8 +31,8 @@
 0029   Done    Move 0R resistors next to PMU after caps
 0030   Edit    Replace Calypso with Telit GE865
 0031   Execute Use codec to detect jack insertion and HOLD button
-0032   Discuss Add EMI and ESD protection to headset jack
-0033   Discuss Replace coupling capacitors for input/output lines
+0032   Execute Add EMI and ESD protection to headset jack
+0033   Execute Replace coupling capacitors for input/output lines
 0034   Discuss Route additional SPI/GPIO pins to debug connector
 
 Open ECNs
@@ -48,7 +48,6 @@
 0018   AUDIO
 0019   AUDIO
 0020   AUDIO
-0022   AUDIO
 0024   GPS
 0026   SD-SIM
 0027   General
@@ -56,3 +55,4 @@
 0031   AUDIO
 0032    AUDIO
 0033    AUDIO
+0034   IO

Modified: trunk/gta02-core/docs/ecn/ecn0022.txt
===================================================================
--- trunk/gta02-core/docs/ecn/ecn0022.txt       2009-08-28 20:27:52 UTC (rev 
5567)
+++ trunk/gta02-core/docs/ecn/ecn0022.txt       2009-08-28 20:33:56 UTC (rev 
5568)
@@ -21,6 +21,5 @@
 
 
 Author: Rene Harder <re...@saweb.de>
-
-
-
+Commit: SVN 5188 ?
+Review: Werner Almesberger <wer...@openmoko.org>, SVN5565




--- End Message ---
--- Begin Message ---
Author: werner
Date: 2009-08-28 22:47:16 +0200 (Fri, 28 Aug 2009)
New Revision: 5569

Modified:
   trunk/gta02-core/components/INFO
Log:
- components/INFO: symbol name of GE865 was "ge864"



Modified: trunk/gta02-core/components/INFO
===================================================================
--- trunk/gta02-core/components/INFO    2009-08-28 20:33:56 UTC (rev 5568)
+++ trunk/gta02-core/components/INFO    2009-08-28 20:47:16 UTC (rev 5569)
@@ -80,7 +80,7 @@
 D: http://www.acxc.com.tw/product/fa2012/FA2012-KR40PAA_070827.pdf
 
 # Telit GSM module
-S: ge864
+S: ge865
 A: gsm
 A: telit-gsm
 D: http://www.telit.com/module/infopool/download.php?id=1666




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to