Changeset 1908
- Timestamp:
- 05/04/07 11:58:56 (6 years ago)
- Location:
- trunk/src/target/u-boot/patches
- Files:
-
- 2 edited
-
set-hwswp.patch (modified) (1 diff)
-
uboot-s3c2410_fb.patch (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/u-boot/patches/set-hwswp.patch
r1063 r1908 39 39 lcd->LCDCON3 = 0x0039df67; 40 40 lcd->LCDCON4 = 0x00000007; 41 - lcd->LCDCON5 = 0x0001c b08;42 + lcd->LCDCON5 = 0x0001c b09;41 - lcd->LCDCON5 = 0x0001cf08; 42 + lcd->LCDCON5 = 0x0001cf09; 43 43 lcd->LPCSEL = 0x00000000; 44 44 -
trunk/src/target/u-boot/patches/uboot-s3c2410_fb.patch
r992 r1908 1 1 Index: u-boot/drivers/Makefile 2 2 =================================================================== 3 --- u-boot.orig/drivers/Makefile 2007-02-13 02:23:40.000000000 +01004 +++ u-boot/drivers/Makefile 2007-02-15 02:26:32.000000000 +01005 @@ -5 1,7 +51,7 @@3 --- u-boot.orig/drivers/Makefile 4 +++ u-boot/drivers/Makefile 5 @@ -52,7 +52,7 @@ 6 6 ks8695eth.o \ 7 7 pxa_pcmcia.o mpc8xx_pcmcia.o tqm8xx_pcmcia.o \ … … 14 14 Index: u-boot/drivers/s3c2410_fb.c 15 15 =================================================================== 16 --- /dev/null 1970-01-01 00:00:00.000000000 +000017 +++ u-boot/drivers/s3c2410_fb.c 2007-02-15 02:27:02.000000000 +010016 --- /dev/null 17 +++ u-boot/drivers/s3c2410_fb.c 18 18 @@ -0,0 +1,187 @@ 19 19 +/* … … 167 167 + lcd->LCDCON3 = 0x0039df67; 168 168 + lcd->LCDCON4 = 0x00000007; 169 + lcd->LCDCON5 = 0x0001c b08;169 + lcd->LCDCON5 = 0x0001cf08; 170 170 + lcd->LPCSEL = 0x00000000; 171 171 + … … 206 206 Index: u-boot/drivers/cfb_console.c 207 207 =================================================================== 208 --- u-boot.orig/drivers/cfb_console.c 2007-02-13 02:23:40.000000000 +0100209 +++ u-boot/drivers/cfb_console.c 2007-02-15 00:43:40.000000000 +0100208 --- u-boot.orig/drivers/cfb_console.c 209 +++ u-boot/drivers/cfb_console.c 210 210 @@ -141,6 +141,14 @@ 211 211 #endif
Note: See TracChangeset
for help on using the changeset viewer.
