Changeset 1621
- Timestamp:
- 04/02/07 14:56:04 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
doc/hardware/GTA01Bv4/gpio.txt (modified) (2 diffs)
-
src/target/u-boot/patches/uboot-20061030-neo1973.patch (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/hardware/GTA01Bv4/gpio.txt
r1502 r1621 31 31 GPB1 O GPB1 GPS_PWRON GPS Power On ? 32 32 GPB2 O GPB2 SD_ON Enable SD Card power supply 33 GPB3 O TOUT1 VIBRATOR_ON Vibrator switch / PWM 33 GPB3 O TOUT1 VIBRATOR_ON Vibrator switch / PWM (initial: GPB3) 34 34 GPB4 NC H-TP1526 35 35 GPB5 O GPB5 BT_EN … … 40 40 GPB10 NC 41 41 42 GPBCON = 00 0100 0101 0100 1001 0110 = 0x04549642 GPBCON = 00 0100 0101 0100 0101 0110 = 0x045456 43 43 44 44 -
trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch
r1604 r1621 8 8 =================================================================== 9 9 --- u-boot.orig/Makefile 2007-03-29 21:46:26.000000000 +0200 10 +++ u-boot/Makefile 2007-04-0 1 13:44:16.000000000 +020010 +++ u-boot/Makefile 2007-04-02 14:42:27.000000000 +0200 11 11 @@ -1977,6 +1977,14 @@ 12 12 sbc2410x_config: unconfig … … 27 27 =================================================================== 28 28 --- /dev/null 1970-01-01 00:00:00.000000000 +0000 29 +++ u-boot/board/neo1973/Makefile 2007-04-0 1 13:44:18.000000000 +020029 +++ u-boot/board/neo1973/Makefile 2007-04-02 14:42:31.000000000 +0200 30 30 @@ -0,0 +1,47 @@ 31 31 +# … … 118 118 =================================================================== 119 119 --- /dev/null 1970-01-01 00:00:00.000000000 +0000 120 +++ u-boot/board/neo1973/neo1973.c 2007-04-0 1 13:44:20.000000000 +0200120 +++ u-boot/board/neo1973/neo1973.c 2007-04-02 14:51:14.000000000 +0200 121 121 @@ -0,0 +1,362 @@ 122 122 +/* … … 307 307 + gpio->GPADAT |= (1 << 16); /* Set GPA16 to high (nNAND_WP) */ 308 308 + 309 + gpio->GPBCON = 0x000454 96;309 + gpio->GPBCON = 0x00045456; 310 310 + gpio->GPBUP = 0x000007FF; 311 311 + … … 742 742 =================================================================== 743 743 --- /dev/null 1970-01-01 00:00:00.000000000 +0000 744 +++ u-boot/include/configs/neo1973.h 2007-04-0 1 13:44:20.000000000 +0200744 +++ u-boot/include/configs/neo1973.h 2007-04-02 14:42:34.000000000 +0200 745 745 @@ -0,0 +1,265 @@ 746 746 +/* … … 1071 1071 =================================================================== 1072 1072 --- /dev/null 1970-01-01 00:00:00.000000000 +0000 1073 +++ u-boot/board/neo1973/cmd_neo1973.c 2007-04-0 1 13:44:18.000000000 +02001073 +++ u-boot/board/neo1973/cmd_neo1973.c 2007-04-02 14:42:31.000000000 +0200 1074 1074 @@ -0,0 +1,120 @@ 1075 1075 +/* … … 1196 1196 =================================================================== 1197 1197 --- /dev/null 1970-01-01 00:00:00.000000000 +0000 1198 +++ u-boot/board/neo1973/neo1973.h 2007-04-0 1 13:44:17.000000000 +02001198 +++ u-boot/board/neo1973/neo1973.h 2007-04-02 14:42:29.000000000 +0200 1199 1199 @@ -0,0 +1,18 @@ 1200 1200 +#ifndef _NEO1973_H … … 1324 1324 =================================================================== 1325 1325 --- u-boot.orig/common/main.c 2007-03-29 21:46:19.000000000 +0200 1326 +++ u-boot/common/main.c 2007-04-0 1 13:44:17.000000000 +02001326 +++ u-boot/common/main.c 2007-04-02 14:42:29.000000000 +0200 1327 1327 @@ -61,6 +61,7 @@ 1328 1328 #undef DEBUG_PARSER … … 1774 1774 =================================================================== 1775 1775 --- u-boot.orig/drivers/Makefile 2007-03-29 21:46:26.000000000 +0200 1776 +++ u-boot/drivers/Makefile 2007-04-0 1 13:44:18.000000000 +02001776 +++ u-boot/drivers/Makefile 2007-04-02 14:42:31.000000000 +0200 1777 1777 @@ -49,6 +49,7 @@ 1778 1778 usbdcore.o usbdcore_ep0.o usbdcore_omap1510.o usbtty.o \
