Re: [PATCH android/device/linaro/pandaboard] vold.fstab: Change the sys path for mmc device

2011-04-30 Thread Jeremy Chang
Hi, What you think about this patch for kernel version 2.6.38.3? It's meant to be applied for beaglexM and pandaboard. We need this for vold to mount sdcard partition. Thanks, -Jeremy On Wed, Apr 27, 2011 at 9:52 PM, Jeremy Chang wrote: > After kernel bumped to 2.6.38.3,

[PATCH android/device/linaro/beagleboard] vold.fstab: Change the sys path for mmc device

2011-04-27 Thread Jeremy Chang
After kernel bumped to 2.6.38.3, mmc sys path changed Signed-off-by: Jeremy Chang --- vold.fstab |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vold.fstab b/vold.fstab index 04b9690..10fe0c4 100644 --- a/vold.fstab +++ b/vold.fstab @@ -12,4 +12,4 @@ ## - List of

[PATCH android/device/linaro/pandaboard] vold.fstab: Change the sys path for mmc device

2011-04-27 Thread Jeremy Chang
After kernel bumped to 2.6.38.3, mmc sys path changed Signed-off-by: Jeremy Chang --- vold.fstab |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vold.fstab b/vold.fstab index 04b9690..10fe0c4 100644 --- a/vold.fstab +++ b/vold.fstab @@ -12,4 +12,4 @@ ## - List of

[PATCH android/device/linaro/pandaboard] Decrease the sdcard partiton number in vold.fstab

2011-04-18 Thread Jeremy Chang
Due to ramdisk introduced that replace the rootfs partition, adjust the sdcard partition number. Signed-off-by: Jeremy Chang --- vold.fstab |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vold.fstab b/vold.fstab index c17bb64..04b9690 100644 --- a/vold.fstab +++ b

[PATCH android/device/linaro/beagleboard] Decrease the sdcard partiton number in vold.fstab

2011-04-18 Thread Jeremy Chang
Due to ramdisk introduced that replace the rootfs partition, adjust the sdcard partition number. Signed-off-by: Jeremy Chang --- vold.fstab |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vold.fstab b/vold.fstab index c17bb64..04b9690 100644 --- a/vold.fstab +++ b

[PATCH android/device/linaro/common] Decrease the partition numbers for mounting

2011-04-18 Thread Jeremy Chang
Due to ramdisk introduced that replace the rootfs partition, adjust the partition numbers to mount. Signed-off-by: Jeremy Chang --- init.rc |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/init.rc b/init.rc index 7f94a21..c2836b9 100644 --- a/init.rc +++ b/init.rc

[PATCH android/device/linaro/pandaboard] Remove obsolete vold.conf

2011-04-16 Thread Jeremy Chang
Signed-off-by: Jeremy Chang --- AndroidBoard.mk |5 - vold.conf | 10 -- 2 files changed, 0 insertions(+), 15 deletions(-) delete mode 100644 vold.conf diff --git a/AndroidBoard.mk b/AndroidBoard.mk index 6bb655a..941416a 100644 --- a/AndroidBoard.mk +++ b

[PATCH android/device/linaro/pandaboard] Move the common package and benchmark definitions into common folder

2011-04-16 Thread Jeremy Chang
Signed-off-by: Jeremy Chang --- ZeroXBenchmark.mk | 96 - pandaboard.mk | 31 + 2 files changed, 1 insertions(+), 126 deletions(-) delete mode 100644 ZeroXBenchmark.mk diff --git a/ZeroXBenchmark.mk b/ZeroXBenchmark.mk

[PATCH android/device/linaro/beagleboard] Move the common package and benchmark definitions into common folder

2011-04-16 Thread Jeremy Chang
Signed-off-by: Jeremy Chang --- ZeroXBenchmark.mk | 96 - beagleboard.mk| 32 +- 2 files changed, 1 insertions(+), 127 deletions(-) delete mode 100644 ZeroXBenchmark.mk diff --git a/ZeroXBenchmark.mk b

[PATCH android/device/linaro/common] Add common.mk

2011-04-16 Thread Jeremy Chang
Add common.mk and ZeroXBenchmark.mk for the common part Signed-off-by: Jeremy Chang --- ZeroXBenchmark.mk | 96 + common.mk | 29 2 files changed, 125 insertions(+), 0 deletions(-) create mode 100644

