Re: [lava] Android image support

2011-04-13 Thread Paul Larson
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 Android support on lava, so I created a branch, >> lp:~jeremychang/lava

Re: [lava] Android image support

2011-04-13 Thread Alexander Sack
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 Android support on lava, so I created a branch, > lp:~jeremychang/lava/android-support >    Hi, Paul, maybe you can help me give it a

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

2011-04-13 Thread Kukjin Kim
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, the device node for default > MM

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

2011-04-13 Thread Nicolas Pitre
On Thu, 14 Apr 2011, 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 a fixed addre

Likely empty space in a processes's virtual address space

2011-04-13 Thread Michael Hope
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 a fixed address. The solution for other architectures is for G

Re: [Android: device/linaro/pandaboard] MLO for panda

2011-04-13 Thread Dechesne, Nicolas
On Wed, Apr 13, 2011 at 7:35 PM, Alexander Sack wrote: > I suspect that would mean that a MLO named binary would then be > installed in the boot/ partition and that should work. > guess you meant 'binary named MLO'. yes, this is correct the OMAP boot code will search for a file named MLO in the

Re: [RFF] Patch tracking/metrics

2011-04-13 Thread Guilherme Salgado
On Wed, 2011-04-13 at 14:54 +1200, Michael Hope wrote: > On Sat, Apr 9, 2011 at 2:14 AM, James Westby wrote: > > Hi, > > > > This service is going to be used by management to get an idea of the > > number of patches going to each project over time, the number of patches > > submitted upstream by e

Re: [Android: device/linaro/pandaboard] MLO for panda

2011-04-13 Thread Alexander Sack
On Tue, Apr 12, 2011 at 9:33 AM, Patrik Ryd wrote: > On 11 April 2011 17:20, Jim Huang wrote: >> On 11 April 2011 23:14, Patrik Ryd wrote: >>> diff --git a/BoardConfig.mk b/BoardConfig.mk >>> index 5314353..457ab4f 100644 >>> --- a/BoardConfig.mk >>> +++ b/BoardConfig.mk >>> @@ -9,7 +9,8 @@ TARG

Freeze dates and package changes for Linaro's Ubuntu-based images

2011-04-13 Thread Jamie Bennett
Hi, As we come towards the end of the Linaro 11.05 cycle, Ubuntu is reaching its release one month sooner. This provides unique challenges for our Ubuntu-based images; Ubuntu LEB, developer, nano and ALIP. In order to help alleviate any confusion surrounding freeze dates and archive uploads the fo

Re: inline assembly / uaccess.h / __put_user_asm_dword / "invalid lvalue output in asm 1"

2011-04-13 Thread Frederic Turgis
Hi, On 13 April 2011 04:08, Nicolas Pitre wrote: > On Wed, 13 Apr 2011, Frederic Turgis wrote: > > those macros.  If you do something like: > > int blah(int foo, long long *ptr1, long long *ptr2) > { >        int err = 0; >        __stp_put_user_asm_dword(0, foo ? ptr1 : ptr2, err); >        retu

Re: [U-Boot] [PATCH 1/2] ARMV7: Adding support for Samsung SMDKV310 Board

2011-04-13 Thread Minkyu Kang
Dear Chander Kashyap, On 11 April 2011 19:49, Chander Kashyap wrote: >> > SMDKV310 board is based on Samsung S5PV310 SOC. This SOC is very much >> > similar to S5PC210. >> > >> > Signed-off-by: Chander Kashyap >> > Signed-off-by: Tushar Behera >> > --- >> >  board/samsung/smdkv310/Makefile    

[lava] Android image support

2011-04-13 Thread Jeremy Chang
Hi, list: Just want to let you know, especially for the validation team members, I am trying to do Android support on lava, so I created a branch, lp:~jeremychang/lava/android-support Hi, Paul, maybe you can help me give it a review. Thanks! . I am on my personal environment, so I c