Send commitlog mailing list submissions to
        commitlog@lists.openmoko.org

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
        commitlog-requ...@lists.openmoko.org

You can reach the person managing the list at
        commitlog-ow...@lists.openmoko.org

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

   1. r4914 - developers/werner/wlan-trial (wer...@docs.openmoko.org)
   2. r4915 - developers/werner/wlan-trial (wer...@docs.openmoko.org)
--- Begin Message ---
Author: werner
Date: 2009-02-06 14:43:42 +0100 (Fri, 06 Feb 2009)
New Revision: 4914

Modified:
   developers/werner/wlan-trial/Makefile
   developers/werner/wlan-trial/wlan-trial.myroot
Log:
- wlan-trial.myroot: added busybox-udhcpd to allow for differential analysis
- Makefile: new target "dfu" to do all the flashing
- Makefile: bumped version 



Modified: developers/werner/wlan-trial/Makefile
===================================================================
--- developers/werner/wlan-trial/Makefile       2009-02-05 13:54:11 UTC (rev 
4913)
+++ developers/werner/wlan-trial/Makefile       2009-02-06 13:43:42 UTC (rev 
4914)
@@ -1,7 +1,7 @@
 # This is where my kernel lives. Edit or use
 # make KERNEL=/your/kernel/uImage sd
 
-VERSION=12-02
+VERSION=20090206
 ID=wlan-trial-$(VERSION)
 
 KERNEL=/home/moko/git/ktrack/arch/arm/boot/uImage
@@ -40,3 +40,7 @@
        bzip2 -9 <sd_image | \
          ssh $(UPLOAD_ACCOUNT) "cat >$(UPLOAD_DIR)/$(ID).sd_image.bz2"
        ssh $(UPLOAD_ACCOUNT) mv $(UPLOAD_DIR) $(FINAL_DIR)
+
+dfu:
+       dfu-util -a kernel -D $(KERNEL)
+       dfu-util -a rootfs -R -D root.jffs2

Modified: developers/werner/wlan-trial/wlan-trial.myroot
===================================================================
--- developers/werner/wlan-trial/wlan-trial.myroot      2009-02-05 13:54:11 UTC 
(rev 4913)
+++ developers/werner/wlan-trial/wlan-trial.myroot      2009-02-06 13:43:42 UTC 
(rev 4914)
@@ -27,7 +27,7 @@
 pkg grep bash debianutils
 pkg mtd-utils sysfsutils apm
 pkg openssh ntpdate netkit-telnet bind-utils
-pkg dhcp-client wireless-tools wpa-supplicant
+pkg dhcp-client busybox-udhcpd wireless-tools wpa-supplicant
 pkg portmap ppp rsync
 pkg file
 pkg nano




--- End Message ---
--- Begin Message ---
Author: werner
Date: 2009-02-06 14:45:36 +0100 (Fri, 06 Feb 2009)
New Revision: 4915

Added:
   developers/werner/wlan-trial/patch-20090206.patch
Log:
Patch used for this trial kernel. Not suitable for our baseline.



Added: developers/werner/wlan-trial/patch-20090206.patch
===================================================================
--- developers/werner/wlan-trial/patch-20090206.patch                           
(rev 0)
+++ developers/werner/wlan-trial/patch-20090206.patch   2009-02-06 13:45:36 UTC 
(rev 4915)
@@ -0,0 +1,52 @@
+diff --git a/drivers/ar6000/Makefile b/drivers/ar6000/Makefile
+index f8f4431..af2c436 100644
+--- a/drivers/ar6000/Makefile
++++ b/drivers/ar6000/Makefile
+@@ -12,6 +12,7 @@ EXTRA_CFLAGS += -DLINUX -D__KERNEL__ -DHTC_RAW_INTERFACE\
+               -DSDIO \
+ 
+ EXTRA_CFLAGS += -DKERNEL_2_6
++EXTRA_CFLAGS += -DDEBUG
+ 
+ obj-$(CONFIG_AR6000_WLAN) += ar6000.o
+ 
+diff --git a/drivers/ar6000/ar6000/ar6000_drv.c 
b/drivers/ar6000/ar6000/ar6000_drv.c
+index 8165576..99d9366 100644
+--- a/drivers/ar6000/ar6000/ar6000_drv.c
++++ b/drivers/ar6000/ar6000/ar6000_drv.c
+@@ -476,7 +476,7 @@ void
+ ar6000_dbglog_event(AR_SOFTC_T *ar, A_UINT32 dropped,
+                     A_INT8 *buffer, A_UINT32 length)
+ {
+-#ifdef REPORT_DEBUG_LOGS_TO_APP
++#if defined(REPORT_DEBUG_LOGS_TO_APP) && defined(SEND_EVENT_TO_APP)
+     #define MAX_WIRELESS_EVENT_SIZE 252
+     /*
+      * Break it up into chunks of MAX_WIRELESS_EVENT_SIZE bytes of messages.
+diff --git a/drivers/ar6000/hif/hif2.c b/drivers/ar6000/hif/hif2.c
+index 571833f..655df18 100644
+--- a/drivers/ar6000/hif/hif2.c
++++ b/drivers/ar6000/hif/hif2.c
+@@ -16,6 +16,8 @@
+  */
+ 
+ 
++#undef DEBUG
++
+ #include <linux/kernel.h>
+ #include <linux/kthread.h>
+ #include <linux/list.h>
+diff --git a/drivers/ar6000/wmi/wmi.c b/drivers/ar6000/wmi/wmi.c
+index d322cf3..a29acc6 100644
+--- a/drivers/ar6000/wmi/wmi.c
++++ b/drivers/ar6000/wmi/wmi.c
+@@ -474,7 +474,9 @@ wmi_control_rx_xtnd(struct wmi_t *wmip, void *osbuf)
+         wmi_hbChallengeResp_rx(wmip, datap, len);
+         break;
+     case (WMIX_DBGLOG_EVENTID):
++#ifdef CONFIG_AR6000_WLAN_DEBUG
+         wmi_dbglog_event_rx(wmip, datap, len);
++#endif
+         break;
+     default:
+         A_DPRINTF(DBG_WMI|DBG_ERROR,




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to