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

laforge at sita.openmoko.org laforge at sita.openmoko.org
Mon Mar 26 16:40:34 CEST 2007


Author: laforge
Date: 2007-03-26 16:40:34 +0200 (Mon, 26 Mar 2007)
New Revision: 1511

Modified:
   trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch
Log:
* de-assert NAND write protection signal
FIXME: we might do this only during nand write, rather than globally 


Modified: trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch	2007-03-26 14:39:12 UTC (rev 1510)
+++ trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch	2007-03-26 14:40:34 UTC (rev 1511)
@@ -26,7 +26,7 @@
 Index: u-boot/board/neo1973/Makefile
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/board/neo1973/Makefile	2007-03-26 16:30:17.000000000 +0200
++++ u-boot/board/neo1973/Makefile	2007-03-26 16:37:54.000000000 +0200
 @@ -0,0 +1,47 @@
 +#
 +# (C) Copyright 2000, 2001, 2002
@@ -117,8 +117,8 @@
 Index: u-boot/board/neo1973/neo1973.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/board/neo1973/neo1973.c	2007-03-26 16:30:20.000000000 +0200
-@@ -0,0 +1,361 @@
++++ u-boot/board/neo1973/neo1973.c	2007-03-26 16:38:49.000000000 +0200
+@@ -0,0 +1,362 @@
 +/*
 + * (C) 2006 by OpenMoko, Inc.
 + * Author: Harald Welte <laforge at openmoko.org>
@@ -304,6 +304,7 @@
 +	gpio->GPHUP = 0x000007FF;
 +#elif defined(CONFIG_ARCH_GTA01B_v4)
 +	gpio->GPACON = 0x0005E0FFF;
++	gpio->GPADAT |= (1 << 16);	/* Set GPA16 to high (nNAND_WP) */
 +
 +	gpio->GPBCON = 0x00045496;
 +	gpio->GPBUP = 0x000007FF;
@@ -740,7 +741,7 @@
 Index: u-boot/include/configs/neo1973.h
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/include/configs/neo1973.h	2007-03-26 16:30:20.000000000 +0200
++++ u-boot/include/configs/neo1973.h	2007-03-26 16:37:57.000000000 +0200
 @@ -0,0 +1,263 @@
 +/*
 + * (C) Copyright 2006 OpenMoko, Inc.
@@ -1067,7 +1068,7 @@
 Index: u-boot/board/neo1973/cmd_neo1973.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/board/neo1973/cmd_neo1973.c	2007-03-26 16:30:19.000000000 +0200
++++ u-boot/board/neo1973/cmd_neo1973.c	2007-03-26 16:37:56.000000000 +0200
 @@ -0,0 +1,120 @@
 +/*
 + * (C) Copyright 2006 by OpenMoko, Inc.
@@ -1192,7 +1193,7 @@
 Index: u-boot/board/neo1973/neo1973.h
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/board/neo1973/neo1973.h	2007-03-26 16:30:17.000000000 +0200
++++ u-boot/board/neo1973/neo1973.h	2007-03-26 16:37:54.000000000 +0200
 @@ -0,0 +1,18 @@
 +#ifndef _NEO1973_H
 +#define _NEO1973_H
@@ -1686,7 +1687,7 @@
 Index: u-boot/common/main.c
 ===================================================================
 --- u-boot.orig/common/main.c	2007-03-26 14:42:55.000000000 +0200
-+++ u-boot/common/main.c	2007-03-26 16:30:17.000000000 +0200
++++ u-boot/common/main.c	2007-03-26 16:37:55.000000000 +0200
 @@ -61,6 +61,7 @@
  #undef DEBUG_PARSER
  





More information about the commitlog mailing list