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

laforge at sita.openmoko.org laforge at sita.openmoko.org
Fri Apr 20 12:17:16 CEST 2007


Author: laforge
Date: 2007-04-20 12:17:16 +0200 (Fri, 20 Apr 2007)
New Revision: 1810

Modified:
   trunk/src/target/u-boot/patches/uboot-hxd8.patch
   trunk/src/target/u-boot/patches/uboot-s3c2440.patch
Log:
* fix interrupt support on S3C2440
* enable USB device support for HXD8 since IRQ support now working


Modified: trunk/src/target/u-boot/patches/uboot-hxd8.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-hxd8.patch	2007-04-19 16:10:50 UTC (rev 1809)
+++ trunk/src/target/u-boot/patches/uboot-hxd8.patch	2007-04-20 10:17:16 UTC (rev 1810)
@@ -606,7 +606,7 @@
 +#define CONFIG_USB_OHCI		1
 +#endif
 +
-+#if 0
++#if 1
 +#define CONFIG_USB_DEVICE	1
 +#define CONFIG_USB_TTY		1
 +#define CFG_CONSOLE_IS_IN_ENV	1

Modified: trunk/src/target/u-boot/patches/uboot-s3c2440.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-s3c2440.patch	2007-04-19 16:10:50 UTC (rev 1809)
+++ trunk/src/target/u-boot/patches/uboot-s3c2440.patch	2007-04-20 10:17:16 UTC (rev 1810)
@@ -860,6 +860,15 @@
  
  #if 0
  	@ get ready to call C functions (for nand_read())
+@@ -377,7 +416,7 @@
+ #endif /* CONFIG_S3C2410_NAND_BOOT */
+ done_relocate:
+ 
+-#if defined(CONFIG_USE_IRQ) && defined(CONFIG_S3C2410)
++#if defined(CONFIG_USE_IRQ) && (defined(CONFIG_S3C2410) || defined(CONFIG_S3C2440))
+ 	/* In the case of the S3C2410, if we've somehow magically (JTAG, ...)
+ 	   ended up in RAM, then that ram is mapped to 0x30000000 and not 0.
+ 	   So we need to copy the interrupt vectors, etc.  */
 Index: u-boot/cpu/arm920t/s3c24x0/nand_read.c
 ===================================================================
 --- u-boot.orig/cpu/arm920t/s3c24x0/nand_read.c





More information about the commitlog mailing list