[PATCH android/device/linaro/beagleboard] Remove obsolete vold.conf

2011-04-16 Thread Jeremy Chang
Signed-off-by: Jeremy Chang --- AndroidBoard.mk |5 - vold.conf | 10 -- 2 files changed, 0 insertions(+), 15 deletions(-) delete mode 100644 vold.conf diff --git a/AndroidBoard.mk b/AndroidBoard.mk index 934d19a..e6c13d0 100644 --- a/AndroidBoard.mk +++ b

Re: [lava] Android image support

2011-04-14 Thread Jeremy Chang
On Thu, Apr 14, 2011 at 1:19 PM, Paul Larson wrote: > > > On Wed, Apr 13, 2011 at 11:25 PM, Alexander Sack wrote: >> On Wed, Apr 13, 2011 at 12:52 PM, Jeremy Chang >> wrote: >>> Hi, list: >>>    Just want to let you know, especially for the validation

[lava] Android image support

2011-04-13 Thread Jeremy Chang
h the dailybuild android image tarballs [2]. Same time welcome any feedback. Thanks. Regards, -Jeremy Chang [1] http://dashboard.linaro.org/dashboard/streams/ [2] https://android-build.linaro.org/ ___ linaro-dev mailing list linaro-dev@lists.linaro.org

Re: [PATCH] Added kernel and u-boot

2011-04-06 Thread Jeremy Chang
On Wed, Apr 6, 2011 at 1:08 AM, Patrik Ryd wrote: > --- >  default.xml |   17 ++--- >  1 files changed, 10 insertions(+), 7 deletions(-) > > diff --git a/default.xml b/default.xml > index dc6411d..09fca60 100644 > --- a/default.xml > +++ b/default.xml > @@ -7,21 +7,24 @@ >            r

Re: [PATCH android/device/linaro/pandaboard] Add vold.fstab

2011-03-23 Thread Jeremy Chang
On Wed, Mar 23, 2011 at 9:46 PM, Patrik Ryd wrote: > On 23 March 2011 09:01, Jeremy Chang wrote: >> >> vold.fstab is the vold configuration file to tell what the device to >> mount. >> >> Signed-off-by: Jeremy Chang >> --- >>  device.mk     |  

Re: [PATCH android/device/linaro/beagleboard] Add vold.fstab

2011-03-23 Thread Jeremy Chang
On Wed, Mar 23, 2011 at 9:57 PM, Alexander Sack wrote: > On Wed, Mar 23, 2011 at 8:51 AM, Jeremy Chang wrote: >> On Wed, Mar 23, 2011 at 12:57 AM, Alexander Sack wrote: >>> On Tue, Mar 22, 2011 at 8:07 AM, Jeremy Chang >>> wrote: >>>> Same time

[PATCH android/device/linaro/pandaboard] Add vold.fstab

2011-03-23 Thread Jeremy Chang
vold.fstab is the vold configuration file to tell what the device to mount. Signed-off-by: Jeremy Chang --- device.mk | 16 pandaboard.mk |1 + vold.fstab| 15 +++ 3 files changed, 32 insertions(+), 0 deletions(-) create mode 100644 device.mk

Re: [PATCH android/device/linaro/beagleboard] Add vold.fstab

2011-03-23 Thread Jeremy Chang
On Wed, Mar 23, 2011 at 12:57 AM, Alexander Sack wrote: > On Tue, Mar 22, 2011 at 8:07 AM, Jeremy Chang wrote: >> Same time, we could rethink the partition layout, >> Partition layout is wikied at >> https://wiki.linaro.org/Platform/Android/DevBoards. >> The original

[PATCH v2 android/system/vold] Promote the max partition support to 8

2011-03-22 Thread Jeremy Chang
This is needed for supporting multiple partition layout. Delete MAX_PARTS define since it's not used and also to make it look consistent. Change-Id: Ic4e1b5f7219cb51f02d9e0d2c14046da9f7b51f1 Signed-off-by: Jeremy Chang --- DirectVolume.h |4 +--- 1 files changed, 1 insertions(

Re: [PATCH android/device/linaro/beagleboard] Add vold.fstab

2011-03-22 Thread Jeremy Chang
On Tue, Mar 22, 2011 at 6:25 PM, Patrik Ryd wrote: > On 21 March 2011 19:35, Jeremy Chang wrote: >> >> vold.fstab is the vold configuration file to tell what the device to >> mount. >> >> Add device.mk, the device-specific product definition file fo

