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

laforge at sita.openmoko.org laforge at sita.openmoko.org
Wed Mar 28 19:09:48 CEST 2007


Author: laforge
Date: 2007-03-28 19:09:48 +0200 (Wed, 28 Mar 2007)
New Revision: 1543

Modified:
   trunk/src/target/u-boot/patches/uboot-smdk2440.patch
Log:
update linker script to assure the lowlevel nand driver is within the first 4k (for steppingstone)


Modified: trunk/src/target/u-boot/patches/uboot-smdk2440.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-smdk2440.patch	2007-03-28 16:58:51 UTC (rev 1542)
+++ trunk/src/target/u-boot/patches/uboot-smdk2440.patch	2007-03-28 17:09:48 UTC (rev 1543)
@@ -2,8 +2,8 @@
 
 Index: u-boot/Makefile
 ===================================================================
---- u-boot.orig/Makefile	2007-03-28 18:25:44.000000000 +0200
-+++ u-boot/Makefile	2007-03-28 18:32:42.000000000 +0200
+--- u-boot.orig/Makefile	2007-03-28 18:52:57.000000000 +0200
++++ u-boot/Makefile	2007-03-28 19:07:39.000000000 +0200
 @@ -1997,6 +1997,9 @@
  smdk2410_config	:	unconfig
  	@$(MKCONFIG) $(@:_config=) arm arm920t smdk2410 NULL s3c24x0
@@ -16,8 +16,8 @@
  
 Index: u-boot/include/s3c24x0.h
 ===================================================================
---- u-boot.orig/include/s3c24x0.h	2007-03-28 18:25:44.000000000 +0200
-+++ u-boot/include/s3c24x0.h	2007-03-28 18:25:50.000000000 +0200
+--- u-boot.orig/include/s3c24x0.h	2007-03-28 18:52:57.000000000 +0200
++++ u-boot/include/s3c24x0.h	2007-03-28 18:53:24.000000000 +0200
 @@ -82,7 +82,7 @@
  	S3C24X0_REG32	PRIORITY;
  	S3C24X0_REG32	INTPND;
@@ -163,8 +163,8 @@
  
 Index: u-boot/rtc/s3c24x0_rtc.c
 ===================================================================
---- u-boot.orig/rtc/s3c24x0_rtc.c	2007-03-28 18:25:44.000000000 +0200
-+++ u-boot/rtc/s3c24x0_rtc.c	2007-03-28 18:25:50.000000000 +0200
+--- u-boot.orig/rtc/s3c24x0_rtc.c	2007-03-28 18:52:57.000000000 +0200
++++ u-boot/rtc/s3c24x0_rtc.c	2007-03-28 18:53:24.000000000 +0200
 @@ -34,6 +34,8 @@
  #include <s3c2400.h>
  #elif defined(CONFIG_S3C2410)
