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

laforge at sita.openmoko.org laforge at sita.openmoko.org
Sun Apr 15 08:36:37 CEST 2007


Author: laforge
Date: 2007-04-15 08:36:35 +0200 (Sun, 15 Apr 2007)
New Revision: 1762

Modified:
   trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch
Log:
* make sure SD card is powered off in GTA01Bv4 and higher
* make sure LCM backlight is off when power button is first pressed
* VFAT support define doesn't need to be set to '1' but just present


Modified: trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch	2007-04-15 06:34:23 UTC (rev 1761)
+++ trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch	2007-04-15 06:36:35 UTC (rev 1762)
@@ -8,7 +8,7 @@
 ===================================================================
 --- u-boot.orig/Makefile
 +++ u-boot/Makefile
-@@ -1988,6 +1988,14 @@
+@@ -1976,6 +1976,14 @@
  sbc2410x_config: unconfig
  	@$(MKCONFIG) $(@:_config=) arm arm920t sbc2410x NULL s3c24x0
  
@@ -118,7 +118,7 @@
 ===================================================================
 --- /dev/null
 +++ u-boot/board/neo1973/neo1973.c
-@@ -0,0 +1,362 @@
+@@ -0,0 +1,363 @@
 +/*
 + * (C) 2006 by OpenMoko, Inc.
 + * Author: Harald Welte <laforge at openmoko.org>
@@ -306,8 +306,9 @@
 +	gpio->GPACON = 0x0005E0FFF;
 +	gpio->GPADAT |= (1 << 16);	/* Set GPA16 to high (nNAND_WP) */
 +
-+	gpio->GPBCON = 0x00045456;
++	gpio->GPBCON = 0x00045455;
 +	gpio->GPBUP = 0x000007FF;
++	gpio->GPBDAT |= 0x4;            /* Set GPB2 to high (SD power down) */
 +
 +	gpio->GPCCON = 0xAAAA12A9;
 +	gpio->GPCUP = 0x0000FFFF;
@@ -960,7 +961,7 @@
 +#define CONFIG_EXT2		1
 +
 +#define CONFIG_FAT		1
-+#define CONFIG_SUPPORT_VFAT	1
++#define CONFIG_SUPPORT_VFAT
 +
 +#if 0
 +/* JFFS2 driver */





More information about the commitlog mailing list