Re: [PATCH android/device/linaro/beagleboard] Add vold.fstab

2011-03-22 Thread Jeremy Chang
ust spend time and send a patch for this to AOSP.? Thanks, -Jeremy On Tue, Mar 22, 2011 at 11:23 AM, Jim Huang wrote: > On 22 March 2011 06:47, Alexander Sack wrote: >> On Mon, Mar 21, 2011 at 7:35 PM, Jeremy Chang >> wrote: > [...] >>> +dev_mount sdcard /mnt/sdc

[PATCH android/system/vold] Promote the max partition support to 8

2011-03-21 Thread Jeremy Chang
This is needed for supporting multiple partition layout. Change-Id: Ic4e1b5f7219cb51f02d9e0d2c14046da9f7b51f1 Signed-off-by: Jeremy Chang --- DirectVolume.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/DirectVolume.h b/DirectVolume.h index 4bf14ff..345de09 100644

[PATCH android/device/linaro/beagleboard] Add vold.fstab

2011-03-21 Thread Jeremy Chang
vold.fstab is the vold configuration file to tell what the device to mount. Add device.mk, the device-specific product definition file for copy device-specific drivers, configuration files, settings, etc. Signed-off-by: Jeremy Chang --- beagleboard.mk |1 + device.mk | 16

[PATCH android/device/linaro/common] Let vold mount sdcard partition

2011-03-21 Thread Jeremy Chang
Create the directories that vold needs to complete the mounting. vold communicates with MountService which manages Android platform storage. Let vold do the sdcard partition mounting so sdcard partition can be the Android external storage. Signed-off-by: Jeremy Chang --- init.rc | 15

LAVA integration effort for Android validation

2011-03-14 Thread Jeremy Chang
ice in the farm. IP is a way to distinguish between each of them, like: $ adb devices List of devices attached emulator-5554 device 192.168.85.102: device Any feedback is appreciated. Thanks. Regards, -Jeremy Chang [1] https://wiki.linaro.org/Platform/Validation/Specs/Har

Re: [PATCH 2/2 android/device/linaro/common] mount mmc partitions instead of mtd partitions

2011-03-14 Thread Jeremy Chang
On Mon, Mar 14, 2011 at 11:28 PM, Paul Larson wrote: > On Mon, Mar 14, 2011 at 9:37 AM, Jeremy Chang > wrote: >> >> +# mount mmc partitions >> +    mount ext4 mmc@blk0p3 /system >> +    mount ext4 mmc@blk0p3 /system ro remount >> +    mount ext4 mmc@blk0p5

[PATCH android/device/linaro/beagleboard] Delete init.rc

2011-03-14 Thread Jeremy Chang
Move init.rc to the common directory Signed-off-by: Jeremy Chang --- AndroidBoard.mk |2 +- init.rc | 411 --- 2 files changed, 1 insertions(+), 412 deletions(-) delete mode 100644 init.rc diff --git a/AndroidBoard.mk b

[PATCH 1/2 android/device/linaro/common] Add init.rc in common part of linaro devices

2011-03-14 Thread Jeremy Chang
Signed-off-by: Jeremy Chang --- init.rc | 410 +++ 1 files changed, 410 insertions(+), 0 deletions(-) create mode 100644 init.rc diff --git a/init.rc b/init.rc new file mode 100644 index 000..b6a92c5 --- /dev/null +++ b/init.rc

[PATCH 2/2 android/device/linaro/common] mount mmc partitions instead of mtd partitions

2011-03-14 Thread Jeremy Chang
All partitions from mmc is expected. This depends on Jim Huang's patch "init: support mmc device mount" in android/system/core to work. Signed-off-by: Jeremy Chang --- init.rc | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/init.rc b/init.r

Re: terminal messages output with origin/dev/linaro.android on beagleboard xM

2011-03-03 Thread Jeremy Chang
On Thu, Mar 3, 2011 at 8:02 PM, Alexander Sack wrote: > On Thu, Mar 3, 2011 at 9:14 AM, Jeremy Chang wrote: >> On Thu, Mar 3, 2011 at 3:43 PM, John Stultz wrote: >>> On Thu, 2011-03-03 at 15:27 +0800, Jeremy Chang wrote: >>>> Hi, John: >>>>     Thank

Re: terminal messages output with origin/dev/linaro.android on beagleboard xM

