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
_
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
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
>>
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
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
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
+++ 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
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
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:
>
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
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
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
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
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
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
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
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
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
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
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
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
21 matches
Mail list logo