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. r2106 - trunk/oe/packages/uboot ([EMAIL PROTECTED])
   2. r2107 - trunk/src/target/u-boot/patches
      ([EMAIL PROTECTED])
--- Begin Message ---
Author: laforge
Date: 2007-05-31 00:10:40 +0200 (Thu, 31 May 2007)
New Revision: 2106

Modified:
   trunk/oe/packages/uboot/uboot-gta01_svn.bb
Log:
re-enable automatic build of qt2410 u-boot images


Modified: trunk/oe/packages/uboot/uboot-gta01_svn.bb
===================================================================
--- trunk/oe/packages/uboot/uboot-gta01_svn.bb  2007-05-30 22:10:24 UTC (rev 
2105)
+++ trunk/oe/packages/uboot/uboot-gta01_svn.bb  2007-05-30 22:10:40 UTC (rev 
2106)
@@ -4,7 +4,7 @@
 SECTION = "bootloader"
 PRIORITY = "optional"
 PV = "1.2.0+svn${SRCDATE}"
-PR = "r8"
+PR = "r9"
 
 PROVIDES = "virtual/bootloader"
 S = "${WORKDIR}/git"
@@ -16,7 +16,7 @@
 
 EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
 TARGET_LDFLAGS = ""
-UBOOT_MACHINES = "gta01bv2 gta01bv3 gta01bv4 smdk2440 hxd8"
+UBOOT_MACHINES = "gta01bv2 gta01bv3 gta01bv4 smdk2440 hxd8 qt2410"
 
 do_quilt() {
         mv ${WORKDIR}/patches ${S}/patches && cd ${S} && quilt push -av




--- End Message ---
--- Begin Message ---
Author: laforge
Date: 2007-05-31 00:27:16 +0200 (Thu, 31 May 2007)
New Revision: 2107

Modified:
   trunk/src/target/u-boot/patches/uboot-20061030-qt2410.patch
Log:
* fix qt2410 build of udfu image (uses 0x511d product id)


Modified: trunk/src/target/u-boot/patches/uboot-20061030-qt2410.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-20061030-qt2410.patch 2007-05-30 
22:10:40 UTC (rev 2106)
+++ trunk/src/target/u-boot/patches/uboot-20061030-qt2410.patch 2007-05-30 
22:27:16 UTC (rev 2107)
@@ -73,7 +73,7 @@
 ===================================================================
 --- /dev/null
 +++ u-boot/board/qt2410/config.mk
-@@ -0,0 +1,25 @@
+@@ -0,0 +1,29 @@
 +#
 +# (C) Copyright 2002
 +# Gary Jennejohn, DENX Software Engineering, <[EMAIL PROTECTED]>
@@ -84,6 +84,10 @@
 +# see http://www.samsung.com/ for more information on SAMSUNG
 +#
 +
++CONFIG_USB_DFU_VENDOR=0x1457
++CONFIG_USB_DFU_PRODUCT=0x511d
++CONFIG_USB_DFU_REVISION=0x0100
++
 +#
 +# SMDK2410 has 1 bank of 64 MB DRAM
 +#
@@ -1138,7 +1142,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  0x511d    /* CDC ACM */
 +#define CONFIG_USBD_MANUFACTURER      "Armzone"
 +#define CONFIG_USBD_PRODUCT_NAME      "QT2410 Bootloader " U_BOOT_VERSION
 +#define CONFIG_EXTRA_ENV_SETTINGS     "usbtty=cdc_acm\0"




--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to