Send commitlog mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r1906 - in
      trunk/src/target/OM-2007/artwork/icons/openmoko-standard: 22x22
      36x36 ([EMAIL PROTECTED])
   2. r1907 - in
      trunk/src/target/OM-2007/artwork/icons/openmoko-standard:
      22x22/stock 36x36/stock ([EMAIL PROTECTED])
   3. r1908 - trunk/src/target/u-boot/patches
      ([EMAIL PROTECTED])
--- Begin Message ---
Author: thomas
Date: 2007-05-04 09:24:39 +0200 (Fri, 04 May 2007)
New Revision: 1906

Added:
   trunk/src/target/OM-2007/artwork/icons/openmoko-standard/22x22/Makefile.am
   trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/Makefile.am
Log:
icons: add missing makefiles


Added: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/22x22/Makefile.am
===================================================================
--- trunk/src/target/OM-2007/artwork/icons/openmoko-standard/22x22/Makefile.am  
2007-05-03 21:53:50 UTC (rev 1905)
+++ trunk/src/target/OM-2007/artwork/icons/openmoko-standard/22x22/Makefile.am  
2007-05-04 07:24:39 UTC (rev 1906)
@@ -0,0 +1,2 @@
+SUBDIRS=stock
+MAINTAINERCLEANFILES = Makefile.in

Added: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/Makefile.am
===================================================================
--- trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/Makefile.am  
2007-05-03 21:53:50 UTC (rev 1905)
+++ trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/Makefile.am  
2007-05-04 07:24:39 UTC (rev 1906)
@@ -0,0 +1,2 @@
+SUBDIRS=stock
+MAINTAINERCLEANFILES = Makefile.in




--- End Message ---
--- Begin Message ---
Author: thomas
Date: 2007-05-04 09:34:49 +0200 (Fri, 04 May 2007)
New Revision: 1907

Added:
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/22x22/stock/Makefile.am
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/Makefile.am
Log:
icons: add missing makefiles


Added: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/22x22/stock/Makefile.am
===================================================================
--- 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/22x22/stock/Makefile.am
    2007-05-04 07:24:39 UTC (rev 1906)
+++ 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/22x22/stock/Makefile.am
    2007-05-04 07:34:49 UTC (rev 1907)
@@ -0,0 +1,7 @@
+themedir = $(datadir)/icons/openmoko-standard
+size = 22x22
+context = stock
+iconsdir = $(themedir)/$(size)/$(context)
+icons_DATA = openmoko-action-button-address-icon.png 
openmoko-action-button-email-icon.png openmoko-action-button-phone-icon.png
+EXTRA_DIST = $(icons_DATA)
+MAINTAINERCLEANFILES = Makefile.in

Added: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/Makefile.am
===================================================================
--- 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/Makefile.am
    2007-05-04 07:24:39 UTC (rev 1906)
+++ 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/Makefile.am
    2007-05-04 07:34:49 UTC (rev 1907)
@@ -0,0 +1,7 @@
+themedir = $(datadir)/icons/openmoko-standard
+size = 36x36
+context = stock
+iconsdir = $(themedir)/$(size)/$(context)
+icons_DATA = openmoko-action-button-concant-delete-icon.png 
openmoko-action-button-concant-mode-icon.png 
openmoko-action-button-delete-folder-icon.png 
openmoko-action-button-delete-message-icon.png 
openmoko-action-button-edit-icon.png openmoko-action-button-getmail-icon.png 
openmoko-action-button-group-icon.png openmoko-action-button-history-icon.png 
openmoko-action-button-hold-icon.png 
openmoko-action-button-mode-forward-icon.png 
openmoko-action-button-mode-read-icon.png 
openmoko-action-button-mode-reply-icon.png 
openmoko-action-button-new-concant-icon.png 
openmoko-action-button-new-folder-icon.png 
openmoko-action-button-new-mail-icon.png 
openmoko-action-button-new-sms-icon.png 
openmoko-action-button-phone-book-icon.png 
openmoko-action-button-redial-icon.png openmoko-action-button-search-icon.png 
openmoko-action-button-speaker-icon.png openmoko-action-button-view-icon.png
+EXTRA_DIST = $(icons_DATA)
+MAINTAINERCLEANFILES = Makefile.in




--- End Message ---
--- Begin Message ---
Author: laforge
Date: 2007-05-04 11:58:56 +0200 (Fri, 04 May 2007)
New Revision: 1908

Modified:
   trunk/src/target/u-boot/patches/set-hwswp.patch
   trunk/src/target/u-boot/patches/uboot-s3c2410_fb.patch
Log:
* s3c2410fb: set the INVVCLK bit, just like the kernel does for quite some time


Modified: trunk/src/target/u-boot/patches/set-hwswp.patch
===================================================================
--- trunk/src/target/u-boot/patches/set-hwswp.patch     2007-05-04 07:34:49 UTC 
(rev 1907)
+++ trunk/src/target/u-boot/patches/set-hwswp.patch     2007-05-04 09:58:56 UTC 
(rev 1908)
@@ -38,8 +38,8 @@
        lcd->LCDCON2 = 0x019fc3c1;
        lcd->LCDCON3 = 0x0039df67;
        lcd->LCDCON4 = 0x00000007;
--      lcd->LCDCON5 = 0x0001cb08;
-+      lcd->LCDCON5 = 0x0001cb09;
+-      lcd->LCDCON5 = 0x0001cf08;
++      lcd->LCDCON5 = 0x0001cf09;
        lcd->LPCSEL  = 0x00000000;
  
        lcd->LCDSADDR1 = LCD_VIDEO_ADDR >> 1;

Modified: trunk/src/target/u-boot/patches/uboot-s3c2410_fb.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-s3c2410_fb.patch      2007-05-04 
07:34:49 UTC (rev 1907)
+++ trunk/src/target/u-boot/patches/uboot-s3c2410_fb.patch      2007-05-04 
09:58:56 UTC (rev 1908)
@@ -1,8 +1,8 @@
 Index: u-boot/drivers/Makefile
 ===================================================================
---- u-boot.orig/drivers/Makefile       2007-02-13 02:23:40.000000000 +0100
-+++ u-boot/drivers/Makefile    2007-02-15 02:26:32.000000000 +0100
-@@ -51,7 +51,7 @@
+--- u-boot.orig/drivers/Makefile
++++ u-boot/drivers/Makefile
+@@ -52,7 +52,7 @@
          ks8695eth.o \
          pxa_pcmcia.o mpc8xx_pcmcia.o tqm8xx_pcmcia.o  \
          rpx_pcmcia.o \
@@ -13,8 +13,8 @@
  OBJS  := $(addprefix $(obj),$(COBJS))
 Index: u-boot/drivers/s3c2410_fb.c
 ===================================================================
---- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ u-boot/drivers/s3c2410_fb.c        2007-02-15 02:27:02.000000000 +0100
+--- /dev/null
++++ u-boot/drivers/s3c2410_fb.c
 @@ -0,0 +1,187 @@
 +/*
 + * (C) Copyright 2006 by OpenMoko, Inc.
@@ -166,7 +166,7 @@
 +      lcd->LCDCON2 = 0x019fc3c1;
 +      lcd->LCDCON3 = 0x0039df67;
 +      lcd->LCDCON4 = 0x00000007;
-+      lcd->LCDCON5 = 0x0001cb08;
++      lcd->LCDCON5 = 0x0001cf08;
 +      lcd->LPCSEL  = 0x00000000;
 +
 +      lcd->LCDSADDR1 = LCD_VIDEO_ADDR >> 1;
@@ -205,8 +205,8 @@
 +#endif /* CONFIG_VIDEO_S3C2410 */
 Index: u-boot/drivers/cfb_console.c
 ===================================================================
---- u-boot.orig/drivers/cfb_console.c  2007-02-13 02:23:40.000000000 +0100
-+++ u-boot/drivers/cfb_console.c       2007-02-15 00:43:40.000000000 +0100
+--- u-boot.orig/drivers/cfb_console.c
++++ u-boot/drivers/cfb_console.c
 @@ -141,6 +141,14 @@
  #endif
  




--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to