Re: Android build failure

2011-08-01 Thread Paul Sokolovsky
Hello Angus, I see that this configuration is still failing, and actually your other builds have the same problem. I guess one productive way to deal with that is you joining one of Infrastructure team hacking sessions (https://wiki.linaro.org/Events/LinaroConnectQ3.11/Magdelene/Infrastructure) an

Please register a Gerrit account, reminder #2

2011-08-01 Thread Paul Sokolovsky
Hello, Some time this week we're switching to Gerrit for Android source tree hosting. If you committed anything to git.linaro.org/android/* , please make sure you registered an account in Gerrit, by following the instructions below. Thanks, Paul Begin forwarded message: Date: Fri, 22 Jul 2011

Re: Android build failure

2011-08-01 Thread Paul Sokolovsky
Hello Bernhard, On Thu, 28 Jul 2011 22:34:25 +0200 Bernhard Rosenkranzer wrote: > On 28 July 2011 21:37, Angus Ainslie wrote: > > I have a android manifest that builds fine on my local build server > > with -j4 for concurrent makes. > > Have you tried doing a re-download locally? > The issue I

Re: Android build failure

2011-08-01 Thread Paul Sokolovsky
Hello, On Sat, 30 Jul 2011 13:18:36 +1200 Michael Hudson-Doyle wrote: > On Fri, 29 Jul 2011 13:10:48 -0600, Angus Ainslie > wrote: > > On Thu, Jul 28, 2011 at 3:09 PM, James Westby > > wrote: > > > On Thu, 28 Jul 2011 13:37:38 -0600, Angus Ainslie > > > wrote: > > >> I have a android manifest

Re: [U-Boot] [PATCH v4 2/2] ORIGEN: Add MMC SPL support

2011-08-01 Thread Chander Kashyap
Dear Wolfgang Denk, On 1 August 2011 15:39, Wolfgang Denk wrote: > Dear Chander Kashyap, > > In message 5pzhytn...@mail.gmail.com> you wrote: > > > [200+ lines of unrelated quote deleted.] > > > > > +void copy_uboot_to_ram(void) > > > > +{ > > > > + copy_sd_mmc_to_mem copy_bl2 = (copy_sd_

Re: physical_package_id value

2011-08-01 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/01/2011 09:42 AM, Vincent Guittot wrote: > Hi, > > You should see the mpidr values in the kernel log when the cpus are > registered. Something like: > CPU0: thread -1, cpu 0, socket xx, mpidr yy > > Could you give me these values ? Stupid

Re: [U-Boot] [PATCH v4 2/2] ORIGEN: Add MMC SPL support

2011-08-01 Thread Wolfgang Denk
Dear Chander Kashyap, In message you wrote: > [200+ lines of unrelated quote deleted.] > > > +void copy_uboot_to_ram(void) > > > +{ > > > + copy_sd_mmc_to_mem copy_bl2 = (copy_sd_mmc_to_mem)*(u32 > > > *)(0x02020030); > > > + copy_bl2(BL2_START_OFFSET,\ > > > + BL2_SI

Re: physical_package_id value

2011-08-01 Thread Vincent Guittot
Hi, You should see the mpidr values in the kernel log when the cpus are registered. Something like: CPU0: thread -1, cpu 0, socket xx, mpidr yy Could you give me these values ? Vincent On 1 August 2011 01:11, Daniel Lezcano wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 0

Re: [U-Boot] [PATCH v4 2/2] ORIGEN: Add MMC SPL support

2011-08-01 Thread Chander Kashyap
Hi Lei Wen, On 31 July 2011 12:26, Lei Wen wrote: > Hi Chander, > > On Fri, Jul 29, 2011 at 12:41 PM, Chander Kashyap > wrote: > > Adds mmc boot support. > > > > Signed-off-by: Chander Kashyap > > --- > > mmc_spl/board/samsung/origen/Makefile | 106 > > > mmc_spl