Re: Another GCC ICE on x86 this time

2011-01-18 Thread Michael Hope
On Fri, Jan 14, 2011 at 12:31 PM, Khem Raj wrote: > Hi > > There is another ICE which is happening when compiling libcstdc++ for x86 > Attached testcase you will be able to reproduce this problem > by compiling > > cc1plus a.i -Os -march=pentiumpro > > and if I revert r99456 this works well. Hi K

Re: ARM: iMX51 BBG: add clock debug information

2011-01-18 Thread Nicolas Pitre
On Tue, 18 Jan 2011, Yong Shen wrote: > Hi Amit and Nico, > > > For the benefit of Nico, and linaro tree maintenance - what is the > > status of this patch in mainline? > Before posting the patch here, I tried to post it in mainline > mail-list, (linux-arm-ker...@lists.infradead.org). However, mx

Hardware Packs v2

2011-01-18 Thread Loïc Minier
Hey there As a result of a series of bugs around linaro-image-tools and daily images, it seemed a sensible approach to solve this class of issues would be to move more data into hardware packs rather than hardcoding stuff in linaro-image-tools. Guilherme, Steve Langasek, and Michael

[ACTIVITY] week 2 2010 (2011-01-10 - 2011-01-14)

2011-01-18 Thread Dave Martin
== [ACTIVITY] [dave-martin-arm] Activity report for week 2 2010 (2011-01-10 - 2011-01-14) == (Linaro 11.05 mid-cycle rally week, Dallas) === Activity === hardware-n-kernel-standard-architecture * Clarified work item assignments with Paul McKenney. * Rebased omap patches for Thumb-2 aga

Re: ARM cross compiler backport available for Lucid and Maverick

2011-01-18 Thread Marcin Juszkiewicz
Dnia wtorek, 18 stycznia 2011 o 12:36:33 Marcin Juszkiewicz napisał(a): > I would like to announce new Linaro PPA available for all users of Ubuntu > 10.04 Lucid and 10.10 Maverick releases: > > https://launchpad.net/~linaro-maintainers/+archive/toolchain > > What is inside? Packages with current

Office of the CTO / meeting minutes

2011-01-18 Thread David Rusling
All, please see https://wiki.linaro.org/OfficeofCTO/2011-01-18 for the minutes of today's meeting and https://wiki.linaro.org/OfficeofCTO for the pages where we keep notes etc. Dave David Rusling, CTO http://www.linaro.org Linaro Lockton House Clarendon Rd Cambridge CB2 8FH ___

Re: ARM: iMX51 BBG: add clock debug information

2011-01-18 Thread Yong Shen
Hi Amit and Nico, > For the benefit of Nico, and linaro tree maintenance - what is the > status of this patch in mainline? Before posting the patch here, I tried to post it in mainline mail-list, (linux-arm-ker...@lists.infradead.org). However, mx5's maintainer prefer to wait until common clk stru

Re: ARM: iMX51 BBG: add clock debug information

2011-01-18 Thread Amit Kucheria
On Tue, Jan 18, 2011 at 2:50 PM, wrote: > > To utilize powerdebug tool developed by power management group of Linaro, we > need this patch in kernel to expose clock information. > > Yong Yong, For the benefit of Nico, and linaro tree maintenance - what is the status of this patch in mainline?

Re: Efikamx bootloader help

2011-01-18 Thread Matt Sealey
Per, The file you need is in the first partition of the SD card you downloaded - I believe I made an 8MB space at the front of the updater card to put U-Boot there for these kinds of rescues. You just need to dd if=u-boot-2009.01-2.0.6-efikasb of=/dev/mmcblk0 skip=1 seek=1 bs=1024 The DIP swi

[PATCH] ARM: iMX51 BBG: add clock debug information

2011-01-18 Thread yong . shen
From: Yong Shen Expose clock debug information to debugfs, which makes it easier for clock system debug by using tools like powerdebug developed by Linaro power management group. For long term, this can go into common clock framework, but so far it depends on the process of common clk struck deve

ARM: iMX51 BBG: add clock debug information

2011-01-18 Thread yong . shen
To utilize powerdebug tool developed by power management group of Linaro, we need this patch in kernel to expose clock information. Yong ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

ARM cross compiler backport available for Lucid and Maverick

2011-01-18 Thread Marcin Juszkiewicz
I would like to announce new Linaro PPA available for all users of Ubuntu 10.04 Lucid and 10.10 Maverick releases: https://launchpad.net/~linaro-maintainers/+archive/toolchain What is inside? Packages with current (gcc-linaro 2011.01-1 based on 4.5.2 release) cross toolchain backported from U

Re: Efikamx bootloader help

2011-01-18 Thread Loïc Minier
On Tue, Jan 18, 2011, Per Förlin wrote: > If I mess up the u-boot in my efikamx smart book how can I install a new one? > I tried booting with an SD-card image from > http://www.powerdeveloper.org/asset/by-id/116. I guess this only works > if I have a working u-boot in place. > > I don't have the

Re: [PATCH 0/5] mmc: add double buffering for mmc block requests

2011-01-18 Thread Per Forlin
On 18 January 2011 03:35, Jaehoon Chung wrote: > Hi Per.. > > it is interesting approach..so > we want to test your double buffering in our environment(Samsung SoC). > > Did you test with SDHCI? So far I have only tested on mmci for board u5500 and u8500. I happily test on a different board if I c