@@ -177,7 +177,7 @@
 Index: u-boot/include/s3c2440.h
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/include/s3c2440.h	2007-03-28 18:25:50.000000000 +0200
++++ u-boot/include/s3c2440.h	2007-03-28 18:53:24.000000000 +0200
 @@ -0,0 +1,295 @@
 +/*
 + * (C) Copyright 2003
@@ -477,7 +477,7 @@
 Index: u-boot/include/configs/smdk2440.h
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/include/configs/smdk2440.h	2007-03-28 18:25:50.000000000 +0200
++++ u-boot/include/configs/smdk2440.h	2007-03-28 18:53:24.000000000 +0200
 @@ -0,0 +1,294 @@
 +/*
 + * (C) Copyright 2002
@@ -776,7 +776,7 @@
 Index: u-boot/include/configs/smdk2440nand.h
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/include/configs/smdk2440nand.h	2007-03-28 18:25:50.000000000 +0200
++++ u-boot/include/configs/smdk2440nand.h	2007-03-28 18:53:24.000000000 +0200
 @@ -0,0 +1,47 @@
 +/*
 + * (C) Copyright 2004 
@@ -827,8 +827,8 @@
 +
 Index: u-boot/include/common.h
 ===================================================================
---- u-boot.orig/include/common.h	2007-03-28 18:25:44.000000000 +0200
-+++ u-boot/include/common.h	2007-03-28 18:25:50.000000000 +0200
+--- u-boot.orig/include/common.h	2007-03-28 18:53:23.000000000 +0200
++++ u-boot/include/common.h	2007-03-28 18:53:24.000000000 +0200
 @@ -452,7 +452,7 @@
  ulong	get_OPB_freq (void);
  ulong	get_PCI_freq (void);
@@ -840,8 +840,8 @@
  ulong	get_FCLK (void);
 Index: u-boot/cpu/arm920t/s3c24x0/usb_ohci.c
 ===================================================================
---- u-boot.orig/cpu/arm920t/s3c24x0/usb_ohci.c	2007-03-28 18:25:44.000000000 +0200
-+++ u-boot/cpu/arm920t/s3c24x0/usb_ohci.c	2007-03-28 18:25:50.000000000 +0200
+--- u-boot.orig/cpu/arm920t/s3c24x0/usb_ohci.c	2007-03-28 18:52:57.000000000 +0200
++++ u-boot/cpu/arm920t/s3c24x0/usb_ohci.c	2007-03-28 18:53:24.000000000 +0200
 @@ -44,6 +44,8 @@
  #include <s3c2400.h>
  #elif defined(CONFIG_S3C2410)
@@ -853,8 +853,8 @@
  #include <malloc.h>
 Index: u-boot/cpu/arm920t/s3c24x0/speed.c
 ===================================================================
---- u-boot.orig/cpu/arm920t/s3c24x0/speed.c	2007-03-28 18:25:44.000000000 +0200
-+++ u-boot/cpu/arm920t/s3c24x0/speed.c	2007-03-28 18:25:50.000000000 +0200
+--- u-boot.orig/cpu/arm920t/s3c24x0/speed.c	2007-03-28 18:52:57.000000000 +0200
++++ u-boot/cpu/arm920t/s3c24x0/speed.c	2007-03-28 18:53:24.000000000 +0200
 @@ -30,12 +30,15 @@
   */
  
@@ -917,8 +917,8 @@
 +          defined(CONFIG_S3C2440) || defined (CONFIG_TRAB) */
 Index: u-boot/cpu/arm920t/s3c24x0/interrupts.c
 ===================================================================
---- u-boot.orig/cpu/arm920t/s3c24x0/interrupts.c	2007-03-28 18:25:44.000000000 +0200
-+++ u-boot/cpu/arm920t/s3c24x0/interrupts.c	2007-03-28 18:25:50.000000000 +0200
+--- u-boot.orig/cpu/arm920t/s3c24x0/interrupts.c	2007-03-28 18:53:23.000000000 +0200
++++ u-boot/cpu/arm920t/s3c24x0/interrupts.c	2007-03-28 18:53:24.000000000 +0200
 @@ -30,13 +30,16 @@
   */
  
@@ -972,8 +972,8 @@
 +	  defined(CONFIG_S3C2440) || defined (CONFIG_TRAB) */
 Index: u-boot/cpu/arm920t/s3c24x0/serial.c
 ===================================================================
---- u-boot.orig/cpu/arm920t/s3c24x0/serial.c	2007-03-28 18:25:44.000000000 +0200
-+++ u-boot/cpu/arm920t/s3c24x0/serial.c	2007-03-28 18:25:50.000000000 +0200
+--- u-boot.orig/cpu/arm920t/s3c24x0/serial.c	2007-03-28 18:52:57.000000000 +0200
++++ u-boot/cpu/arm920t/s3c24x0/serial.c	2007-03-28 18:53:24.000000000 +0200
 @@ -19,12 +19,15 @@
   */
  
@@ -1000,8 +1000,8 @@
 +	  defined(CONFIG_S3C2440) || defined (CONFIG_TRAB) */
 Index: u-boot/cpu/arm920t/s3c24x0/i2c.c
 ===================================================================
---- u-boot.orig/cpu/arm920t/s3c24x0/i2c.c	2007-03-28 18:25:44.000000000 +0200
-+++ u-boot/cpu/arm920t/s3c24x0/i2c.c	2007-03-28 18:25:50.000000000 +0200
+--- u-boot.orig/cpu/arm920t/s3c24x0/i2c.c	2007-03-28 18:52:57.000000000 +0200
++++ u-boot/cpu/arm920t/s3c24x0/i2c.c	2007-03-28 18:53:24.000000000 +0200
 @@ -34,6 +34,8 @@
  #include <s3c2400.h>
  #elif defined(CONFIG_S3C2410)
