r684 - trunk/src/target/u-boot/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Tue Feb 6 02:08:16 CET 2007


Author: laforge
Date: 2007-02-06 02:08:16 +0100 (Tue, 06 Feb 2007)
New Revision: 684

Modified:
   trunk/src/target/u-boot/patches/mmc_parititon_fix.patch
   trunk/src/target/u-boot/patches/uboot-gta01b_v2.patch
   trunk/src/target/u-boot/patches/uboot-gta01v4.patch
   trunk/src/target/u-boot/patches/uboot-usbtty-acm.patch
Log:
* add proper patch descrioptions


Modified: trunk/src/target/u-boot/patches/mmc_parititon_fix.patch
===================================================================
--- trunk/src/target/u-boot/patches/mmc_parititon_fix.patch	2007-02-06 01:07:50 UTC (rev 683)
+++ trunk/src/target/u-boot/patches/mmc_parititon_fix.patch	2007-02-06 01:08:16 UTC (rev 684)
@@ -1,3 +1,7 @@
+This fixes a compile problem (no partition support for MMC)
+
+Signed-off-by: Harald Welte <laforge at openmoko.org>
+
 Index: u-boot.git/disk/part.c
 ===================================================================
 --- u-boot.git.orig/disk/part.c	2007-01-13 17:59:35.000000000 +0100

Modified: trunk/src/target/u-boot/patches/uboot-gta01b_v2.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-gta01b_v2.patch	2007-02-06 01:07:50 UTC (rev 683)
+++ trunk/src/target/u-boot/patches/uboot-gta01b_v2.patch	2007-02-06 01:08:16 UTC (rev 684)
@@ -1,9 +1,11 @@
 This patch adds support for the GTA01Bv2 variant of the FIC GTA01 (Neo1973) phone
 
+Signed-off-by: Harald Welte <laforge at openmook.org>
+
 Index: u-boot.git/Makefile
 ===================================================================
---- u-boot.git.orig/Makefile	2007-01-19 02:16:31.000000000 +0100
-+++ u-boot.git/Makefile	2007-01-19 02:16:34.000000000 +0100
+--- u-boot.git.orig/Makefile	2007-02-05 20:37:46.000000000 +0100
++++ u-boot.git/Makefile	2007-02-05 20:37:46.000000000 +0100
 @@ -1912,6 +1912,7 @@
  
  gta01_config \
@@ -14,8 +16,8 @@
  
 Index: u-boot.git/board/gta01/gta01.c
 ===================================================================
---- u-boot.git.orig/board/gta01/gta01.c	2007-01-19 02:16:31.000000000 +0100
-+++ u-boot.git/board/gta01/gta01.c	2007-01-19 02:18:07.000000000 +0100
+--- u-boot.git.orig/board/gta01/gta01.c	2007-02-05 20:37:46.000000000 +0100
++++ u-boot.git/board/gta01/gta01.c	2007-02-05 20:37:46.000000000 +0100
 @@ -35,28 +35,30 @@
  
  DECLARE_GLOBAL_DATA_PTR;
@@ -127,8 +129,8 @@
  }
 Index: u-boot.git/board/gta01/split_by_variant.sh
 ===================================================================
---- u-boot.git.orig/board/gta01/split_by_variant.sh	2007-01-19 02:16:31.000000000 +0100
-+++ u-boot.git/board/gta01/split_by_variant.sh	2007-01-19 02:16:34.000000000 +0100
+--- u-boot.git.orig/board/gta01/split_by_variant.sh	2007-02-05 20:37:46.000000000 +0100
++++ u-boot.git/board/gta01/split_by_variant.sh	2007-02-05 20:37:46.000000000 +0100
 @@ -15,16 +15,23 @@
  	case "$1" in
  	gta01v4_config)
@@ -155,8 +157,8 @@
  	esac
 Index: u-boot.git/include/configs/gta01.h
 ===================================================================
---- u-boot.git.orig/include/configs/gta01.h	2007-01-19 02:16:31.000000000 +0100
-+++ u-boot.git/include/configs/gta01.h	2007-01-19 02:17:47.000000000 +0100
+--- u-boot.git.orig/include/configs/gta01.h	2007-02-05 20:37:46.000000000 +0100
++++ u-boot.git/include/configs/gta01.h	2007-02-05 23:33:42.000000000 +0100
 @@ -134,6 +134,8 @@
  #define	CFG_PROMPT		"GTA01v3 # "	/* Monitor Command Prompt	*/
  #elif defined(CONFIG_ARCH_GTA01_v4)
@@ -182,8 +184,8 @@
  /*-----------------------------------------------------------------------
 Index: u-boot.git/board/gta01/lowlevel_init.S
 ===================================================================
---- u-boot.git.orig/board/gta01/lowlevel_init.S	2007-01-19 02:16:31.000000000 +0100
-+++ u-boot.git/board/gta01/lowlevel_init.S	2007-01-19 02:16:34.000000000 +0100
+--- u-boot.git.orig/board/gta01/lowlevel_init.S	2007-02-05 20:37:17.000000000 +0100
++++ u-boot.git/board/gta01/lowlevel_init.S	2007-02-05 20:37:46.000000000 +0100
 @@ -108,12 +108,16 @@
  #define B5_PMC		 	0x0	/* normal */
  
