Send commitlog mailing list submissions to
[email protected]
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
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:
1. r1810 - trunk/src/target/u-boot/patches
([EMAIL PROTECTED])
2. r1811 - trunk/src/target/u-boot/patches
([EMAIL PROTECTED])
3. r1812 - trunk/src/target/gsm/src/gsmd ([EMAIL PROTECTED])
--- Begin Message ---
Author: laforge
Date: 2007-04-20 12:17:16 +0200 (Fri, 20 Apr 2007)
New Revision: 1810
Modified:
trunk/src/target/u-boot/patches/uboot-hxd8.patch
trunk/src/target/u-boot/patches/uboot-s3c2440.patch
Log:
* fix interrupt support on S3C2440
* enable USB device support for HXD8 since IRQ support now working
Modified: trunk/src/target/u-boot/patches/uboot-hxd8.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-hxd8.patch 2007-04-19 16:10:50 UTC
(rev 1809)
+++ trunk/src/target/u-boot/patches/uboot-hxd8.patch 2007-04-20 10:17:16 UTC
(rev 1810)
@@ -606,7 +606,7 @@
+#define CONFIG_USB_OHCI 1
+#endif
+
-+#if 0
++#if 1
+#define CONFIG_USB_DEVICE 1
+#define CONFIG_USB_TTY 1
+#define CFG_CONSOLE_IS_IN_ENV 1
Modified: trunk/src/target/u-boot/patches/uboot-s3c2440.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-s3c2440.patch 2007-04-19 16:10:50 UTC
(rev 1809)
+++ trunk/src/target/u-boot/patches/uboot-s3c2440.patch 2007-04-20 10:17:16 UTC
(rev 1810)
@@ -860,6 +860,15 @@
#if 0
@ get ready to call C functions (for nand_read())
+@@ -377,7 +416,7 @@
+ #endif /* CONFIG_S3C2410_NAND_BOOT */
+ done_relocate:
+
+-#if defined(CONFIG_USE_IRQ) && defined(CONFIG_S3C2410)
++#if defined(CONFIG_USE_IRQ) && (defined(CONFIG_S3C2410) ||
defined(CONFIG_S3C2440))
+ /* In the case of the S3C2410, if we've somehow magically (JTAG, ...)
+ ended up in RAM, then that ram is mapped to 0x30000000 and not 0.
+ So we need to copy the interrupt vectors, etc. */
Index: u-boot/cpu/arm920t/s3c24x0/nand_read.c
===================================================================
--- u-boot.orig/cpu/arm920t/s3c24x0/nand_read.c
--- End Message ---
--- Begin Message ---
Author: laforge
Date: 2007-04-20 12:22:35 +0200 (Fri, 20 Apr 2007)
New Revision: 1811
Modified:
trunk/src/target/u-boot/patches/uboot-hxd8.patch
Log:
* change HXD8 to new USB product id, not to be confused with Neo1973
Modified: trunk/src/target/u-boot/patches/uboot-hxd8.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-hxd8.patch 2007-04-20 10:17:16 UTC
(rev 1810)
+++ trunk/src/target/u-boot/patches/uboot-hxd8.patch 2007-04-20 10:22:35 UTC
(rev 1811)
@@ -612,7 +612,7 @@
+#define CFG_CONSOLE_IS_IN_ENV 1
+#define CONFIG_USBD_VENDORID 0x1457 /* Linux/NetChip */
+#define CONFIG_USBD_PRODUCTID_GSERIAL 0x5120 /* gserial */
-+#define CONFIG_USBD_PRODUCTID_CDCACM 0x5119 /* CDC ACM */
++#define CONFIG_USBD_PRODUCTID_CDCACM 0x511a /* CDC ACM */
+#define CONFIG_USBD_MANUFACTURER "OpenMoko, Inc"
+#define CONFIG_USBD_PRODUCT_NAME "HXD8 Bootloader " U_BOOT_VERSION
+#define CONFIG_USBD_DFU 1
--- End Message ---
--- Begin Message ---
Author: laforge
Date: 2007-04-21 10:46:47 +0200 (Sat, 21 Apr 2007)
New Revision: 1812
Modified:
trunk/src/target/gsm/src/gsmd/usock.c
Log:
The standard says that the parameter is not optional. Some modems
(correctly) return "ERROR" in response to "AT+COPS". (Philipp Zabel)
Modified: trunk/src/target/gsm/src/gsmd/usock.c
===================================================================
--- trunk/src/target/gsm/src/gsmd/usock.c 2007-04-20 10:22:35 UTC (rev
1811)
+++ trunk/src/target/gsm/src/gsmd/usock.c 2007-04-21 08:46:47 UTC (rev
1812)
@@ -388,7 +388,7 @@
switch (gph->msg_subtype) {
case GSMD_NETWORK_REGISTER:
- cmd = atcmd_fill("AT+COPS", 9+1,
+ cmd = atcmd_fill("AT+COPS=0", 9+1,
&null_cmd_cb, gu, 0);
break;
case GSMD_NETWORK_VMAIL_GET:
--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog