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. r4594 - developers/tick/Test_env_script_GTA02A5
      ([EMAIL PROTECTED])
   2. r4593 - developers/tick/Test_env_script_GTA02A5
      ([EMAIL PROTECTED])
   3. development kernel tree: Changes to 'stable'
      ([EMAIL PROTECTED])
   4. development kernel tree: Changes to 'andy' ([EMAIL PROTECTED])
--- Begin Message ---
Author: tick
Date: 2008-08-09 09:36:58 +0200 (Sat, 09 Aug 2008)
New Revision: 4594

Removed:
   developers/tick/Test_env_script_GTA02A5/gta02.conf
   developers/tick/Test_env_script_GTA02A5/resolv.conf
Log:
clean up out of date configure files


Deleted: developers/tick/Test_env_script_GTA02A5/gta02.conf
===================================================================
--- developers/tick/Test_env_script_GTA02A5/gta02.conf  2008-08-09 07:35:35 UTC 
(rev 4593)
+++ developers/tick/Test_env_script_GTA02A5/gta02.conf  2008-08-09 07:36:58 UTC 
(rev 4594)
@@ -1,14 +0,0 @@
-arch any 6
-arch noarch 11
-arch arm 16
-arch armv4t 21
-src oe-armv4t 
http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/ipk/armv4t/
-arch neo1973 26
-src neo1973 
http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/ipk/neo1973/
-arch fic-gta02 31
-src fic-gta02 
http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/ipk/fic-gta02/
-arch all 36
-src all http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/ipk/all/
-arch fic-gta01 41
-src fic-gta01 
http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/ipk/fic-gta01/
-

Deleted: developers/tick/Test_env_script_GTA02A5/resolv.conf
===================================================================
--- developers/tick/Test_env_script_GTA02A5/resolv.conf 2008-08-09 07:35:35 UTC 
(rev 4593)
+++ developers/tick/Test_env_script_GTA02A5/resolv.conf 2008-08-09 07:36:58 UTC 
(rev 4594)
@@ -1,6 +0,0 @@
-search tw.openmoko.com
-nameserver 172.16.23.13
-nameserver 168.95.1.1
-
-
-nameserver 192.168.0.200




--- End Message ---
--- Begin Message ---
Author: tick
Date: 2008-08-09 09:35:35 +0200 (Sat, 09 Aug 2008)
New Revision: 4593

Removed:
   developers/tick/Test_env_script_GTA02A5/README
   developers/tick/Test_env_script_GTA02A5/projectdiff.sh
   developers/tick/Test_env_script_GTA02A5/setup_at_neo_assassin.script
   developers/tick/Test_env_script_GTA02A5/setup_at_neo_diversity.script
   developers/tick/Test_env_script_GTA02A5/setupenv
Log:
Clean up some out of date scripts


Deleted: developers/tick/Test_env_script_GTA02A5/README
===================================================================
--- developers/tick/Test_env_script_GTA02A5/README      2008-08-07 10:11:38 UTC 
(rev 4592)
+++ developers/tick/Test_env_script_GTA02A5/README      2008-08-09 07:35:35 UTC 
(rev 4593)
@@ -1,9 +0,0 @@
-License: GPL
-Composor: Tick
-
-Notice: Assassin is not availiable on public yet, coming soon. 
-
-Please Run the ./setupenv and choose your option. 
-If you get any problem from that, please e-mail to [EMAIL PROTECTED]
-
-Enjoy it. 

Deleted: developers/tick/Test_env_script_GTA02A5/projectdiff.sh
===================================================================
--- developers/tick/Test_env_script_GTA02A5/projectdiff.sh      2008-08-07 
10:11:38 UTC (rev 4592)
+++ developers/tick/Test_env_script_GTA02A5/projectdiff.sh      2008-08-09 
07:35:35 UTC (rev 4593)
@@ -1,42 +0,0 @@
-#!/bin/bash
-
-if (( $# < 1 ));then
-       echo "Usage $0 last_date"
-       echo "The format of last_date is yyyymmdd"
-       exit
-fi
-if !( date -d $1 );then
-       echo "Invalid date format: " $1
-       exit
-fi
-DIR=`pwd`
-NOW=`date +%Y%m%d`
-REPORTFILE="${DIR}/$1-${NOW}.diff"
-if [ -e ${REPORTFILE} ];then
-       rm -rf ${REPORTFILE}
-fi
-echo REPORTFILE=$REPORTFILE
-PROJECTS="svn://svn.projects.openmoko.org/svnroot/diversity 
-         svn://svn.projects.openmoko.org/svnroot/assassin 
-         svn://svn.projects.openmoko.org/svnroot/illume 
-         svn://svn.projects.openmoko.org/svnroot/exposure 
-         svn://svn.projects.openmoko.org/svnroot/ninja
-         http://svn.openmoko.org/trunk/src/target/opkg";
-PRJ_HOME="${DIR}/.projects"
-if ! [ -e ${PRJ_HOME} ];then 
-       mkdir ${PRJ_HOME}
-fi
-cd ${PRJ_HOME}
-
-for P in ${PROJECTS};do
-       base=`basename $P`;
-       if ! [ -e ${base} ];then
-               svn checkout ${P} ${base}
-       fi
-       pushd ${base}
-        svn update;
-        echo "In project ${base} the diff from $1 to ${NOW}:" >> $REPORTFILE
-        svn log -r '{'$1'}:HEAD' | grep -v -- '-----------------' >> 
$REPORTFILE
-        echo "-----------------------------------" >> $REPORTFILE
-       popd
-done

Deleted: developers/tick/Test_env_script_GTA02A5/setup_at_neo_assassin.script
===================================================================
--- developers/tick/Test_env_script_GTA02A5/setup_at_neo_assassin.script        
2008-08-07 10:11:38 UTC (rev 4592)
+++ developers/tick/Test_env_script_GTA02A5/setup_at_neo_assassin.script        
2008-08-09 07:35:35 UTC (rev 4593)
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-# name server stuff
-cp resolv.conf /etc/
-
-cd /etc/ipkg
-rm -rf *
-cd ~
-cp gta02.conf /etc/ipkg
-cd /etc
-rm -rf opkg
-ln -sf ipkg opkg
-cd /var/lib/ipkg
-rm -rf 
-cd ~/
-ipkg update
-opkg-cl update
-ipkg install assassin
-

Deleted: developers/tick/Test_env_script_GTA02A5/setup_at_neo_diversity.script
===================================================================
--- developers/tick/Test_env_script_GTA02A5/setup_at_neo_diversity.script       
2008-08-07 10:11:38 UTC (rev 4592)
+++ developers/tick/Test_env_script_GTA02A5/setup_at_neo_diversity.script       
2008-08-09 07:35:35 UTC (rev 4593)
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-# name server stuff
-cp resolv.conf /etc/
-
-cd /etc/ipkg
-rm -rf *
-cd ~
-cp gta02.conf /etc/ipkg
-cd /var/lib/ipkg
-rm -rf 
-cd ~/
-ipkg update
-sleep 5
-ipkg install diversity-daemon 
-sleep 5
-ipkg install diversity-nav
-
-

Deleted: developers/tick/Test_env_script_GTA02A5/setupenv
===================================================================
--- developers/tick/Test_env_script_GTA02A5/setupenv    2008-08-07 10:11:38 UTC 
(rev 4592)
+++ developers/tick/Test_env_script_GTA02A5/setupenv    2008-08-09 07:35:35 UTC 
(rev 4593)
@@ -1,174 +0,0 @@
-#!/bin/bash
-
-IMAGE_DIR="images.storage"
-NEEDDOWNLOAD=1;
-ASSASSINTESTENV=1;
-DIVERSITYTESTENV=1;
-INTERNALFLAG=0
-
-if ( ping -c 2 barbie.tw.openmoko.com  2>&1 > /dev/null ) && (( 
${INTERNALFLAG}==1 ));then
-  echo "Get Images from Barbie..."
-  unset UBOOT
-  
KERNEL=http://barbie/~build/internal-daily-build/neo1973/deploy/glibc/images/neo1973/uImage-neo1973-latest.bin
-  
ROOTFS=http://barbie/~build/internal-daily-build/neo1973/deploy/glibc/images/neo1973/openmoko-freerunner-image-fic-gta02.jffs2
-else
-  echo "Get Images from Buildhost...."
-  
UBOOT=http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/uboot-gta02v5-latest.bin
-  
KERNEL=http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/uImage-neo1973-latest.bin
-  
ROOTFS=http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/openmoko-devel-image-fic-gta02.jffs2
-fi
-
-config_ssh() 
-{
-
-       TARGET=~/.ssh/config
-       if (( `grep "Host neo" ${TARGET} | wc -l` > 0 ));then
-               return
-       fi
-       echo ""                                 >>  ${TARGET}
-       echo "Host neo"                         >>  ${TARGET}
-       echo "    HostName 192.168.0.202"       >>  ${TARGET}
-       echo "    User root"                    >>  ${TARGET}
-       echo "    StrictHostKeyChecking no"     >>  ${TARGET}
-       echo "    UserKnownHostsFile /dev/null" >>  ${TARGET}
-       return
-}
-setup_env() 
-{
-       echo "Use it without any warranty but with best wishes!!"
-       echo "Want do you want to do?"
-       echo "  1. Reflash images cached only."
-       echo "  2. Reflash images cached and setup Assassin Testing 
enviornment."
-       echo "  3. Reflash images cached and setup Diversity Testing 
enviornment."
-       echo "  4. Download Images from buildhost, and reflashing them only."
-       echo "  5. Download Images from buildhostm and setup Assassin Testing 
environment."
-       echo "  6. Download Images from buildhostm and setup Diversity Testing 
environment."
-       echo -n "choice >"
-       read ANS
-       echo ""
-       if (( ${ANS} == 1 )) ;then 
-               NEEDDOWNLOAD=0;
-               ASSASSINTESTENV=0;
-               DIVERSITYTESTENV=0;
-       elif ((  ${ANS} == 2 ));then
-               NEEDDOWNLOAD=0;
-               ASSASSINTESTENV=1;
-               DIVERSITYTESTENV=0;
-       elif ((  ${ANS} == 3 ));then
-               NEEDDOWNLOAD=0;
-               ASSASSINTESTENV=0;
-               DIVERSITYTESTENV=1;
-       elif ((  ${ANS} == 4 ));then
-               NEEDDOWNLOAD=1;
-               ASSASSINTESTENV=0;
-               DIVERSITYTESTENV=0;
-       elif ((  ${ANS} == 5 ));then
-               NEEDDOWNLOAD=1;
-               ASSASSINTESTENV=1;
-               DIVERSITYTESTENV=0;
-       elif ((  ${ANS} == 6 ));then
-               NEEDDOWNLOAD=1;
-               ASSASSINTESTENV=0;
-               DIVERSITYTESTENV=1;
-       else 
-               setup_env
-       fi
-return
-}
-
-if ! [ -e setupenv ];then
-       echo Please run the script at where it is!!
-       exit 0
-fi
-setup_env
-
-if ! [ -e ${IMAGE_DIR} ];then
-       mkdir ${IMAGE_DIR}
-       NEEDDOWNLOAD=1
-fi
-
-if ! [ -f "dfu-util" ] ;then
-       wget 
http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/dfu-util
-       chmod 755 dfu-util
-fi
-
-if  (( ${NEEDDOWNLOAD} > 0 ));then 
-       pushd ${IMAGE_DIR}
-               rm -rf *
-               if [ ${UBOOT} ];then
-                       wget ${UBOOT}
-               fi
-               wget ${KERNEL}
-               wget ${ROOTFS}
-       popd
-fi
-
-if ! [ -e /dev/ttyACM0 ];then
-       echo Try to get root!!
-       sudo ls > /dev/null
-       echo Please restart Neo with USB cable NOW
-fi
-LALA=0;
-while (( `./dfu-util -l | awk '/^Found Runtime:/ 
{ans=substr($3,2,length($3)-2);print ans}' | grep "0x5119" | wc -l` == 0 ));do 
-       echo Waiting~~~;
-       let LALA=$LALA+1
-       if (( $LALA == 5 ));then
-               echo Please restart Neo with USB cable NOW...
-               echo "If you kept failed on this step, please set your 
bootdelay >= 3 sec in uboot"
-       fi
-       if (( $LALA > 10 ));then
-               echo I am waiting for you... Come on~~
-               LALA=0;
-       fi
-       sleep 1;
-done
-
-ID=`./dfu-util -l | awk '/^Found Runtime:/ 
{ans=substr($3,2,length($3)-2);print ans}' | grep "0x5119"`
-
-echo Scan device OK!!
-
-pushd ${IMAGE_DIR}
-       sleep 1
-       sudo ../dfu-util -d ${ID} -a kernel -R -D ./`basename ${KERNEL}`
-       sleep 3
-       sudo ../dfu-util -d ${ID} -a rootfs -R -D ./`basename ${ROOTFS}`
-       if [ ${UBOOT} ];then
-               sleep 5
-               sudo ../dfu-util -d ${ID} -a u-boot -R -D ./`basename ${UBOOT}`
-       fi
-       sleep 15
-popd
-
-echo Now remove battery and then remove USB calbel from the Device
-while [ -e /dev/ttyACM0 ];do
-       sleep 1
-done
-echo Ok plug battery and USB cable back NOW...
-while ! [ -e /dev/ttyACM0 ];do
-       sleep 1
-done
-echo Neo detected~
-echo Ok please wait for system booting....
-sleep 60
-sudo ./setneo
-sleep 100
-
-if (( ${ASSASSINTESTENV}== 1));then
-       if ! [ -e ~/.ssh/config ]; then
-               config_ssh
-       elif (( `cat ~/.ssh/config | grep "neo" | wc -l`== 0 ));then
-               config_ssh
-       fi
-       scp gta02.conf  resolv.conf setup_at_neo_assassin.script [EMAIL 
PROTECTED]:~/
-       ssh [EMAIL PROTECTED] "chmod 755 
./setup_at_neo_assassin.script;./setup_at_neo_assassin.script"
-fi
-if (( ${DIVERSITYTESTENV}== 1));then
-       if ! [ -e ~/.ssh/config ]; then
-               config_ssh
-       elif (( `cat ~/.ssh/config | grep "neo" | wc -l`== 0 ));then
-               config_ssh
-       fi
-       scp gta02.conf  resolv.conf setup_at_neo_diversity.script [EMAIL 
PROTECTED]:~/
-       ssh [EMAIL PROTECTED] "chmod 755 
./setup_at_neo_diversity.script;./setup_at_neo_diversity.script"
-fi
-echo "Ok!! Now the Neo is all yours. Enjoy Hacking || Testing..."




--- End Message ---
--- Begin Message ---
 drivers/power/bq27000_battery.c |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

New commits:
commit 2438a8c74c495c95f5b78301a44ed8e8d0b267d5
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat Aug 9 09:43:32 2008 +0100

    fix-no-discharging.patch
    
    We failed to report status of "discharging", instead reporting
    "not charging" even if we knew that the charger was not present.
    
    This patch corrects it and reports "discharging" when charger
    is absent.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>




--- End Message ---
--- Begin Message ---
Rebased ref, commits from common ancestor:
commit 0ad799729d7d3ee8fc2205c2f6da41f9c9c3eeb1
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat Aug 9 09:44:49 2008 +0100

    fix-glamo-crank-memory-to-90MHz.patch
    
    This changes Glamo memory and now host bus PLL to 90MHz from
    80MHz, as recommended by S-Media.  Bandwidth should go up
    by 12.5% by this in raw terms anyway.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 2088eac1e164532acd0a32a1086beb02e1119346
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat Aug 9 09:44:49 2008 +0100

    fix-glamo-turbo-host-interface.patch
    
    Until now, we forced Glamo wait states to 3 on read and write
    actions -- on the GLAMO side of the fence.  This reduces them
    to "0", although nWAIT is still briefly operated I saw.  This
    should reduce all memory bus timing by 3 Glamo Host bus clocks,
    60ns at 50MHz.
    
    In addition, until now we used PLL1 (50MHz) for host bus clock.
    Now, we use PLL2 (80MHz) for host bus clock, so all transactions
    complete quicker on Glamo side, it's a raw 60% improvement.
    
    These changes do not appear to impact correct operation of Glamo
    SD Card or video after testing for a week.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 7303d8e1de4bfddc16b6a793c9b27ab81c41729a
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat Aug 9 09:44:48 2008 +0100

    fix-reote-install-for-ext3-only-sd.patch
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 2f3e42f66f0077287e8fc1ef07b5621783a35813
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat Aug 9 09:44:47 2008 +0100

    defconfig-nuke-cruft.patch
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit b686446dd01b6000e3b2b77b2b7253fb8008f0b1
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat Aug 9 09:44:47 2008 +0100

    defconfig-kill-hxd8.patch
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 1e123560965746faae32281ca70e20d41c1f8e1f
Author: Mike Westerhof <[EMAIL PROTECTED]>
Date:   Sat Aug 9 09:44:47 2008 +0100

    fix-touchscreen-driver-gta01-missing-includes.patch
    
        Add missing initialization for the touchscreen driver for the
        gta01 platform.
    
        Signed-off-by: Mike Westerhof <[EMAIL PROTECTED]>

commit dc40e19b7bd1c9368c53204365d318cc080a249d
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat Aug 9 09:44:46 2008 +0100

    test-touchscreen-median.patch
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit d0ee33e99bacc933044b71e8c46aa6894e444887
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat Aug 9 09:44:46 2008 +0100

    config-touchscreen-filters.patch
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 2438a8c74c495c95f5b78301a44ed8e8d0b267d5
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sat Aug 9 09:43:32 2008 +0100

    fix-no-discharging.patch
    
    We failed to report status of "discharging", instead reporting
    "not charging" even if we knew that the charger was not present.
    
    This patch corrects it and reports "discharging" when charger
    is absent.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>




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

Reply via email to