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

laforge at sita.openmoko.org laforge at sita.openmoko.org
Tue Feb 6 02:00:22 CET 2007


Author: laforge
Date: 2007-02-06 02:00:21 +0100 (Tue, 06 Feb 2007)
New Revision: 677

Modified:
   trunk/src/target/u-boot/patches/ext2load_hex.patch
   trunk/src/target/u-boot/patches/s3c2410-nand_badblock_skip.patch
   trunk/src/target/u-boot/patches/uboot-arm920_s3c2410_irq_demux.patch
Log:
add proper description to patches


Modified: trunk/src/target/u-boot/patches/ext2load_hex.patch
===================================================================
--- trunk/src/target/u-boot/patches/ext2load_hex.patch	2007-02-06 00:39:55 UTC (rev 676)
+++ trunk/src/target/u-boot/patches/ext2load_hex.patch	2007-02-06 01:00:21 UTC (rev 677)
@@ -1,4 +1,7 @@
 This patch adds the hex-printing of the file size read by 'ext2load'
+
+Signed-off-by: Harald Welte <laforge at openmoko.org>
+
 Index: u-boot.git/common/cmd_ext2.c
 ===================================================================
 --- u-boot.git.orig/common/cmd_ext2.c	2007-01-02 18:26:17.000000000 +0100

Modified: trunk/src/target/u-boot/patches/s3c2410-nand_badblock_skip.patch
===================================================================
--- trunk/src/target/u-boot/patches/s3c2410-nand_badblock_skip.patch	2007-02-06 00:39:55 UTC (rev 676)
+++ trunk/src/target/u-boot/patches/s3c2410-nand_badblock_skip.patch	2007-02-06 01:00:21 UTC (rev 677)
@@ -1,3 +1,8 @@
+This patch introduces bad block skipping to the first stage bootloader
+(the one that relocates us from NAND into SDRAM) of the S3C2410.
+
+Signed-off-by: Harald Welte <laforge at openmoko.org>
+
 Index: u-boot.git/cpu/arm920t/s3c24x0/nand_read.c
 ===================================================================
 --- u-boot.git.orig/cpu/arm920t/s3c24x0/nand_read.c	2007-01-18 23:49:55.000000000 +0100

Modified: trunk/src/target/u-boot/patches/uboot-arm920_s3c2410_irq_demux.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-arm920_s3c2410_irq_demux.patch	2007-02-06 00:39:55 UTC (rev 676)
+++ trunk/src/target/u-boot/patches/uboot-arm920_s3c2410_irq_demux.patch	2007-02-06 01:00:21 UTC (rev 677)
@@ -1,7 +1,10 @@
-Index: u-boot.git.u241/cpu/arm920t/interrupts.c
+This patch adds a IRQ demultiplexer callback to the arm920 cpu core code,
+plus a stub implementation of it for the S3C2410.
+
+Index: u-boot.git/cpu/arm920t/interrupts.c
 ===================================================================
---- u-boot.git.u241.orig/cpu/arm920t/interrupts.c	2007-02-04 12:03:14.000000000 +0100
-+++ u-boot.git.u241/cpu/arm920t/interrupts.c	2007-02-04 12:10:55.000000000 +0100
+--- u-boot.git.orig/cpu/arm920t/interrupts.c	2007-02-05 22:49:11.000000000 +0100
++++ u-boot.git/cpu/arm920t/interrupts.c	2007-02-05 23:19:01.000000000 +0100
 @@ -161,11 +161,16 @@
  
  void do_irq (struct pt_regs *pt_regs)
@@ -20,10 +23,10 @@
  #else
  	printf ("interrupt request\n");
  	show_regs (pt_regs);
-Index: u-boot.git.u241/cpu/arm920t/s3c24x0/interrupts.c
+Index: u-boot.git/cpu/arm920t/s3c24x0/interrupts.c
 ===================================================================
---- u-boot.git.u241.orig/cpu/arm920t/s3c24x0/interrupts.c	2007-02-04 12:03:14.000000000 +0100
-+++ u-boot.git.u241/cpu/arm920t/s3c24x0/interrupts.c	2007-02-04 12:11:32.000000000 +0100
+--- u-boot.git.orig/cpu/arm920t/s3c24x0/interrupts.c	2007-02-05 22:49:11.000000000 +0100
++++ u-boot.git/cpu/arm920t/s3c24x0/interrupts.c	2007-02-05 23:21:35.000000000 +0100
 @@ -216,4 +216,13 @@
  	/*NOTREACHED*/
  }
@@ -38,10 +41,10 @@
 +#endif /* USE_IRQ */
 +
  #endif /* defined(CONFIG_S3C2400) || defined (CONFIG_S3C2410) || defined (CONFIG_TRAB) */
-Index: u-boot.git.u241/include/common.h
+Index: u-boot.git/include/common.h
 ===================================================================
---- u-boot.git.u241.orig/include/common.h	2007-02-04 12:03:14.000000000 +0100
-+++ u-boot.git.u241/include/common.h	2007-02-04 12:10:55.000000000 +0100
+--- u-boot.git.orig/include/common.h	2007-02-05 22:49:11.000000000 +0100
++++ u-boot.git/include/common.h	2007-02-05 23:19:01.000000000 +0100
 @@ -452,6 +452,8 @@
  ulong	get_PCI_freq (void);
  #endif





More information about the commitlog mailing list