Re: DisableSuspend.apk

2012-01-16 Thread yong qin
Hi, all The command below seems can also disable suspend. adb shell service call power 1 i32 26 this command only seems not works well. I write a shell script (see the attachment), and run it as following will disable the suspend: 1. execute the script 2. restart android 3. execute the

Re: DisableSuspend.apk

2012-01-16 Thread Alexander Sack
On Mon, Jan 16, 2012 at 12:45 PM, yong qin yongqin@linaro.org wrote: Hi, all The command  below seems can also disable suspend.     adb shell service call power 1 i32 26 this command only seems not works well. I write a shell script (see the attachment), and run it as following will

Re: [ACTIVITY] Multimedia WG weekly status report - wk02.2012 (20120109-20120113)

2012-01-16 Thread Ilias Biris
On 16/01/12 12:48, Ilias Biris wrote: (speex_linaro_android.git under ronynandy in git.linaro.org - there is a problem preventing it to show properly in gitweb - not being solved by IS) Minor typo, it should read now being solved by IS thanks -- Ilias Biris ilias.bi...@linaro.org Project

Re: Architectures to support when releasing binaries

2012-01-16 Thread Alexander Sack
On Mon, Jan 16, 2012 at 3:32 AM, Michael Hope michael.h...@linaro.org wrote: Hi there.  I have a style question.  For the pre-built versions of gcc-linaro, should we release a i686 version that also runs on x86_64, or do separate i686 and x86_64 builds? If we do just an i686 version then:  *

[PATCH] mx53_loco: add DA9053 PMIC support

2012-01-16 Thread Ying-Chun Liu (PaulLiu)
From: Ying-Chun Liu (PaulLiu) paul@linaro.org Add DA9052 PMIC support for Freescale QuickStart Loco board. The model of PMIC on QuickStart Loco board is da9053-aa. Signed-off-by: Ying-Chun Liu (PaulLiu) paul@linaro.org Cc: Amit Kucheria amit.kuche...@canonical.com Cc: Sascha Hauer

Re: DisableSuspend.apk

2012-01-16 Thread Paul Larson
The shell service call power ... is probably just a runtime setting? so we have to run it on every boot, no? Can we add this to a generic place in lava-android-test (or dispatcher) to ensure we call this first thing every time when booting up a unit? I shoved it temporarily into my

Re: DisableSuspend.apk

2012-01-16 Thread Alexander Sack
On Mon, Jan 16, 2012 at 6:24 PM, Paul Larson paul.lar...@linaro.org wrote: The shell service call power ... is probably just a runtime setting? so we have to run it on every boot, no? Can we add this to a generic place in lava-android-test (or dispatcher) to ensure we call this first thing

Linaro 12.01 release dates and deliveries

2012-01-16 Thread David Zinman
Greetings, This is a mail sent to remind you the coming release dates: * Platform/LTs/WGs components release is January 19th, 2012. * Linaro 12.01 RC images is January 23rd, 2012. * Linaro 12.01 release is January 26th, 2012. Please, confirm the list of components planned to be delivered this

Re: Linaro 12.01 release dates and deliveries

2012-01-16 Thread Anca Emanuel
Are you planing something for Precise Pangolin ? There are LTS plans ? The time left to decisions is very limited. ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: boot armv7 on qemu-linaro

2012-01-16 Thread Andrei Gherzan
I just cannot make it (qemu) print all serial messages in in default qemu windows and not in the terminal. If i don't use the argument -serial, i still have to CTRL+3 in the qemu window to see serial messages. Any ideas? How can i have all serial messages in the default qemu window? @g

Cortex a15 in linaro?

2012-01-16 Thread Andrei Gherzan
Hello. Is there any cortex a15 board emulated in linaro? Thank you, @g ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: Cortex a15 in linaro?

2012-01-16 Thread Peter Maydell
On 16 January 2012 18:43, Andrei Gherzan and...@gherzan.ro wrote: Is there any cortex a15 board emulated in linaro? You don't say specifically but I'm going to assume you mean in qemu-linaro. I'm working on a patchset for the Versatile Express A15 board. This is currently in the upstream review

Re: [PATCH] mx53_loco: add DA9053 PMIC support

2012-01-16 Thread Mark Brown
On Tue, Jan 17, 2012 at 01:10:53AM +0800, Ying-Chun Liu (PaulLiu) wrote: +#define DA9052_LDO1_VOLT_UPPER 1800 +#define DA9052_LDO1_VOLT_LOWER 600 +#define DA9052_LDO1_VOLT_STEP50 This is almost certainly wrong - you should

[ACTIVITY] Graphics WG weekly status report - wk02.2012 (20120109-20120113)

2012-01-16 Thread Ilias Biris
Hello please find below the summary of the status report from Graphics WG for wk02.2012. The full report can be found in https://wiki.linaro.org/WorkingGroups/Middleware/Graphics/WeeklyReport The last meeting minutes are in

Re: [PATCH] mx53_loco: add DA9053 PMIC support

2012-01-16 Thread Russell King - ARM Linux
On Tue, Jan 17, 2012 at 01:10:53AM +0800, Ying-Chun Liu (PaulLiu) wrote: diff --git a/arch/arm/mach-mx5/board-mx53_loco.c b/arch/arm/mach-mx5/board-mx53_loco.c index fd8b524..61dd8c9 100644 --- a/arch/arm/mach-mx5/board-mx53_loco.c +++ b/arch/arm/mach-mx5/board-mx53_loco.c @@ -23,10 +23,21

Re: [PATCH] mx53_loco: add DA9053 PMIC support

2012-01-16 Thread Rtp
Ying-Chun Liu (PaulLiu) paul@linaro.org writes: Hi, From: Ying-Chun Liu (PaulLiu) paul@linaro.org Add DA9052 PMIC support for Freescale QuickStart Loco board. The model of PMIC on QuickStart Loco board is da9053-aa. Signed-off-by: Ying-Chun Liu (PaulLiu) paul@linaro.org Cc:

Re: DisableSuspend.apk

2012-01-16 Thread yong qin
On 17 January 2012 01:38, Alexander Sack a...@linaro.org wrote: On Mon, Jan 16, 2012 at 6:24 PM, Paul Larson paul.lar...@linaro.org wrote: The shell service call power ... is probably just a runtime setting? so we have to run it on every boot, no? Can we add this to a generic place in

Re: boot armv7 on qemu-linaro

2012-01-16 Thread Deepti Kalakeri
On Tue, Jan 17, 2012 at 12:06 AM, Andrei Gherzan and...@gherzan.ro wrote: I just cannot make it (qemu) print all serial messages in in default qemu windows and not in the terminal. If i don't use the argument -serial, i still have to CTRL+3 in the qemu window to see serial messages. Any

gold generate broken sysv-style hash table when --hash-style=both

2012-01-16 Thread Kito Cheng
Hello, Recently we are make the dynamic linker support GNU-style hash, but for the compatible reason we build android with -Wl,--hash-style=both instead of -Wl,--hash-style=gnu. And then we discover this bug in gold, gold generate broken sysv-style hash table when --hash-style=both, we already

Re: Linaro 12.01 release dates and deliveries

2012-01-16 Thread Fathi Boudra
Hi, On 16 January 2012 20:15, Anca Emanuel wrote: Are you planing something for Precise Pangolin ? There are LTS plans ? The time left to decisions is very limited. We plan to have Precise based images, on armhf architecture. Otherwise, we contribute our components regularly and they're