@@ -225,8 +227,8 @@
  
 Index: u-boot.git/board/gta01/config.mk
 ===================================================================
---- u-boot.git.orig/board/gta01/config.mk	2007-01-19 02:16:31.000000000 +0100
-+++ u-boot.git/board/gta01/config.mk	2007-01-19 02:16:34.000000000 +0100
+--- u-boot.git.orig/board/gta01/config.mk	2007-02-05 20:37:17.000000000 +0100
++++ u-boot.git/board/gta01/config.mk	2007-02-05 20:37:46.000000000 +0100
 @@ -8,18 +8,27 @@
  # see http://www.samsung.com/ for more information on SAMSUNG
  #

Modified: trunk/src/target/u-boot/patches/uboot-gta01v4.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-gta01v4.patch	2007-02-06 01:07:50 UTC (rev 683)
+++ trunk/src/target/u-boot/patches/uboot-gta01v4.patch	2007-02-06 01:08:16 UTC (rev 684)
@@ -1,7 +1,11 @@
+This adds support for the GTA01v4 hardware revision of Neo1973
+
+Signed-off-by: Harald Welte <laforge at openmoko.org>
+
 Index: u-boot.git/Makefile
 ===================================================================
---- u-boot.git.orig/Makefile	2007-01-03 20:28:41.000000000 +0100
-+++ u-boot.git/Makefile	2007-01-03 20:30:55.000000000 +0100
+--- u-boot.git.orig/Makefile	2007-02-05 23:37:31.000000000 +0100
++++ u-boot.git/Makefile	2007-02-05 23:37:31.000000000 +0100
 @@ -1910,8 +1910,10 @@
  qt2410_config	:	unconfig
  	@./mkconfig $(@:_config=) arm arm920t qt2410 NULL s3c24x0
@@ -17,8 +21,8 @@
  	@$(MKCONFIG) $(@:_config=) arm arm920t scb9328 NULL imx
 Index: u-boot.git/board/gta01/gta01.c
 ===================================================================
---- u-boot.git.orig/board/gta01/gta01.c	2007-01-03 20:28:41.000000000 +0100
-+++ u-boot.git/board/gta01/gta01.c	2007-01-03 20:30:55.000000000 +0100
+--- u-boot.git.orig/board/gta01/gta01.c	2007-02-05 23:37:31.000000000 +0100
++++ u-boot.git/board/gta01/gta01.c	2007-02-05 23:37:31.000000000 +0100
 @@ -90,6 +90,7 @@
  	delay (8000);
  
@@ -75,7 +79,7 @@
 Index: u-boot.git/board/gta01/split_by_variant.sh
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot.git/board/gta01/split_by_variant.sh	2007-01-03 20:30:55.000000000 +0100
++++ u-boot.git/board/gta01/split_by_variant.sh	2007-02-05 23:37:31.000000000 +0100
 @@ -0,0 +1,36 @@
 +#!/bin/sh
 +# ---------------------------------------------------------
@@ -115,9 +119,9 @@
 +$MKCONFIG -a gta01 arm arm920t gta01 NULL s3c24x0
 Index: u-boot.git/include/configs/gta01.h
 ===================================================================
---- u-boot.git.orig/include/configs/gta01.h	2007-01-03 20:30:46.000000000 +0100
-+++ u-boot.git/include/configs/gta01.h	2007-01-03 20:30:55.000000000 +0100
-@@ -124,7 +124,11 @@
+--- u-boot.git.orig/include/configs/gta01.h	2007-02-05 23:37:31.000000000 +0100
++++ u-boot.git/include/configs/gta01.h	2007-02-05 23:37:31.000000000 +0100
+@@ -130,7 +130,11 @@
   * Miscellaneous configurable options
   */
  #define	CFG_LONGHELP				/* undef to save memory		*/

Modified: trunk/src/target/u-boot/patches/uboot-usbtty-acm.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-usbtty-acm.patch	2007-02-06 01:07:50 UTC (rev 683)
+++ trunk/src/target/u-boot/patches/uboot-usbtty-acm.patch	2007-02-06 01:08:16 UTC (rev 684)
@@ -1,7 +1,13 @@
+This patch adds cdc_acm interoperability to u-boot usbtty.
+
+It was taken (almost blindly) from the Linux for Siemens SX1 project on
+handhelds.org.  Please don't complain to me about coding style issues
+or whitespace changes in this one - HW.
+
 Index: u-boot.git/drivers/usbtty.c
 ===================================================================
