Re: Help for Foundation model

2013-05-20 Thread Ryan Harkin
On 21 May 2013 07:18, Wang Wei wrote: > Hi all, > > Foundation model is closed source propertiary software, but i want to know > how i can get more detailed and comprehensive technical support? It depends what support you want, but the Foundation Model is provided by ARM and as such, they should

Re: Help for Foundation model

2013-05-20 Thread Pranavkumar Sawargaonkar
Hi, On 21 May 2013 11:48, Wang Wei wrote: > Hi all, > > Foundation model is closed source propertiary software, but i want to know > how i can get more detailed and comprehensive technical support? > > I want to know the work procedure of boot wrapper. For example, make > CROSS_COMPILE=aarch64-

Help for Foundation model

2013-05-20 Thread Wang Wei
Hi all, Foundation model is closed source propertiary software, but i want to know how i can get more detailed and comprehensive technical support? I want to know the work procedure of boot wrapper. For example, make CROSS_COMPILE=aarch64-linux-gnu- BOOTARGS='"root=/dev/vda2 consolelog=9 rw co

[GIT PULL]: ll-interactive-gov-updates : Per policy governor instance

2013-05-20 Thread Viresh Kumar
Hi Andrey, I have got some important updates for Android's Interactive Governor. These are already sent to Todd Poyner for inclusion into AOSP and we are awaiting a response. These changes are important for ARM big LITTLE platforms which want multiple instances of a governor to be available for a

Re: Repo for Managing Git Repositories

2013-05-20 Thread Jonathan Aquilina
Not trying to hijack the thread here but something like tinderboxes would be rather handy in terms of ensuring builds dont break http://en.wikipedia.org/wiki/Tinderbox_%28software%29 libreoffice uses them that way if something does break an email is sent out to the person who submitting the patch

Re: [PATCH] cpuidle: arm_big_little: pass target residency to mcpm

2013-05-20 Thread Sebastian Capella
Hi Nico, Liviu, Catalin, Do you expect there to also be cases where the PSCI interface may not be aware of all of the platform states? Eg. if you have an SOC, not all of the cstates and latencies are directly related to the ARM core.. Maybe you can have additional states and latencies accounting

Re: automated build coverage

2013-05-20 Thread Kevin Hilman
Fathi Boudra writes: > On 18 May 2013 04:06, Kevin Hilman wrote: >> Fathi Boudra writes: >> >> [...] >> Is there a way for us (linaro folks) to see more of the Jenkins setup for these jobs (including the scripts.) There appears to be some useful add-ons being used. Read-only acc

Re: Cross-Compiling Qemu for Aarch64?

