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. r2238 - trunk/src/target/u-boot/patches
      ([EMAIL PROTECTED])
   2. r2239 - trunk/oe/packages/uboot ([EMAIL PROTECTED])
--- Begin Message ---
Author: laforge
Date: 2007-06-13 08:27:12 +0200 (Wed, 13 Jun 2007)
New Revision: 2238

Modified:
   trunk/src/target/u-boot/patches/neo1973-chargefast.patch
   trunk/src/target/u-boot/patches/uboot-gta02.patch
Log:
fix syntax error


Modified: trunk/src/target/u-boot/patches/neo1973-chargefast.patch
===================================================================
--- trunk/src/target/u-boot/patches/neo1973-chargefast.patch    2007-06-13 
06:15:17 UTC (rev 2237)
+++ trunk/src/target/u-boot/patches/neo1973-chargefast.patch    2007-06-13 
06:27:12 UTC (rev 2238)
@@ -292,7 +292,7 @@
                break;
 +      case UDC_CTRL_500mA_ENABLE:
 +#if defined(CONFIG_ARCH_GTA01_v3) || defined(CONFIG_ARCH_GTA01_v4) || \
-+    defined(CONFIG_ARCH_GTA01B_v2) || defined(CONFIG_ARCH_GTA01B_v3) \
++    defined(CONFIG_ARCH_GTA01B_v2) || defined(CONFIG_ARCH_GTA01B_v3) || \
 +    defined(CONFIG_ARCH_GTA01B_v4)
 +              pcf50606_charge_autofast(param);
 +#endif

Modified: trunk/src/target/u-boot/patches/uboot-gta02.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-gta02.patch   2007-06-13 06:15:17 UTC 
(rev 2237)
+++ trunk/src/target/u-boot/patches/uboot-gta02.patch   2007-06-13 06:27:12 UTC 
(rev 2238)
@@ -469,7 +469,7 @@
 ===================================================================
 --- /dev/null
 +++ u-boot/include/configs/neo1973_gta02.h
-@@ -0,0 +1,274 @@
+@@ -0,0 +1,276 @@
 +/*
 + * (C) Copyright 2007 OpenMoko, Inc.
 + * Author: Harald Welte <[EMAIL PROTECTED]>
@@ -624,6 +624,8 @@
 +/* valid baudrates */
 +#define CFG_BAUDRATE_TABLE    { 9600, 19200, 38400, 57600, 115200 }
 +
++#define CFG_BOOTMENU
++
 +/*-----------------------------------------------------------------------
 + * Stack sizes
 + *
@@ -1544,9 +1546,9 @@
  
  void udc_ctrl(enum usbd_event event, int param)
  {
-@@ -22,6 +23,11 @@
- #if defined(CONFIG_ARCH_GTA01_v3) || defined(CONFIG_ARCH_GTA01_v3) || \
-     defined(CONFIG_ARCH_GTA01B_v3) || defined(CONFIG_ARCH_GTA01B_v4)
+@@ -23,6 +24,11 @@
+     defined(CONFIG_ARCH_GTA01B_v2) || defined(CONFIG_ARCH_GTA01B_v3) || \
+     defined(CONFIG_ARCH_GTA01B_v4)
                pcf50606_charge_autofast(param);
 +#elif defined(CONFIG_ARCH_GTA02_v1)
 +              if (param)




--- End Message ---
--- Begin Message ---
Author: laforge
Date: 2007-06-13 08:30:21 +0200 (Wed, 13 Jun 2007)
New Revision: 2239

Modified:
   trunk/oe/packages/uboot/uboot-gta01_svn.bb
Log:
start building gta02v1 uboot images


Modified: trunk/oe/packages/uboot/uboot-gta01_svn.bb
===================================================================
--- trunk/oe/packages/uboot/uboot-gta01_svn.bb  2007-06-13 06:27:12 UTC (rev 
2238)
+++ trunk/oe/packages/uboot/uboot-gta01_svn.bb  2007-06-13 06:30:21 UTC (rev 
2239)
@@ -4,7 +4,7 @@
 SECTION = "bootloader"
 PRIORITY = "optional"
 PV = "1.2.0+svn${SRCDATE}"
-PR = "r9"
+PR = "r10"
 
 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 qt2410"
+UBOOT_MACHINES = "gta01bv2 gta01bv3 gta01bv4 smdk2440 hxd8 qt2410 gta02v1"
 
 do_quilt() {
         mv ${WORKDIR}/patches ${S}/patches && cd ${S} && quilt push -av




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

Reply via email to