@@ -1059,7 +1059,7 @@
 Index: u-boot/board/smdk2440/Makefile
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/board/smdk2440/Makefile	2007-03-28 18:33:40.000000000 +0200
++++ u-boot/board/smdk2440/Makefile	2007-03-28 18:53:24.000000000 +0200
 @@ -0,0 +1,51 @@
 +#
 +# (C) Copyright 2000-2006
@@ -1115,7 +1115,7 @@
 Index: u-boot/board/smdk2440/config.mk
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/board/smdk2440/config.mk	2007-03-28 18:25:50.000000000 +0200
++++ u-boot/board/smdk2440/config.mk	2007-03-28 18:53:24.000000000 +0200
 @@ -0,0 +1,25 @@
 +#
 +# (C) Copyright 2002
@@ -1145,7 +1145,7 @@
 Index: u-boot/board/smdk2440/flash.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/board/smdk2440/flash.c	2007-03-28 18:25:50.000000000 +0200
++++ u-boot/board/smdk2440/flash.c	2007-03-28 18:53:24.000000000 +0200
 @@ -0,0 +1,433 @@
 +/*
 + * (C) Copyright 2002
@@ -1583,7 +1583,7 @@
 Index: u-boot/board/smdk2440/lowlevel_init.S
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/board/smdk2440/lowlevel_init.S	2007-03-28 18:25:50.000000000 +0200
++++ u-boot/board/smdk2440/lowlevel_init.S	2007-03-28 18:53:24.000000000 +0200
 @@ -0,0 +1,167 @@
 +/*
 + * Memory Setup stuff - taken from blob memsetup.S
@@ -1755,7 +1755,7 @@
 Index: u-boot/board/smdk2440/smdk2440.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/board/smdk2440/smdk2440.c	2007-03-28 18:25:50.000000000 +0200
++++ u-boot/board/smdk2440/smdk2440.c	2007-03-28 18:53:24.000000000 +0200
 @@ -0,0 +1,139 @@
 +/*
 + * (C) Copyright 2002
@@ -1899,8 +1899,8 @@
 Index: u-boot/board/smdk2440/u-boot.lds
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/board/smdk2440/u-boot.lds	2007-03-28 18:25:50.000000000 +0200
-@@ -0,0 +1,57 @@
++++ u-boot/board/smdk2440/u-boot.lds	2007-03-28 19:08:05.000000000 +0200
+@@ -0,0 +1,58 @@
 +/*
 + * (C) Copyright 2002
 + * Gary Jennejohn, DENX Software Engineering, <gj at denx.de>
@@ -1936,6 +1936,7 @@
 +	.text      :
 +	{
 +	  cpu/arm920t/start.o	(.text)
++	  cpu/arm920t/s3c24x0/nand_read.o (.text)
 +	  *(.text)
 +	}
 +
@@ -1960,8 +1961,8 @@
 +}
 Index: u-boot/drivers/usbdcore_s3c2410.c
 ===================================================================
---- u-boot.orig/drivers/usbdcore_s3c2410.c	2007-03-28 18:25:44.000000000 +0200
-+++ u-boot/drivers/usbdcore_s3c2410.c	2007-03-28 18:25:50.000000000 +0200
+--- u-boot.orig/drivers/usbdcore_s3c2410.c	2007-03-28 18:53:23.000000000 +0200
++++ u-boot/drivers/usbdcore_s3c2410.c	2007-03-28 18:53:24.000000000 +0200
 @@ -24,7 +24,7 @@
  
  #include <config.h>
@@ -1973,8 +1974,8 @@
  
 Index: u-boot/drivers/usbtty.h
 ===================================================================
---- u-boot.orig/drivers/usbtty.h	2007-03-28 18:25:44.000000000 +0200
-+++ u-boot/drivers/usbtty.h	2007-03-28 18:25:50.000000000 +0200
+--- u-boot.orig/drivers/usbtty.h	2007-03-28 18:53:24.000000000 +0200
++++ u-boot/drivers/usbtty.h	2007-03-28 18:53:24.000000000 +0200
 @@ -29,7 +29,7 @@
  #include "usbdcore_mpc8xx.h"
  #elif defined(CONFIG_OMAP1510)
@@ -1987,7 +1988,7 @@
 Index: u-boot/board/smdk2440/udc.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/board/smdk2440/udc.c	2007-03-28 18:34:29.000000000 +0200
++++ u-boot/board/smdk2440/udc.c	2007-03-28 18:53:24.000000000 +0200
 @@ -0,0 +1,20 @@
 +
 +#include <common.h>





More information about the commitlog mailing list