2011-03-03 Thread Jeremy Chang
On Thu, Mar 3, 2011 at 5:01 PM, Andy Green wrote: > On 03/02/2011 06:47 PM, Somebody in the thread at some point said: > > Hi Jeremy - > >>     Actually I didn't mean to enable EARLY_PRINTK in .config. Actually >> I only used the android_omap3_defconfig, and I found I can not see the >> terminal m

Re: terminal messages output with origin/dev/linaro.android on beagleboard xM

2011-03-03 Thread Jeremy Chang
On Thu, Mar 3, 2011 at 3:43 PM, John Stultz wrote: > On Thu, 2011-03-03 at 15:27 +0800, Jeremy Chang wrote: >> Hi, John: >>     Thanks.  Though the problem for me is still the same. >> >>     I tried in uboot with following commands. >>     # mmc init

Re: terminal messages output with origin/dev/linaro.android on beagleboard xM

2011-03-02 Thread Jeremy Chang
# bootm 0x8200 Any idea about if there could be any other difference in between? Thanks. Regards, -Jeremy On Thu, Mar 3, 2011 at 7:30 AM, John Stultz wrote: > On Thu, 2011-03-03 at 02:47 +0800, Jeremy Chang wrote: >> Hi John: >>     Actually I didn't mean to

Re: terminal messages output with origin/dev/linaro.android on beagleboard xM

2011-03-02 Thread Jeremy Chang
sing Linux... done, booting the kernel. Any clue on this for me? Regards, -Jeremy On Wed, Mar 2, 2011 at 3:30 PM, John Stultz wrote: > On Tue, 2011-03-01 at 23:17 -0800, John Stultz wrote: >> On Wed, 2011-03-02 at 14:23 +0800, Jeremy Chang wrote: >> > Hi, John: >> &

terminal messages output with origin/dev/linaro.android on beagleboard xM

2011-03-01 Thread Jeremy Chang
Hi, John: I have one question about the origin/dev/linaro.android branch right now for beagleboard xM. After tried, I still can not see the terminal log after the "Virtual kernel memory layout" message with EARLY_PRINTK enabled., even printk messages in omap3_beagle_init() can not be seen.

Re: [PATCH v2] device/linaro/beagleboard: Setup network environment during booting

2011-02-28 Thread Jeremy Chang
On Sat, Feb 19, 2011 at 3:53 AM, Alexander Sack wrote: > On Fri, Feb 18, 2011 at 5:15 PM, Jim Huang wrote: >> 2011/2/19 Alexander Sack : >>> On Fri, Feb 18, 2011 at 4:42 PM, Jim Huang wrote: >> [...] To be precise, this patch works with Beagleboard-xM only. Beagleboard xM has one Ethe

[PATCH] device/linaro/pandaboard: Enable Android TLS for pandaboard

2011-02-18 Thread Jeremy Chang
The OMAP4430 processor on Pandaboard is ARMv7 architecture that has hardware TLS (Thread Local Storage). Enable TLS. Signed-off-by: Jeremy Chang --- BoardConfig.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index d77507e..76c2577

[PATCH v2] device/linaro/pandaboard: Install 0xbench native applications

2011-02-18 Thread Jeremy Chang
Signed-off-by: Jeremy Chang --- ZeroXBenchmark.mk | 96 + pandaboard.mk |5 ++- 2 files changed, 100 insertions(+), 1 deletions(-) create mode 100644 ZeroXBenchmark.mk diff --git a/ZeroXBenchmark.mk b/ZeroXBenchmark.mk new file mode

[PATCH] device/linaro/beagleboard: Enable Android TLS for beagleboard

2011-02-18 Thread Jeremy Chang
The OMAP3530 processor on Beagleboard is ARMv7 architecture that has hardware TLS (Thread Local Storage). Enable TLS. Signed-off-by: Jeremy Chang --- BoardConfig.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index f05973e..f0703c7

[PATCH v2] device/linaro/beagleboard: Make adbd listen on network interface

2011-02-18 Thread Jeremy Chang
fault port which is defined in DEFAULT_ADB_LOCAL_TRANSPORT_PORT of file system/core/adb/adb.h Signed-off-by: Jeremy Chang --- init.rc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/init.rc b/init.rc index b6a92c5..50d2dc6 100644 --- a/init.rc +++ b/init.rc @@ -181,6 +1

[PATCH v2] device/linaro/beagleboard: Setup network environment during booting