---- u-boot.git.orig/drivers/usbtty.c	2007-02-04 15:59:12.000000000 +0100
-+++ u-boot.git/drivers/usbtty.c	2007-02-04 16:15:34.000000000 +0100
+--- u-boot.git.orig/drivers/usbtty.c	2007-02-05 19:58:20.000000000 +0100
++++ u-boot.git/drivers/usbtty.c	2007-02-05 20:04:44.000000000 +0100
 @@ -1,6 +1,9 @@
  /*
   * (C) Copyright 2003
@@ -43,12 +49,12 @@
  #if 0
 -#define TTYERR(fmt,args...) serial_printf("ERROR![%s] %s %d: "fmt, __FILE__,__FUNCTION__,__LINE__,##args)
 +#define TTYDBG(fmt,args...)\
-+	serial_printf("[%s] %s %d: "fmt, __FILE__,__FUNCTION__,__LINE__,##args)
++	serial_printf("[%s] %s %d: "fmt"\n", __FILE__,__FUNCTION__,__LINE__,##args)
 +#endif
 +
 +#if 0
 +#define TTYERR(fmt,args...)\
-+	serial_printf("ERROR![%s] %s %d: "fmt, __FILE__,__FUNCTION__,\
++	serial_printf("ERROR![%s] %s %d: "fmt"\n", __FILE__,__FUNCTION__,\
 +	__LINE__,##args)
  #else
  #define TTYERR(fmt,args...) do{}while(0)
@@ -1142,8 +1148,8 @@
  #endif
 Index: u-boot.git/drivers/usbtty.h
 ===================================================================
---- u-boot.git.orig/drivers/usbtty.h	2007-02-04 15:59:12.000000000 +0100
-+++ u-boot.git/drivers/usbtty.h	2007-02-04 20:00:53.000000000 +0100
+--- u-boot.git.orig/drivers/usbtty.h	2007-02-05 19:58:20.000000000 +0100
++++ u-boot.git/drivers/usbtty.h	2007-02-05 20:04:44.000000000 +0100
 @@ -2,6 +2,9 @@
   * (C) Copyright 2003
   * Gerry Hamel, geh at ti.com, Texas Instruments
@@ -1234,8 +1240,8 @@
  #endif
 Index: u-boot.git/drivers/usbdcore_omap1510.c
 ===================================================================
---- u-boot.git.orig/drivers/usbdcore_omap1510.c	2007-02-04 16:01:20.000000000 +0100
-+++ u-boot.git/drivers/usbdcore_omap1510.c	2007-02-04 16:15:34.000000000 +0100
+--- u-boot.git.orig/drivers/usbdcore_omap1510.c	2007-02-05 19:58:20.000000000 +0100
++++ u-boot.git/drivers/usbdcore_omap1510.c	2007-02-05 20:04:44.000000000 +0100
 @@ -960,7 +960,7 @@
  /* Handle general USB interrupts and dispatch according to type.
   * This function implements TRM Figure 14-13.
@@ -1278,7 +1284,7 @@
 Index: u-boot.git/include/usb_cdc_acm.h
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot.git/include/usb_cdc_acm.h	2007-02-04 16:15:59.000000000 +0100
++++ u-boot.git/include/usb_cdc_acm.h	2007-02-05 20:04:44.000000000 +0100
 @@ -0,0 +1,43 @@
 +/*
 + * (C) Copyright 2006
@@ -1325,8 +1331,8 @@
 +}__attribute__((packed));
 Index: u-boot.git/include/usbdcore_omap1510.h
 ===================================================================
---- u-boot.git.orig/include/usbdcore_omap1510.h	2007-02-04 16:17:10.000000000 +0100
-+++ u-boot.git/include/usbdcore_omap1510.h	2007-02-04 16:17:17.000000000 +0100
+--- u-boot.git.orig/include/usbdcore_omap1510.h	2007-02-05 19:58:20.000000000 +0100
++++ u-boot.git/include/usbdcore_omap1510.h	2007-02-05 20:04:44.000000000 +0100
 @@ -161,13 +161,23 @@
  #define UDC_VBUS_CTRL	    (1 << 19)
  #define UDC_VBUS_MODE	    (1 << 18)
@@ -1358,8 +1364,8 @@
  
 Index: u-boot.git/include/usbdescriptors.h
 ===================================================================
---- u-boot.git.orig/include/usbdescriptors.h	2007-02-04 16:16:44.000000000 +0100
-+++ u-boot.git/include/usbdescriptors.h	2007-02-04 16:17:17.000000000 +0100
+--- u-boot.git.orig/include/usbdescriptors.h	2007-02-05 19:58:20.000000000 +0100
++++ u-boot.git/include/usbdescriptors.h	2007-02-05 20:04:44.000000000 +0100
 @@ -92,15 +92,17 @@
  #define COMMUNICATIONS_DEVICE_CLASS	0x02
  
@@ -1452,8 +1458,8 @@
  struct usb_class_country_selection_descriptor {
 Index: u-boot.git/include/usbdcore.h
 ===================================================================
---- u-boot.git.orig/include/usbdcore.h	2007-02-04 16:21:15.000000000 +0100
-+++ u-boot.git/include/usbdcore.h	2007-02-04 18:46:46.000000000 +0100
+--- u-boot.git.orig/include/usbdcore.h	2007-02-05 19:58:20.000000000 +0100
++++ u-boot.git/include/usbdcore.h	2007-02-05 20:04:44.000000000 +0100
 @@ -576,6 +576,9 @@
  
  	void (*event) (struct usb_device_instance *device, usb_device_event_t event, int data);





More information about the commitlog mailing list