2013-05-20 Thread Wookey
> On 05/17/2013 07:16 PM, Wookey wrote: +++ Mian M. Hamayun [2013-05-20 20:13 +0200]: > Hi, > > First of all, many thanks for your kind support. I have been able to > setup a crossbuild chroot environment for aarch64. I can now > configure and compile qemu using this environment. Excellent. > >(

RE: Deadline scheduler inclusion in linux-linaro?

2013-05-20 Thread Ola Liljedahl
Good article at LWN (well they are always good) referenced by the Linaro page you link to. The final comment is correct but not the complete answer. We also need determinism and no-interference for other reasons. Adaptive tick-less should also be useful when you have multiple threads on the sam

Re: Repo for Managing Git Repositories

2013-05-20 Thread Christopher Covington
Hi Nicolas, On 05/17/2013 09:20 AM, Nicolas Dechesne wrote: > > On Wed, Apr 3, 2013 at 2:24 PM, Christopher Covington > wrote: > > >> I notice you've created a number of shell scripts to manage checking > out > >> multiple git repositories, specific revision

Re: Cross-Compiling Qemu for Aarch64?

2013-05-20 Thread Mian M. Hamayun
Hi, First of all, many thanks for your kind support. I have been able to setup a crossbuild chroot environment for aarch64. I can now configure and compile qemu using this environment. Please find a minor observation inlined below and comment if necessary: On 05/17/2013 07:16 PM, Wookey wrot

Re: Hwpacks for OE builds?

2013-05-20 Thread Nicolas Dechesne
On Mon, May 20, 2013 at 5:05 PM, Fathi Boudra wrote: > On 20 May 2013 17:22, Nicolas Dechesne > wrote: > > > > On Mon, May 20, 2013 at 12:20 PM, Fathi Boudra > > wrote: > >> > >> Hi, > >> > >> On 20 May 2013 13:00, Nicolas Dechesne > >> wrote: > >> > hi there, > >> > > >> > i am aware and famil

Re: Hwpacks for OE builds?

2013-05-20 Thread Fathi Boudra
On 20 May 2013 17:22, Nicolas Dechesne wrote: > > On Mon, May 20, 2013 at 12:20 PM, Fathi Boudra > wrote: >> >> Hi, >> >> On 20 May 2013 13:00, Nicolas Dechesne >> wrote: >> > hi there, >> > >> > i am aware and familiar with hwpacks that were initially designed and >> > used >> > to generate ubu

Re: Hwpacks for OE builds?

2013-05-20 Thread Nicolas Dechesne
On Mon, May 20, 2013 at 12:20 PM, Fathi Boudra wrote: > Hi, > > On 20 May 2013 13:00, Nicolas Dechesne > wrote: > > hi there, > > > > i am aware and familiar with hwpacks that were initially designed and > used > > to generate ubuntu/android Linaro images. > > > > however i don't know if hwpacks

Re: [RFC PATCH 2/6] ARM: imx: use the core cpu hotplug functions

2013-05-20 Thread Russell King - ARM Linux
Please read back on this list for my comments about such moves of this very code. You're not the first. On Mon, May 20, 2013 at 12:03:24PM +0530, Sanjay Singh Rawat wrote: > Generic arm cpu hotplug related functions are moved to core hotplug code, > remove the functions from the platform code. >

Re: Deadline scheduler inclusion in linux-linaro?

2013-05-20 Thread Amit Kucheria
Please refer to my earlier comment about Adaptive Tickless. I think you'll find it useful for the usecase you outlined below. On Mon, May 20, 2013 at 6:07 PM, Ola Liljedahl wrote: > Interesting. But SCHED_DEADLINE doesn't depend on the PREEMPT_RT > modifications? Are these solutions overlapping

Re: Deadline scheduler inclusion in linux-linaro?

2013-05-20 Thread Amit Kucheria
On Mon, May 20, 2013 at 5:48 PM, Juri Lelli wrote: > On 05/20/2013 12:27 PM, Ola Liljedahl wrote: >> >> Predictable response times for specific threads. In the use cases I >> am aware of, these threads would probably belong to the same process >> and run core-affine on a specific core where as few

RE: Deadline scheduler inclusion in linux-linaro?

2013-05-20 Thread Ola Liljedahl
Interesting. But SCHED_DEADLINE doesn't depend on the PREEMPT_RT modifications? Are these solutions overlapping in some areas? For the relevant use cases, I don't know if strict CPU allocation (a fraction of the total CPU cycles) is needed. Instead these apps (we are talking legacy SW) are des

Re: Deadline scheduler inclusion in linux-linaro?

2013-05-20 Thread Juri Lelli
On 05/20/2013 12:27 PM, Ola Liljedahl wrote: Predictable response times for specific threads. In the use cases I am aware of, these threads would probably belong to the same process and run core-affine on a specific core where as few as possible other (kernel and user) threads and interrupts etc

RE: Deadline scheduler inclusion in linux-linaro?

2013-05-20 Thread Ola Liljedahl
Predictable response times for specific threads. In the use cases I am aware of, these threads would probably belong to the same process and run core-affine on a specific core where as few as possible other (kernel and user) threads and interrupts etc would also run. A number of cores would foll

Re: Hwpacks for OE builds?

2013-05-20 Thread Fathi Boudra
Hi, On 20 May 2013 13:00, Nicolas Dechesne wrote: > hi there, > > i am aware and familiar with hwpacks that were initially designed and used > to generate ubuntu/android Linaro images. > > however i don't know if hwpacks are being used for OE images nowadays? Yes, they are. To create an OE pre-b

Re: [RELEASE] big-LITTLE-MP-upstream-v3

2013-05-20 Thread Amit Kucheria
On Mon, May 20, 2013 at 3:45 PM, Viresh Kumar wrote: > On 20 May 2013 15:42, Amit Kucheria wrote: >> Do you also have a tree based on linux-linaro where the reference MP >> patches are removed and this branch applied so Naresh and Vincent can >> continue their benchmarking experiments? Or will we

Re: [RELEASE] big-LITTLE-MP-upstream-v3

2013-05-20 Thread Viresh Kumar
On 20 May 2013 15:42, Amit Kucheria wrote: > Do you also have a tree based on linux-linaro where the reference MP > patches are removed and this branch applied so Naresh and Vincent can > continue their benchmarking experiments? Or will we wait until Andrey > has finalised the linux-linaro tree be

Re: Deadline scheduler inclusion in linux-linaro?

2013-05-20 Thread Amit Kucheria
Ola, Are you concerned with lower system-wide scheduling latency or with predictable response times for a particular task? I believe SCHED_DEADLINE with help with the later. /Amit On Mon, May 20, 2013 at 1:10 PM, Ola Liljedahl wrote: > In my experience, networking is moving away from realtime

Re: [RELEASE] big-LITTLE-MP-upstream-v3

2013-05-20 Thread Amit Kucheria
Viresh, Thanks! Do you also have a tree based on linux-linaro where the reference MP patches are removed and this branch applied so Naresh and Vincent can continue their benchmarking experiments? Or will we wait until Andrey has finalised the linux-linaro tree before you create this? Regards, Am

Re: Deadline scheduler inclusion in linux-linaro?

2013-05-20 Thread Juri Lelli
Hi, On 05/20/2013 09:40 AM, Ola Liljedahl wrote: In my experience, networking is moving away from realtime scheduling (and thus RTOS’es). There are some lingering requirements for some of the processing in the wireless stack but the main difficulty here is getting the scheduling latency down to

[RELEASE] big-LITTLE-MP-upstream-v3

2013-05-20 Thread Viresh Kumar
Hi Guys, V3 [1] of latest upstream effort for big LITTLE Architecture is ready for release. It is based of 3.10-rc1. Updates: --- - Stats: Total distinct patches: 28 - New branch: master-wq-migration-v5 (Queued for 3.11) - New versions of branches: upstream-config-fragment

Hwpacks for OE builds?

2013-05-20 Thread Nicolas Dechesne
hi there, i am aware and familiar with hwpacks that were initially designed and used to generate ubuntu/android Linaro images. however i don't know if hwpacks are being used for OE images nowadays? OE has intrinsic mechanism to generate/construct full images which include machine dependent binari

Re: [PATCH 00/16] Support for per policy instance of Interactive governor

2013-05-20 Thread Viresh Kumar
On 17 May 2013 22:17, John Stultz wrote: > On 05/16/2013 09:18 PM, Viresh Kumar wrote: >> >> On 16 May 2013 22:58, John Stultz wrote: >>> >>> Do you have a git branch with the queue you just sent Todd available? It >>> probably would be easiest to just merge that in. >> >> Yes I do have it. It is

Re: Deadline scheduler inclusion in linux-linaro?

2013-05-20 Thread Juri Lelli
On 05/19/2013 11:51 AM, Amit Kucheria wrote: Similarly, the SCHED_DEADLINE patches shouldn't affect default runtime scheduler behaviour unless a task uses the DEADLINE policy. Right, SCHED_DEADLINE is only one more scheduling policy you can use (as SCHED_FIFO/RR). If you don't use it the sche

Re: [RFC PATCH 1/6] ARM: cpuhotplug: move common hotplug related functions to core

2013-05-20 Thread Kyungmin Park
Hi, On Mon, May 20, 2013 at 3:33 PM, Sanjay Singh Rawat wrote: > Add function which prepare arm processors to enter the low power for > hotplug > functionality and handle the return path. > > Signed-off-by: Sanjay Singh Rawat > --- > arch/arm/include/asm/hotplug.h | 24 +++ > arc

RE: Deadline scheduler inclusion in linux-linaro?

2013-05-20 Thread Ola Liljedahl
In my experience, networking is moving away from realtime scheduling (and thus RTOS’es). There are some lingering requirements for some of the processing in the wireless stack but the main difficulty here is getting the scheduling latency down to acceptable levels, e.g. five microseconds or so.