2011-02-18 Thread Jeremy Chang
Try to enable network interface and fetch IP via DHCP in boot script. This will give the network interface a shot to fetch IP via DHCP. Signed-off-by: Jeremy Chang --- init.omap3.sh |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/init.omap3.sh b/init.omap3.sh index

[PATCH v2] device/linaro/beagleboard: Install 0xbench native applications

2011-02-18 Thread Jeremy Chang
Signed-off-by: Jeremy Chang --- ZeroXBenchmark.mk | 96 + beagleboard.mk|6 +++- 2 files changed, 101 insertions(+), 1 deletions(-) create mode 100644 ZeroXBenchmark.mk diff --git a/ZeroXBenchmark.mk b/ZeroXBenchmark.mk new file

Re: [RFC] agent-based remote validation invocation for LAVA

2011-02-16 Thread Jeremy Chang
[omit..] >>> ** Show me the use case >>> The attached patch is just trivial proof-of concept implementation >>> done by Jeremy Chang that adds a 'monkey' >>> test definition file for abrek.  Once TCP/IP or USB is ready, for >>> Android&#

[linaro-android][PATCH] system/core: Make adbd listen on network and usb gadget concurrently

2011-02-14 Thread Jeremy Chang
>From a8e5da5a30290b63a5ead662d5fafa4905e8befc Mon Sep 17 00:00:00 2001 From: Jeremy Chang Date: Mon, 14 Feb 2011 11:39:39 +0800 Subject: [PATCH] Make adbd listen on network and usb gadget concurrently Device accessed by adb through usb and network concurrently is possible. For both interfa

[linaro-android][PATCH] device/linaro/u8500href: Install 0xbench native applications

2011-02-14 Thread Jeremy Chang
>From 78b170843eadf0e72d6b0d4cb0fc5f3be5edcae8 Mon Sep 17 00:00:00 2001 From: Jeremy Chang Date: Tue, 15 Feb 2011 12:17:16 +0800 Subject: [PATCH] Install 0xbench native applications Signed-off-by: Jeremy Chang --- ZeroXBenchmark.mk |

[linaro-android][PATCH] device/linaro/pandaboard: Install 0xbench native applications

2011-02-14 Thread Jeremy Chang
>From 8d63ba7ae90b3629dd60eeab12fdc28a8dcc58e7 Mon Sep 17 00:00:00 2001 From: Jeremy Chang Date: Tue, 15 Feb 2011 12:10:02 +0800 Subject: [PATCH] Install 0xbench native applications Signed-off-by: Jeremy Chang --- ZeroXBenchmark.mk |

Re: [linaro-android][PATCH] Enable ethernet interface during booting

2011-02-14 Thread Jeremy Chang
Hi, Alexander: You're right. sleep's not needed. Actually "netcfg usb0 dhcp" is enough for enabling the ethernet and dhcp the ip address. Let's see how we can do this after we create the common directory for all the boards. This patch is only for enabling the ethernet during booting And

[linaro-android][PATCH] Make adbd listen on network interface

2011-02-14 Thread Jeremy Chang
>From dbeb9e14eb4b5d70775426a370681c90928d4d84 Mon Sep 17 00:00:00 2001 From: Jeremy Chang Date: Mon, 14 Feb 2011 11:28:12 +0800 Subject: [PATCH] Make adbd listen on network interface adb through ethernet is very common that we need. Set property service.adb.tcp.port to make adbd listen.

[linaro-android][PATCH] Install 0xbench native applications

2011-02-14 Thread Jeremy Chang
>From 9a8781bb34fe1ff3463a1dc48f3b33b43e2f Mon Sep 17 00:00:00 2001 From: Jeremy Chang Date: Sun, 13 Feb 2011 20:49:26 +0800 Subject: [PATCH] Install 0xbench native applications Signed-off-by: Jeremy Chang --- ZeroXBenchmark.mk |

[linaro-android][PATCH] Enable ethernet interface during booting

2011-02-14 Thread Jeremy Chang
>From ab02ac9fd9dfcbc096636eb5ba357361c0689b31 Mon Sep 17 00:00:00 2001 From: Jeremy Chang Date: Mon, 14 Feb 2011 11:19:08 +0800 Subject: [PATCH] Enable ethernet interface during booting Try to enable network and get ip by dhcp in boot script Signed-off-by: Jeremy Chang --- init.omap3