[PATCH v4 1/2] ARMV7: Add support for Samsung ORIGEN board

2011-07-28 Thread Chander Kashyap
Origen board is based upon S5PV310 SoC which is similiar to S5PC210 SoC. Signed-off-by: Chander Kashyap --- Changes for v2: - None Changes for v3: - Board entry added Alphabetically in boards.cfg - Used get_Ram_size function to calculate ram size Changes for v4: -

[PATCH v4 0/2] ORIGEN Board Support

2011-07-28 Thread Chander Kashyap
Adds support for ORIGEN board with MMC Booting. Chander Kashyap (2): ARMV7: Add support for Samsung ORIGEN board ORIGEN: Add MMC SPL support MAINTAINERS |1 + board/samsung/origen/Makefile | 46 ++ board/samsung/origen/lowlevel_

[PATCH v4 2/2] ORIGEN: Add MMC SPL support

2011-07-28 Thread Chander Kashyap
Adds mmc boot support. Signed-off-by: Chander Kashyap --- mmc_spl/board/samsung/origen/Makefile | 106 mmc_spl/board/samsung/origen/mmc_boot.c | 57 + mmc_spl/board/samsung/origen/tools/mkv310_image.c | 140 + mmc_spl/board/s

Re: [pm-qa 00/14] Functional tests for cpufreq

2011-07-28 Thread Amit Kucheria
On Thu, Jul 28, 2011 at 9:13 PM, Daniel Lezcano wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 07/26/2011 02:46 PM, Daniel Lezcano wrote: >> These tests are for the power mangemenat QA. >> The test definitions are at: >> >> https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc

Re: Android build failure

2011-07-28 Thread James Westby
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've had that res

Re: Android build failure

2011-07-28 Thread James Westby
On Thu, 28 Jul 2011 13:37:38 -0600, Angus Ainslie wrote: > I have a android manifest that builds fine on my local build server > with -j4 for concurrent makes. > > The same manifest fails to build on android-build.linaro.org The log is here > > https://android-build.linaro.org/jenkins/job/angus

Re: Android build failure

2011-07-28 Thread Bernhard Rosenkranzer
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've had that resulted in the same error (while it may not be elfcopy for you) was simply that a

Announcing initial live-build cross build support

2011-07-28 Thread Tom Gall
Hi All, As part of the 11.07 cycle I've completed an initial implementation to live-build3 for cross build support. This means you can be on an intel box and assemble your own arm rootfs images. Generally speaking this results in a faster build than running on native arm hardware. This code shoul

Re: Single zImage at Linaro Connect

2011-07-28 Thread Arnd Bergmann
On Thursday 28 July 2011 14:44:17 Nicolas Pitre wrote: > > > > We could even embed the printch() function body into the DT if we > > wanted to make the kernel's job even simpler. Realistic implementations > > of this function are tiny, so this shouldn't be too cumbersome. > > That really seems an

Android build failure

2011-07-28 Thread Angus Ainslie
I have a android manifest that builds fine on my local build server with -j4 for concurrent makes. The same manifest fails to build on android-build.linaro.org The log is here https://android-build.linaro.org/jenkins/job/angus-akkea_smdkv310/6/consoleText Is there something I can add to the buil

Re: Single zImage at Linaro Connect

2011-07-28 Thread Nicolas Pitre
On Thu, 28 Jul 2011, Dave Martin wrote: > On Wed, Jul 27, 2011 at 10:58:36PM -0400, Nicolas Pitre wrote: > > > > To everyone, and especially to those who are expected to work on this > > topic next week, please find below a list of tasks that needs to be > > investigated and/or accomplished. I

Re: [RFC PATCH 06/17] ARM: kernel: save/restore generic infrastructure

2011-07-28 Thread Lorenzo Pieralisi
On Thu, Jul 28, 2011 at 05:22:38PM +0100, Amit Kachhap wrote: > On 7 July 2011 21:20, Lorenzo Pieralisi wrote: > > > > This patch provides the code infrastructure needed to maintain > > a generic per-cpu architecture implementation of idle code. > > > > sr_platform.c : > >- code manages pa

Re: [pm-qa 00/14] Functional tests for cpufreq

2011-07-28 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/26/2011 02:46 PM, Daniel Lezcano wrote: > These tests are for the power mangemenat QA. > The test definitions are at: > > https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts > > Not all the boards have cpufreq enabled or totall

Re: OOM with linux-linaro-3.0 on a beagleboard

2011-07-28 Thread Nicolas Pitre
On Thu, 28 Jul 2011, James Westby wrote: > On Thu, 28 Jul 2011 18:18:09 +0200, Daniel Lezcano > wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On 07/28/2011 12:58 PM, James Westby wrote: > > > Hi, > > > > > > Have you tried the omap3 hardware pack with a Linaro image? Tha

Re: OOM with linux-linaro-3.0 on a beagleboard

2011-07-28 Thread James Westby
On Thu, 28 Jul 2011 18:18:09 +0200, Daniel Lezcano wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 07/28/2011 12:58 PM, James Westby wrote: > > Hi, > > > > Have you tried the omap3 hardware pack with a Linaro image? That > > contains the 3.0 kernel I think, so may give a compari

