Changeset 1908


Ignore:
Timestamp:
05/04/07 11:58:56 (6 years ago)
Author:
laforge
Message:
  • s3c2410fb: set the INVVCLK bit, just like the kernel does for quite some time
Location:
trunk/src/target/u-boot/patches
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/u-boot/patches/set-hwswp.patch

    r1063 r1908  
    3939        lcd->LCDCON3 = 0x0039df67; 
    4040        lcd->LCDCON4 = 0x00000007; 
    41 -       lcd->LCDCON5 = 0x0001cb08; 
    42 +       lcd->LCDCON5 = 0x0001cb09; 
     41-       lcd->LCDCON5 = 0x0001cf08; 
     42+       lcd->LCDCON5 = 0x0001cf09; 
    4343        lcd->LPCSEL  = 0x00000000; 
    4444  
  • trunk/src/target/u-boot/patches/uboot-s3c2410_fb.patch

    r992 r1908  
    11Index: u-boot/drivers/Makefile 
    22=================================================================== 
    3 --- u-boot.orig/drivers/Makefile        2007-02-13 02:23:40.000000000 +0100 
    4 +++ u-boot/drivers/Makefile     2007-02-15 02:26:32.000000000 +0100 
    5 @@ -51,7 +51,7 @@ 
     3--- u-boot.orig/drivers/Makefile 
     4+++ u-boot/drivers/Makefile 
     5@@ -52,7 +52,7 @@ 
    66          ks8695eth.o \ 
    77          pxa_pcmcia.o mpc8xx_pcmcia.o tqm8xx_pcmcia.o  \ 
     
    1414Index: u-boot/drivers/s3c2410_fb.c 
    1515=================================================================== 
    16 --- /dev/null   1970-01-01 00:00:00.000000000 +0000 
    17 +++ u-boot/drivers/s3c2410_fb.c 2007-02-15 02:27:02.000000000 +0100 
     16--- /dev/null 
     17+++ u-boot/drivers/s3c2410_fb.c 
    1818@@ -0,0 +1,187 @@ 
    1919+/* 
     
    167167+       lcd->LCDCON3 = 0x0039df67; 
    168168+       lcd->LCDCON4 = 0x00000007; 
    169 +       lcd->LCDCON5 = 0x0001cb08; 
     169+       lcd->LCDCON5 = 0x0001cf08; 
    170170+       lcd->LPCSEL  = 0x00000000; 
    171171+ 
     
    206206Index: u-boot/drivers/cfb_console.c 
    207207=================================================================== 
    208 --- u-boot.orig/drivers/cfb_console.c   2007-02-13 02:23:40.000000000 +0100 
    209 +++ u-boot/drivers/cfb_console.c        2007-02-15 00:43:40.000000000 +0100 
     208--- u-boot.orig/drivers/cfb_console.c 
     209+++ u-boot/drivers/cfb_console.c 
    210210@@ -141,6 +141,14 @@ 
    211211 #endif 
Note: See TracChangeset for help on using the changeset viewer.