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 pic

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 f

Re: boot armv7 on qemu-linaro

2012-01-16 Thread Deepti Kalakeri
On Tue, Jan 17, 2012 at 12:06 AM, Andrei Gherzan 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 ideas? How can i ha

Re: DisableSuspend.apk

2012-01-16 Thread yong qin
On 17 January 2012 01:38, Alexander Sack wrote: > On Mon, Jan 16, 2012 at 6:24 PM, Paul Larson > 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 (

Re: [PATCH] mx53_loco: add DA9053 PMIC support

2012-01-16 Thread Rtp
"Ying-Chun Liu (PaulLiu)" writes: Hi, > From: "Ying-Chun Liu (PaulLiu)" > > 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) > Cc: Amit Kucheria > Cc: Sascha Hauer > --- > arc

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 +2

[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 https://wiki.linaro.org/WorkingGroups/Middleware/Graphics/Notes/2012-01-1

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

Re: Cortex a15 in linaro?

2012-01-16 Thread Peter Maydell
On 16 January 2012 18:43, Andrei Gherzan 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" stage. There

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: 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 __

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

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 mo

Re: DisableSuspend.apk

2012-01-16 Thread Alexander Sack
On Mon, Jan 16, 2012 at 6:24 PM, Paul Larson 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 every time

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 m

[PATCH] mx53_loco: add DA9053 PMIC support

2012-01-16 Thread Ying-Chun Liu (PaulLiu)
From: "Ying-Chun Liu (PaulLiu)" 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) Cc: Amit Kucheria Cc: Sascha Hauer --- arch/arm/mach-mx5/board-mx53_loco.c | 128 +

[PATCH] mx53_loco: add DA9053 PMIC support

2012-01-16 Thread Ying-Chun Liu (PaulLiu)
From: "Ying-Chun Liu (PaulLiu)" Hi, This patch adds da9053 init for Freescale QuickStart Loco board. DA9053 is a MFD device. On QuickStart Loco board we are using the regulators provided by it. Please help us to review this patch. Many Thanks. Ying-Chun Liu (PaulLiu) (1): mx53_loco: add DA9

Re: [RFC PATCH 2/2] thermal: Add generic cpu cooling implementation

2012-01-16 Thread Rob Lee
>> I don't like how ACTIVE does not have available notification callbacks >> like HOT and CRITICAL do.  Perhaps I fail to grasp why they aren't there >> but besides just applying a cooling device, one might want to do something >> else as well upon hitting these trip points.  So that said, it might

Re: Architectures to support when releasing binaries

2012-01-16 Thread Alexander Sack
On Mon, Jan 16, 2012 at 3:32 AM, Michael Hope 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: >  * There's less to t

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: DisableSuspend.apk

2012-01-16 Thread Alexander Sack
On Mon, Jan 16, 2012 at 12:45 PM, yong qin 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 > disable the s

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

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

2012-01-16 Thread Ilias Biris
Hi please below the summary of the work in Multimedia WG for wk02.2012. The detailed report (with links) is in https://wiki.linaro.org/WorkingGroups/Middleware/Multimedia/WeeklyReport Last meeting minutes are in: https://wiki.linaro.org/WorkingGroups/Middleware/Multimedia/Notes/2012-01-10 Achiev

Re: Architectures to support when releasing binaries

2012-01-16 Thread Javier Martinez Canillas
On Mon, Jan 16, 2012 at 3:32 AM, Michael Hope 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: >  * There's less to t

Re: using cpuidle on panda board

2012-01-16 Thread Vincent Guittot
Hi All, Thanks for these information, My understand is that I should wait for the adaptation of the SMP cpuidle proposal for omap4. Andy, could you warn me when you will have a running smp cpu idle driver for panda ? Regards, Vincent On 14 January 2012 08:55, Andy Green wrote: > On 01/14/2012