Re: [RFC PATCH 06/17] ARM: kernel: save/restore generic infrastructure

2011-07-28 Thread Amit Kachhap
On 7 July 2011 21:20, Lorenzo Pieralisi wrote: > > This patch provides the code infrastructure needed to maintain > a generic per-cpu architecture implementation of idle code. > > sr_platform.c : >        - code manages patchset initialization and memory management > > sr_context.c: >        - cod

Re: OOM with linux-linaro-3.0 on a beagleboard

2011-07-28 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/28/2011 12:58 PM, James Westby wrote: > Hi, > > Have you tried the omap3 hardware pack with a Linaro image? That > contains the 3.0 kernel I think, so may give a comparison point. Ok, I tested with: developer-n-tar-20110628-1.tar.gz hwpack_lin

Re: Single zImage at Linaro Connect

2011-07-28 Thread Rob Herring
On 07/27/2011 09:58 PM, Nicolas Pitre wrote: > > To everyone, and especially to those who are expected to work on this > topic next week, please find below a list of tasks that needs to be > investigated and/or accomplished. I'll coordinate the work and collect > patches for the team. > > If

Re: OOM with linux-linaro-3.0 on a beagleboard

2011-07-28 Thread Tom Gall
I've booted and run the nano rootfs + the 3.0 on my beagle board. Which rootfs were you using? A linaro one or something custom? I would expect the LEB rootfs to OOM especially if you have no swap space setup. Regards, Tom On Thu, Jul 28, 2011 at 5:29 AM, Daniel Lezcano wrote: > > -BEGIN PGP

Re: OOM with linux-linaro-3.0 on a beagleboard

2011-07-28 Thread Andy Doan
On 07/28/2011 05:29 AM, Daniel Lezcano wrote: > > > Hi All, > > I compiled and booted a linux-linaro-3.0 kernel on a beagle board. > > The config file is omap2plus_defconfig. > > When the init process booted, I have the OOM killer triggered and > killing the different tasks on my system. > >

Remote Participation in Linaro Connect

2011-07-28 Thread Stephen Doel
Hi All, I'm looking forward to seeing many of you next week. If you're not able to make it, you can still participate in the various summits being held in 2 of the meeting rooms - Magdalene and Corpus Christi. The dial in and IRC channel details are provided here: https://wiki.linaro.org/Ev

Re: Single zImage at Linaro Connect

2011-07-28 Thread Dave Martin
On Wed, Jul 27, 2011 at 10:58:36PM -0400, Nicolas Pitre wrote: > > To everyone, and especially to those who are expected to work on this > topic next week, please find below a list of tasks that needs to be > investigated and/or accomplished. I'll coordinate the work and collect > patches for

Re: OOM with linux-linaro-3.0 on a beagleboard

2011-07-28 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/28/2011 12:58 PM, James Westby wrote: > Hi, > > Have you tried the omap3 hardware pack with a Linaro image? That > contains the 3.0 kernel I think, so may give a comparison point. Ok, let me check ... -BEGIN PGP SIGNATURE- Version: GnuP

Re: OOM with linux-linaro-3.0 on a beagleboard

2011-07-28 Thread James Westby
Hi, Have you tried the omap3 hardware pack with a Linaro image? That contains the 3.0 kernel I think, so may give a comparison point. Thanks, James On Thu, 28 Jul 2011 12:29:25 +0200, Daniel Lezcano wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Hi All, > > I compiled a

OOM with linux-linaro-3.0 on a beagleboard

2011-07-28 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, I compiled and booted a linux-linaro-3.0 kernel on a beagle board. The config file is omap2plus_defconfig. When the init process booted, I have the OOM killer triggered and killing the different tasks on my system. Is it a known issue ? D

Re: [U-Boot] [PATCH] SMDKV310: Fix undefined reference error

2011-07-28 Thread Minkyu Kang
Dear Chander Kashyap, On 26 July 2011 18:25, Chander Kashyap wrote: > Fix buld error: > undefined reference to '__image_copy_end' and `save_boot_params'. > > start.o: In function `_image_copy_end_ofs': > mmc_spl/board/samsung/smdkv310/start.S:44: undefined reference to > `__image_copy_end' > sta

Re: [U-Boot] [PATCH] SMDKV310: Fix build error for smdkv310 board

2011-07-28 Thread Minkyu Kang
Dear Chander Kashyap, On 26 July 2011 18:04, Chander Kashyap wrote: > Fix build error for smdkv310 board: > > board/samsung/smdkv310/smdkv310.c:126: undefined reference to `gpio_set_pull' > > Signed-off-by: Chander Kashyap > --- >  board/samsung/smdkv310/smdkv310.c |    2 +- >  1 files changed,

Re: Kernel WG Android session

2011-07-28 Thread Lee Jones
On 27/07/11 20:33, Zach Pfeffer wrote: > Landing teams and other interested parties, > > John Stultz will be in the Android hacking room from 11:00-13:00 > (possibly earlier for working with Andy) on Monday. He'd like to meet > the other LTs as well. Everyone's who's interested is invited. We can