Re: [PATCH 3/3] powertop: ncurses: Enable ncurses for android and miscellaneous changes

2011-07-18 Thread Amit Kachhap
On 15 July 2011 23:05, Kok, Auke-jan H wrote: > On Thu, Jul 14, 2011 at 11:35 PM, Amit Daniel Kachhap > wrote: >> This patch enables ncurses for android. NCURSES_NOMACRO flag is enabled >> as there is some conflict with stl libraries. >> >> Signed-off-by:  Amit Daniel Kachhap >> --- >>  Android.

Re: [PATCH 1/3] powertop: Disable pci bus measurement for arm platforms

2011-07-18 Thread Amit Kachhap
On 15 July 2011 22:56, Kok, Auke-jan H wrote: > On Thu, Jul 14, 2011 at 11:35 PM, Amit Daniel Kachhap > wrote: >> This patch disables pci related measurement which is not needed >> for ARM platforms and also library libpci is not needed. >> >> Signed-off-by:  Amit Daniel Kachhap >> --- >>  Andro

Re: [PATCH v9 11/12] mmc: core: add random fault injection

2011-07-18 Thread Per Forlin
This patch prevents mmc core to be built as a module if mmc fault injection is selected. Changes needed to resolve this: * remove fault inject module from core.c * export should_fail() and init_fault_attr_dentries() in fault-injection.c * update documentation fault-injection.txt On 1 July 2011

The Linaro-3.0 kernel branch is now open

2011-07-18 Thread Nicolas Pitre
Yes, it is the big 3.0 coming to a Linaro server near you ! The Linux v3.0 based Linaro kernel branch is now available from: http://git.linaro.org/gitweb?p=kernel/linux-linaro-3.0.git;a=summary http://git.linaro.org/git/kernel/linux-linaro-3.0.git Since the official final v3.0 from Linus To

Try our new 3.0 kernel based PandaBoard build preview!

2011-07-18 Thread Zach Pfeffer
Fellow PandaBoard enthusiasts, take our latest 3.0 kernel based, Linaro GCC 4.5 upstream and enablement preview builds for a ride... Upstream Focused Build: After plugging in an SD card (listed here as /dev/sdc) run the following commands: wget --no-check-certificate https://android-build.linaro

Correction pre 11.07 RC Testing Needed

2011-07-18 Thread Tom Gall
n our LEBs images on their way to the next release: 11.07.  * Android:  http://snapshots.linaro.org/11.05-daily/linaro-android/leb-panda/20110718/  * Ubuntu:  http://snapshots.linaro.org/11.05-daily/linaro-ubuntu-desktop/20110718/0/images/tar/  http://snapshots.linaro.org/11.05-daily/linaro-hw

pre 11.07 RC Testing Needed

2011-07-18 Thread Tom Gall
wcase the current state of development on our LEBs images on their way to the next release: 11.07. * Android: http://snapshots.linaro.org/11.05-daily/linaro-android/leb-panda/20110718/ * Ubuntu: http://snapshots.linaro.org/11.05-daily/linaro-ubuntu-desktop/20110718/0/images/tar/

Action: Hardware

2011-07-18 Thread Joey Stanford
Hi Gang, Two actions please: 1) Everyone: If you are coming to the Connect in Cambridge, please bring as much of your hardware as possible. Several of our team coming from China will not be able to bring theirs and they'll need a loaner at the Connect. 2) For Linaro assignees: If you've gotten

ARM: new cross-distro@ list

2011-07-18 Thread Steve McIntyre
Hi folks, Many GNU/Linux distributions are doing some ARM porting; this tends to result in work duplication, and there doesn't seem to be a general purpose forum to bring ARM porters together. We're inviting developers of GNU/Linux distributions with an interest in ARM to join a new "cross-distro

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

2011-07-18 Thread Chander Kashyap
Adds mmc boot support. Signed-off-by: Chander Kashyap --- Changes for v2: - Added Dirk Behme's patch - SMDKV310: Fix host compilation of mkv310_image Changes for v3: - None mmc_spl/board/samsung/origen/Makefile | 105 +++ mmc_spl/board/samsun

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

2011-07-18 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 MAINTAINERS

[PATCH v3 0/2] ORIGEN Board Support

2011-07-18 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_

Re: [U-Boot] [PATCH v2 1/2] ARMV7: Add support for Samsung ORIGEN board

2011-07-18 Thread Chander Kashyap
Dear Minkyu, On 15 July 2011 14:23, Minkyu Kang wrote: > Dear Chander Kashyap, > > On 12 July 2011 17:48, Chander Kashyap wrote: >> Origen board is based upon S5PV310 SoC which is similiar to >> S5PC210 SoC. >> >> Signed-off-by: Chander Kashyap >> --- >>  MAINTAINERS                          |