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

werner at sita.openmoko.org werner at sita.openmoko.org
Thu Feb 21 12:32:11 CET 2008


Author: werner
Date: 2008-02-21 12:32:08 +0100 (Thu, 21 Feb 2008)
New Revision: 4100

Modified:
   trunk/src/target/u-boot/patches/uboot-gta02.patch
Log:
Preparing for GTA02v6.

uboot-gta02.patch:
- board/neo1973/gta02/split_by_variant.sh: added gta02v6_config
- board/neo1973/gta02/split_by_variant.sh: bumped default from GTA02v3 to
  GTA02v5



Modified: trunk/src/target/u-boot/patches/uboot-gta02.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-gta02.patch	2008-02-21 11:17:19 UTC (rev 4099)
+++ trunk/src/target/u-boot/patches/uboot-gta02.patch	2008-02-21 11:32:08 UTC (rev 4100)
@@ -4,7 +4,7 @@
 ===================================================================
 --- u-boot.orig/Makefile
 +++ u-boot/Makefile
-@@ -2423,6 +2423,14 @@ omap730p2_cs3boot_config :	unconfig
+@@ -2428,6 +2428,14 @@ omap730p2_cs3boot_config :	unconfig
  sbc2410x_config: unconfig
  	@$(MKCONFIG) $(@:_config=) arm arm920t sbc2410x NULL s3c24x0
  
@@ -902,7 +902,7 @@
 ===================================================================
 --- /dev/null
 +++ u-boot/board/neo1973/gta02/split_by_variant.sh
-@@ -0,0 +1,65 @@
+@@ -0,0 +1,71 @@
 +#!/bin/sh
 +# ---------------------------------------------------------
 +#  Set the core module defines according to Core Module
@@ -953,12 +953,18 @@
 +	echo "CONFIG_USB_DFU_REVISION=0x0350" > $CFGTMP
 +	;;
 +
++	gta02v6_config)
++	echo "#define CONFIG_ARCH_GTA02_v6" > $CFGINC
++	echo "#define CONFIG_GTA02_REVISION 6" >> $CFGINC
++	echo "CONFIG_USB_DFU_REVISION=0x0360" > $CFGTMP
++	;;
 +
++
 +	*)
-+	echo "$0:: Unrecognised config - using GTA02v3 config"
-+	echo "#define CONFIG_ARCH_GTA02_v3" > $CFGINC
-+	echo "#define CONFIG_GTA02_REVISION 3" >> $CFGINC
-+	echo "CONFIG_USB_DFU_REVISION=0x0330" > $CFGTMP
++	echo "$0:: Unrecognised config - using GTA02v5 config"
++	echo "#define CONFIG_ARCH_GTA02_v5" > $CFGINC
++	echo "#define CONFIG_GTA02_REVISION 5" >> $CFGINC
++	echo "CONFIG_USB_DFU_REVISION=0x0350" > $CFGTMP
 +	;;
 +
 +	esac





More information about the commitlog mailing list