[PATCH] S5P:SROM config code moved to s5p-common directory

2011-04-14 Thread Chander Kashyap
SROM config code is made common for S5P series of boards. smdkc100.c now refers to s5p-common/sromc.c for SROM related subroutines. Signed-off-by: Chander Kashyap --- arch/arm/cpu/armv7/s5p-common/Makefile|3 +- arch/arm/cpu/armv7/s5p-common/sromc.c | 49 ++

Importance (or not) of kernel modules dynamic instrumentation through systemtap

2011-04-14 Thread Frederic Turgis
Hi all, systemtap allows instrumenting dynamically kernel functions with the interest of a scripting language that gives access to function parameters or the capability to directly write C code. https://wiki.linaro.org/Platform/DevPlatform/systemtap I have backported/implemented the support of 2.

Linaro 11.05 Beta-2

2011-04-14 Thread Jamie Bennett
Hi, Currently there is no Ubuntu-based milestone image release between the Beta (2011-03-31) and Release Candidate (2011-05-21); this is a period of 51 days. In a fast moving project like Linaro, a lot can happen in 51 days. With this in mind and to help focus our testing initiative before RC the

Re: Likely empty space in a processes's virtual address space

2011-04-14 Thread Dave Martin
On Thu, Apr 14, 2011 at 12:09 PM, Richard Sandiford wrote: > Dave Martin writes: >> On Wed, Apr 13, 2011 at 11:11 PM, Michael Hope >> wrote: >>> Hi there.  The address space randomisation feature in 2.6.35 and above >>> kernels breaks GCC's precompiled headers support.  GCC works by >>> compili

Linaro 11.05 weekly image testing 2011-04-14

2011-04-14 Thread Jamie Bennett
Hi, This is a message sent out once per week to call on our community to help test the Linaro evaluation builds we produce. If you have supported hardware, as found on: http://snapshots.linaro.org/11.05-daily/linaro-hwpacks/ please help our initiative by testing the official Linaro Evaluation

Re: Likely empty space in a processes's virtual address space

2011-04-14 Thread Richard Sandiford
Dave Martin writes: > On Wed, Apr 13, 2011 at 11:11 PM, Michael Hope > wrote: >> Hi there.  The address space randomisation feature in 2.6.35 and above >> kernels breaks GCC's precompiled headers support.  GCC works by >> compiling the header once, dumping the internal format out to disk, >> and

[PATCH 0/2] SROM config code moved to s5p-common directory

2011-04-14 Thread Chander Kashyap
SROM config code is make common for S5P series boards. smdkc100.c refers to s5p_config_srom in s5p-common directory. Chander Kashyap (2): S5P: SROM config code moved to common directory s5p-common S5PC1XX: Refers to SROM config code in s5p-common directory. Header file renamed from smc.h t

[PATCH 2/2] S5PC1XX: Refers to SROM config code in s5p-common directory. Header file renamed from smc.h to sromc.h.

2011-04-14 Thread Chander Kashyap
Signed-off-by: Chander Kashyap --- arch/arm/cpu/armv7/s5pc1xx/Makefile |1 - arch/arm/cpu/armv7/s5pc1xx/sromc.c| 49 -- arch/arm/include/asm/arch-s5pc1xx/smc.h | 53 - arch/arm/include/asm/arch-s5pc1xx/sromc.h | 53

[PATCH 1/2] S5P: SROM config code moved to common directory s5p-common

2011-04-14 Thread Chander Kashyap
SROM configuration is same for various S5P series Boards. Signed-off-by: Chander Kashyap --- arch/arm/cpu/armv7/s5p-common/Makefile |3 +- arch/arm/cpu/armv7/s5p-common/sromc.c | 49 2 files changed, 51 insertions(+), 1 deletions(-) create mode 100644 arc

Re: Likely empty space in a processes's virtual address space

2011-04-14 Thread Dave Martin
On Wed, Apr 13, 2011 at 11:11 PM, Michael Hope wrote: > Hi there.  The address space randomisation feature in 2.6.35 and above > kernels breaks GCC's precompiled headers support.  GCC works by > compiling the header once, dumping the internal format out to disk, > and then mmap()ing it back in at

[PATCH] S5PC2XX: GPIO Macro Values Corrected.

2011-04-14 Thread Chander Kashyap
Macro values for Pull Up and Driver Strength were wrong. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-s5pc2xx/gpio.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/include/asm/arch-s5pc2xx/gpio.h b/arch/arm/include/asm/arch-s5pc2xx/gpio.h

Re: [PATCH] ARM: EXYNOS4: Register HSMMC2 before HSMMC0 on SMDKV310 board

2011-04-14 Thread Angus Ainslie
On Tue, Apr 12, 2011 at 10:38 PM, Tushar Behera wrote: > On Exynos4210 SOC, of all the HSMMC controllers only HSMMC2 can > be used as a boot media. Hence the default SD/MMC card should be > connected to HSMMC2. The secondary card is connected to HSMMC0. > > If HSMMC0 is registered before HSMMC2, t

Re: [lava] Android image support

2011-04-14 Thread Jeremy Chang
On Thu, Apr 14, 2011 at 1:19 PM, Paul Larson wrote: > > > On Wed, Apr 13, 2011 at 11:25 PM, Alexander Sack wrote: >> On Wed, Apr 13, 2011 at 12:52 PM, Jeremy Chang >> wrote: >>> Hi, list: >>>    Just want to let you know, especially for the validation team members, >>>    I am trying to do Andro