Changeset 910


Ignore:
Timestamp:
02/08/07 14:59:54 (6 years ago)
Author:
laforge
Message:
  • merge into current u-boot head (5a753f98c6a01bd1c61a9a3f95e8329a35f62994)
  • add local '-moko1' version suffix

(both as preparation to the new OE build of our uboot package)

Location:
trunk/src/target/u-boot/patches
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/u-boot/patches/series

    r903 r910  
    2222bbt-create-optional.patch 
    2323nand-createbbt.patch 
     24uboot-mokoversion.patch 
  • trunk/src/target/u-boot/patches/uboot-s3c2410_udc.patch

    r692 r910  
    11USB Device Controller Driver for Samsung S3C2410 SoC 
    22 
    3 Index: u-boot.git/drivers/Makefile 
     3Index: u-boot/drivers/Makefile 
    44=================================================================== 
    5 --- u-boot.git.orig/drivers/Makefile    2007-02-05 23:38:29.000000000 +0100 
    6 +++ u-boot.git/drivers/Makefile 2007-02-05 23:38:29.000000000 +0100 
     5--- u-boot.orig/drivers/Makefile        2007-02-08 14:45:10.000000000 +0100 
     6+++ u-boot/drivers/Makefile     2007-02-08 14:45:37.000000000 +0100 
    77@@ -46,7 +46,7 @@ 
    88          sl811_usb.o sm501.o smc91111.o smiLynxEM.o \ 
     
    1414          ks8695eth.o \ 
    1515          pxa_pcmcia.o mpc8xx_pcmcia.o tqm8xx_pcmcia.o  \ 
    16 Index: u-boot.git/drivers/usbdcore_s3c2410.c 
     16Index: u-boot/drivers/usbdcore_s3c2410.c 
    1717=================================================================== 
    1818--- /dev/null   1970-01-01 00:00:00.000000000 +0000 
    19 +++ u-boot.git/drivers/usbdcore_s3c2410.c       2007-02-05 23:38:29.000000000 +0100 
     19+++ u-boot/drivers/usbdcore_s3c2410.c   2007-02-08 14:45:37.000000000 +0100 
    2020@@ -0,0 +1,708 @@ 
    2121+/* S3C2410 USB Device Controller Driver for u-boot 
     
    727727+} 
    728728+#endif 
    729 Index: u-boot.git/drivers/usbdcore_s3c2410.h 
     729Index: u-boot/drivers/usbdcore_s3c2410.h 
    730730=================================================================== 
    731731--- /dev/null   1970-01-01 00:00:00.000000000 +0000 
    732 +++ u-boot.git/drivers/usbdcore_s3c2410.h       2007-02-05 23:38:29.000000000 +0100 
     732+++ u-boot/drivers/usbdcore_s3c2410.h   2007-02-08 14:45:37.000000000 +0100 
    733733@@ -0,0 +1,273 @@ 
    734734+/* linux/include/asm/arch-s3c2410/regs-udc.h 
     
    10051005+ 
    10061006+#endif 
    1007 Index: u-boot.git/include/s3c2410.h 
     1007Index: u-boot/include/s3c2410.h 
    10081008=================================================================== 
    1009 --- u-boot.git.orig/include/s3c2410.h   2007-02-05 23:38:29.000000000 +0100 
    1010 +++ u-boot.git/include/s3c2410.h        2007-02-05 23:38:29.000000000 +0100 
     1009--- u-boot.orig/include/s3c2410.h       2007-02-08 14:45:09.000000000 +0100 
     1010+++ u-boot/include/s3c2410.h    2007-02-08 14:45:37.000000000 +0100 
    10111011@@ -233,4 +233,40 @@ 
    10121012                 rINTPND;\ 
     
    10501050+ 
    10511051 #endif /*__S3C2410_H__*/ 
    1052 Index: u-boot.git/drivers/usbdcore_ep0.c 
     1052Index: u-boot/drivers/usbdcore_ep0.c 
    10531053=================================================================== 
    1054 --- u-boot.git.orig/drivers/usbdcore_ep0.c      2007-02-05 23:38:20.000000000 +0100 
    1055 +++ u-boot.git/drivers/usbdcore_ep0.c   2007-02-05 23:38:29.000000000 +0100 
     1054--- u-boot.orig/drivers/usbdcore_ep0.c  2007-02-08 14:33:38.000000000 +0100 
     1055+++ u-boot/drivers/usbdcore_ep0.c       2007-02-08 14:47:19.000000000 +0100 
    10561056@@ -43,7 +43,7 @@ 
    10571057  
     
    10931093                /*dbg_ep0(3, "copied device configuration, actual_length: %x", urb->actual_length); */ 
    10941094                break; 
    1095 @@ -250,9 +244,9 @@ 
     1095@@ -251,11 +245,9 @@ 
    10961096                                         index); 
    10971097                                return -1; 
    10981098                        } 
    10991099-                       copy_config (urb, configuration_descriptor, 
    1100 -                                    le16_to_cpu(configuration_descriptor->wTotalLength), 
     1100-                                    sizeof (struct 
     1101-                                            usb_configuration_descriptor), 
    11011102-                                    max); 
     1103- 
    11021104+                       urb->buffer = configuration_descriptor; 
    1103 +                       urb->actual_length = 
     1105+                       urb->actual_length =  
    11041106+                               MIN(le16_to_cpu(configuration_descriptor->wTotalLength), max); 
    1105                 } 
    1106                 break; 
    11071107  
    1108 @@ -543,7 +537,8 @@ 
     1108                        /* iterate across interfaces for specified configuration */ 
     1109                        dbg_ep0 (0, "bNumInterfaces: %d", 
     1110@@ -642,7 +634,8 @@ 
    11091111                        /*dbg_ep0(2, "address: %d %d %d", */ 
    11101112                        /*        request->wValue, le16_to_cpu(request->wValue), device->address); */ 
     
    11161118  
    11171119                case USB_REQ_SET_DESCRIPTOR:    /* XXX should we support this? */ 
    1118 Index: u-boot.git/include/configs/neo1973.h 
     1120Index: u-boot/include/configs/neo1973.h 
    11191121=================================================================== 
    1120 --- u-boot.git.orig/include/configs/neo1973.h   2007-02-05 23:38:29.000000000 +0100 
    1121 +++ u-boot.git/include/configs/neo1973.h        2007-02-06 02:04:28.000000000 +0100 
    1122 @@ -172,6 +172,18 @@ 
     1122--- u-boot.orig/include/configs/neo1973.h       2007-02-08 14:45:24.000000000 +0100 
     1123+++ u-boot/include/configs/neo1973.h    2007-02-08 14:45:37.000000000 +0100 
     1124@@ -173,6 +173,18 @@ 
    11231125 #define CONFIG_USB_OHCI                1 
    11241126 #endif 
     
    11391141  * Physical Memory Map 
    11401142  */ 
    1141 Index: u-boot.git/cpu/arm920t/s3c24x0/interrupts.c 
     1143Index: u-boot/cpu/arm920t/s3c24x0/interrupts.c 
    11421144=================================================================== 
    1143 --- u-boot.git.orig/cpu/arm920t/s3c24x0/interrupts.c    2007-02-05 23:38:29.000000000 +0100 
    1144 +++ u-boot.git/cpu/arm920t/s3c24x0/interrupts.c 2007-02-05 23:38:29.000000000 +0100 
     1145--- u-boot.orig/cpu/arm920t/s3c24x0/interrupts.c        2007-02-08 14:45:24.000000000 +0100 
     1146+++ u-boot/cpu/arm920t/s3c24x0/interrupts.c     2007-02-08 14:45:37.000000000 +0100 
    11451147@@ -222,6 +222,13 @@ 
    11461148        S3C24X0_INTERRUPT * irq = S3C24X0_GetBase_INTERRUPT(); 
     
    11571159 #endif /* USE_IRQ */ 
    11581160  
    1159 Index: u-boot.git/drivers/usbtty.h 
     1161Index: u-boot/drivers/usbtty.h 
    11601162=================================================================== 
    1161 --- u-boot.git.orig/drivers/usbtty.h    2007-02-05 23:38:29.000000000 +0100 
    1162 +++ u-boot.git/drivers/usbtty.h 2007-02-05 23:38:29.000000000 +0100 
     1163--- u-boot.orig/drivers/usbtty.h        2007-02-08 14:45:26.000000000 +0100 
     1164+++ u-boot/drivers/usbtty.h     2007-02-08 14:45:37.000000000 +0100 
    11631165@@ -29,6 +29,8 @@ 
    11641166 #include "usbdcore_mpc8xx.h" 
Note: See TracChangeset for help on using the changeset viewer.