Query: Vexpress quick boot

2012-10-02 Thread viresh kumar
Hi Pawel, Is there a way to skip the motherboard BIOS too? I know there is a way to autoboot from bootmon, which is well described here: https://wiki.linaro.org/PawelMoll/BootingVEMadeEasy But, i am looking for something, which can even run the "reboot" command on BIOS. -- viresh _

Re: [U-Boot] [PATCH v2 0/3] EXYNOS: Add support for Exynos4x12

2012-10-02 Thread Viresh Kumar
On 3 October 2012 11:04, Chander Kashyap wrote: >> CCing Minkyu > mk7.k...@samsung.com is also Minkyu's ID. >> Tip: Always place a blank line before/after your comments, when replying mails. That makes it much more readable to others. ___ linaro-dev ma

Re: [U-Boot] [PATCH v2 0/3] EXYNOS: Add support for Exynos4x12

2012-10-02 Thread Chander Kashyap
Dear Marek, thanks. On 3 October 2012 05:46, Marek Vasut wrote: > Dear Chander Kashyap, > >> This patch series popultes Register addresses, clock structure and >> gpio structure for Exynos4x12. >> >> Changes in v2: >> - Fixed the GPIO base address macro for exynos4x12_gpio_part3_get_nr >>

Re: Re: [PATCH v3 1/3] devfreq: Core updates to support devices which can idle

2012-10-02 Thread Rajagopal Venkat
On 2 October 2012 11:11, MyungJoo Ham wrote: >> On 27 September 2012 13:50, MyungJoo Ham wrote: >> >> Prepare devfreq core framework to support devices which >> >> can idle. When device idleness is detected perhaps through >> >> runtime-pm, need some mechanism to suspend devfreq load >> >> monito

2012-10-03 Android Platform Team Meeting Agenda Posted

2012-10-02 Thread Zach Pfeffer
Please take a look at: https://wiki.linaro.org/Platform/Android/Meetings/2012-10-03 Feel free to add to the agenda and join us in #linaro-meeting on irc.freenode.net at 13:00 UTC on 2012/10/03. -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software f

Re: Question: What is the current level of Free Software support by vendors?

2012-10-02 Thread Graeme Russ
Hi Wookey, On Wed, Oct 3, 2012 at 11:39 AM, Wookey wrote: > +++ Graeme Russ [2012-10-03 09:10 +1000]: > >> > Many platforms have some binary blobs which you can download to get >> > video decoders and 3D graphics. The ARM cores are getting so fast today >> > that you can probably decode hi-res v

Re: Question: What is the current level of Free Software support by vendors?

2012-10-02 Thread Wookey
+++ Graeme Russ [2012-10-03 09:10 +1000]: > > Many platforms have some binary blobs which you can download to get > > video decoders and 3D graphics. The ARM cores are getting so fast today > > that you can probably decode hi-res videos using FFMPEG... > > Yes, this is what disappoints me. This

Re: Question: What is the current level of Free Software support by vendors?

2012-10-02 Thread Graeme Russ
Hi Mike, On Tue, Oct 2, 2012 at 2:03 PM, Mike Turquette wrote: > Quoting Graeme Russ (2012-10-01 19:58:14) [snip] >> Essentially, I'm after a device I can use as a media box / thin-client >> X-term / hacker platform where every single byte of code that runs on >> the device is free software. Th

Re: [PATCH 4/4] cpuidle - support multiple drivers

2012-10-02 Thread Rafael J. Wysocki
On Tuesday 02 of October 2012 14:27:17 Daniel Lezcano wrote: > On 10/02/2012 04:08 AM, Rafael J. Wysocki wrote: > > On Sunday 30 of September 2012 18:34:31 Daniel Lezcano wrote: > >> On 09/30/2012 12:07 AM, Rafael J. Wysocki wrote: > >>> On Saturday, September 29, 2012, Daniel Lezcano wrote: >

[PATCH v2 3/3] EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12

2012-10-02 Thread Chander Kashyap
This patch adds gpio structure for Exynos4x12. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/gpio.h | 85 +++ 1 file changed, 85 insertions(+) diff --git a/arch/arm/include/asm/arch-exynos/gpio.h b/arch/arm/include/asm/arch-exynos/gpio.h inde

[PATCH v2 2/3] EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12

2012-10-02 Thread Chander Kashyap
This patch adds clock structure for Exynos4x12. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/clock.h | 276 ++ 1 file changed, 276 insertions(+) diff --git a/arch/arm/include/asm/arch-exynos/clock.h b/arch/arm/include/asm/arch-exynos/clock.h

[PATCH v2 0/3] EXYNOS: Add support for Exynos4x12

2012-10-02 Thread Chander Kashyap
This patch series popultes Register addresses, clock structure and gpio structure for Exynos4x12. Changes in v2: - Fixed the GPIO base address macro for exynos4x12_gpio_part3_get_nr in arch/arm/include/asm/arch-exynos/gpio.h Chander Kashyap (3): EXYNOS: EXYNOS4X12: Populate Exy

[PATCH v2 1/3] EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses

2012-10-02 Thread Chander Kashyap
This patch populates base addresses of Exynos4x12 registers. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/cpu.h | 48 +++- 1 file changed, 41 insertions(+), 7 deletions(-) diff --git a/arch/arm/include/asm/arch-exynos/cpu.h b/arch/arm/includ

[PATCH 3/3] EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12

2012-10-02 Thread Chander Kashyap
This patch adds gpio structure for Exynos4x12. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/gpio.h | 85 +++ 1 file changed, 85 insertions(+) diff --git a/arch/arm/include/asm/arch-exynos/gpio.h b/arch/arm/include/asm/arch-exynos/gpio.h inde

[PATCH 2/3] EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12

2012-10-02 Thread Chander Kashyap
This patch adds clock structure for Exynos4x12. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/clock.h | 276 ++ 1 file changed, 276 insertions(+) diff --git a/arch/arm/include/asm/arch-exynos/clock.h b/arch/arm/include/asm/arch-exynos/clock.h

[PATCH 1/3] EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses

2012-10-02 Thread Chander Kashyap
This patch populates base addresses of Exynos4x12 registers. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/cpu.h | 48 +++- 1 file changed, 41 insertions(+), 7 deletions(-) diff --git a/arch/arm/include/asm/arch-exynos/cpu.h b/arch/arm/includ

[PATCH 0/3] EXYNOS: Add support for Exynos4x12

2012-10-02 Thread Chander Kashyap
This patch series popultes Register addresses, clock structure and gpio structure for Exynos4x12. Chander Kashyap (3): EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12 EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12 arc

Re: [PATCH 4/4] cpuidle - support multiple drivers

2012-10-02 Thread Daniel Lezcano
On 10/02/2012 04:08 AM, Rafael J. Wysocki wrote: > On Sunday 30 of September 2012 18:34:31 Daniel Lezcano wrote: >> On 09/30/2012 12:07 AM, Rafael J. Wysocki wrote: >>> On Saturday, September 29, 2012, Daniel Lezcano wrote: On 09/29/2012 11:41 AM, Francesco Lavra wrote: > Hi, Hi Franc

[PATCH] EXYNOS: Clock: Add common function for pll rate calculation

2012-10-02 Thread Chander Kashyap
Moved the common code to calculate pll clock rate to new funtion exynos_get_pll_clk(). Signed-off-by: Chander Kashyap --- arch/arm/cpu/armv7/exynos/clock.c | 102 ++--- 1 file changed, 38 insertions(+), 64 deletions(-) diff --git a/arch/arm/cpu/armv7/exynos/cloc

[PATCH] ARCH: EXYNOS: add support to match product id

2012-10-02 Thread Chander Kashyap
From: Chander Kashyap Based upon single SoC there can be multiple varients. This patch add support to match the complete product ID. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/cpu.h |9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/include/asm/ar

Re: [PATCH 3/3] bootwrapper: Initialise CCI device if found in the fdt

2012-10-02 Thread Riku Voipio
On 1 October 2012 19:33, Dave Martin wrote: > On Thu, Sep 27, 2012 at 07:06:20PM +0100, Jon Medhurst (Tixy) wrote: >> + /* Turn on CCI snoops and DVM messages */ >> + io32(cci+0x4000) = 0x3; /* A15 cluster */ >> + io32(cci+0x5000) = 0x3; /* A7 cluster */ > Ultimately, CCI slave po