[PATCH] ARM: device-tree: Add basic device tree support for Beagleboad

2011-03-28 Thread Tixy
From: Jon Medhurst Signed-off-by: Jon Medhurst --- arch/arm/boot/dts/omap3-beagle.dts | 19 +++ arch/arm/mach-omap2/board-omap3beagle.c |6 ++ 2 files changed, 25 insertions(+), 0 deletions(-) create mode 100644 arch/arm/boot/dts/omap3-beagle.dts diff --git a/ar

[PATCH] ARM: device-tree: Add basic device tree support for Beagleboad

2011-03-28 Thread Tixy
[PATCH] ARM: device-tree: Add basic device tree support for Beagleboad Note, no corresponding U-Boot changes to U-Boot are required as the Linaro version already has these. ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/

Re: [powerdebug 32/35] Remove pointless function definitions

2011-03-28 Thread Yong Shen
On Mon, Mar 28, 2011 at 4:56 PM, Daniel Lezcano wrote: > On 03/28/2011 08:28 AM, Yong Shen wrote: > >> On Sun, Mar 27, 2011 at 5:06 AM, Daniel Lezcano> >wrote: >> >> By moving the functions in the right order in the file, we can get ride >>> of their definitions and we can set them static. >>> >>

[PATCH android/toolchain/build] Add --enable-graphite option to build script

2011-03-28 Thread Jim Huang
GCC 4.5 and up supports graphite optimization, and cloog and ppl are required. This change attempts to support some combinations of ppl and cloog/cloog-ppl libraries. Since cloog and ppl are written in C++, it implies we might suffer from C++ ABI breakage problems when host environment changes, tha

Re: OMAP4 MPU DVFS patches

2011-03-28 Thread Nicolas Pitre
On Mon, 28 Feb 2011, Vishwanath Sripathy wrote: > Hi Nicolas, > > Attached patch set has support for MPU DVFS (cpufreq) on OMAP4 and > these are rebased against latest .38 linaro kernel. > omap cpufreq driver changes are already posted to lo > (https://patchwork.kernel.org/patch/589081/) and OMAP

Re: Android Build Farm

2011-03-28 Thread James Westby
On Mon, 28 Mar 2011 23:39:52 +0200, "Dechesne, Nicolas" wrote: > Hi there, > > i have seen what you've started to implement with the Android Build service. > I am wondering if: > > - all the source code / tools you've put in place is available (source > code) Yes. See https://wiki.linaro.or

Android Build Farm

2011-03-28 Thread Dechesne, Nicolas
Hi there, i have seen what you've started to implement with the Android Build service. I am wondering if: - all the source code / tools you've put in place is available (source code) - how easy (or not) would that be to deploy this infrastructure 'internally' so that we can use it for private bui

Re: Status of the linaro-2.6.38 kernel

2011-03-28 Thread Nicolas Pitre
On Mon, 28 Mar 2011, Nicolas Pitre wrote: > Let's see... I currently have: > > $ git diff --shortstat old_linaro-2.6.38..new_linaro-2.6.38 > 805 files changed, 55412 insertions(+), 25203 deletions(-) > > $ git diff --shortstat old_linaro-2.6.38..v2.6.38 > 966 files changed, 15985 insertions(

Re: [PATCH] toolchain/build: Fix Linaro Android toolchain linking fail with FDO

2011-03-28 Thread Jim Huang
On 25 March 2011 11:19, Luse Cheng wrote: > Add --with-sysroot to fix Linaro Android toolchain linking fail with FDO > --- >  linaro-build.sh |   15 ++- >  1 files changed, 14 insertions(+), 1 deletions(-) hi Luse, It looks great. I will check in. However, do you think it is reason

Re: Status of the linaro-2.6.38 kernel

2011-03-28 Thread Loïc Minier
On Mon, Mar 28, 2011, Arnd Bergmann wrote: > If you worry about the users of the Android tree more than the > git history of it, there may be another option: Take the diff between > the old and the new linaro-2.6.38 and apply that on the Android > tree. After you have fixed up all conflicts you get

Re: Status of the linaro-2.6.38 kernel

2011-03-28 Thread Nicolas Pitre
On Mon, 28 Mar 2011, john stultz wrote: > On Mon, 2011-03-28 at 00:06 -0400, Nicolas Pitre wrote: > > Given those issues, I decided to rebuild the linaro-2.6.38 branch from > > scratch to see where that would bring me. And as could be expected, the > > result looks nicer and it is much easier t

Re: Status of the linaro-2.6.38 kernel

2011-03-28 Thread Arnd Bergmann
On Monday 28 March 2011 20:22:42 john stultz wrote: > On Mon, 2011-03-28 at 00:06 -0400, Nicolas Pitre wrote: > > Given those issues, I decided to rebuild the linaro-2.6.38 branch from > > scratch to see where that would bring me. And as could be expected, the > > result looks nicer and it is mu

Re: Status of the linaro-2.6.38 kernel

2011-03-28 Thread john stultz
On Mon, 2011-03-28 at 00:06 -0400, Nicolas Pitre wrote: > Given those issues, I decided to rebuild the linaro-2.6.38 branch from > scratch to see where that would bring me. And as could be expected, the > result looks nicer and it is much easier to work with than the current > tree. For exampl

Re: Demo at the technical showcase at LDS?

2011-03-28 Thread Guilherme Salgado
On Mon, 2011-03-28 at 17:54 +0200, Michael Opdenacker wrote: > Hi, > > We are looking for volunteers who could run demos and short tutorials at > the technical showcase we are organizing at LDS. > > In particular, we hope that the landing teams will be able to show the > newest community boards i

Any DS-5 users out there?

2011-03-28 Thread Pawel Moll
Hi Folks, As some of you may remember, Linaro engineers have access to free DS-5 licenses. If you don't know what DS-5 is, you can stop reading now ;-) If you know what DS-5 is, you may also use it, either on daily basis or just occasionally? I'd be most grateful for letting me know about it. It

Demo at the technical showcase at LDS?

2011-03-28 Thread Michael Opdenacker
Hi, We are looking for volunteers who could run demos and short tutorials at the technical showcase we are organizing at LDS. In particular, we hope that the landing teams will be able to show the newest community boards in action, which almost nobody has seen in real life yet. Here are suggestio

Re: Device Tree on ARM status report - Mar 20

2011-03-28 Thread Grant Likely
On Mon, Mar 28, 2011 at 9:35 AM, Grant Likely wrote: > On Mon, Mar 28, 2011 at 9:10 AM, Tixy wrote: >> Just found a device tree bug which corrupts __machine_type. >> In arch/arm/kernel/devtree.c at end of setup_machine_fdt() >> >> - __machine_arch_type = mdesc->nr; >> + __machine_arch_type = mdes

Re: Device Tree on ARM status report - Mar 20

2011-03-28 Thread Grant Likely
On Mon, Mar 28, 2011 at 9:10 AM, Tixy wrote: > Just found a device tree bug which corrupts __machine_type. > In arch/arm/kernel/devtree.c at end of setup_machine_fdt() > > - __machine_arch_type = mdesc->nr; > + __machine_arch_type = mdesc_best->nr; > > This was stopping some Beagleboard drivers fr

Re: Status of the linaro-2.6.38 kernel

2011-03-28 Thread Grant Likely
On Sun, Mar 27, 2011 at 10:06 PM, Nicolas Pitre wrote: [...]> Given those issues, I decided to rebuild the linaro-2.6.38 branch from > scratch to see where that would bring me.  And as could be expected, the > result looks nicer and it is much easier to work with than the current > tree.  For exam

Re: Status of the linaro-2.6.38 kernel

2011-03-28 Thread Paul E. McKenney
I favor sticking close to mainline unless it irreparably breaks something. Thanx, Paul On Mon, Mar 28, 2011 at 12:06:31AM -0400, Nicolas Pitre wrote: > Hello everyone, > > As I've been working on the integration of the latest developments a

Re: Notice: Releases to Cycles

2011-03-28 Thread Jamie Bennett
On 28 Mar 2011, at 15:43, Matt Waddel wrote: > Hi Dave, > > On 03/28/2011 07:34 AM, Dave Martin wrote: >> On Fri, Mar 25, 2011 at 6:20 PM, Joey Stanford >> wrote: >>> Hi, >>> >>> Kiko requested that we mass rename Releases to Cycles. This makes >>> sense since a release is a point in time even

Re: Device Tree on ARM status report - Mar 20

2011-03-28 Thread Tixy
Just found a device tree bug which corrupts __machine_type. In arch/arm/kernel/devtree.c at end of setup_machine_fdt() - __machine_arch_type = mdesc->nr; + __machine_arch_type = mdesc_best->nr; This was stopping some Beagleboard drivers from being initialised as they were doing run-time checking

Re: Device Tree on ARM status report - Mar 20

2011-03-28 Thread Tixy
Just found a device tree bug which corrupts __machine_type. In arch/arm/kernel/devtree.c at end of setup_machine_fdt() - __machine_arch_type = mdesc->nr; + __machine_arch_type = mdesc_best->nr; This was stopping some Beagleboard drivers from being initialised as they were doing run-time checking

Re: Device Tree on ARM status report - Mar 20

2011-03-28 Thread Grant Likely
[cc'ing linaro-dev mailing list; other people will probably have the same question] On Mon, Mar 28, 2011 at 4:40 AM, Tixy wrote: > On Mon, 2011-03-21 at 03:25 -0600, Grant Likely wrote: >> For each board, I need an engineer to do the following: >> > [...] >> 2) Enable CONFIG_OF and CONFIG_PROC_DE

Re: Notice: Releases to Cycles

2011-03-28 Thread Matt Waddel
Hi Dave, On 03/28/2011 07:34 AM, Dave Martin wrote: > On Fri, Mar 25, 2011 at 6:20 PM, Joey Stanford > wrote: >> Hi, >> >> Kiko requested that we mass rename Releases to Cycles. This makes >> sense since a release is a point in time event and we operate under a >> larger cycle. >> >> This is no

Re: GFX support in linaro omap4/panda kernel

2011-03-28 Thread Ricardo Salveti de Araujo
On Mon, 2011-03-28 at 14:52 +0300, Amit Mahajan wrote: > On Mon, 2011-03-28 at 18:32 +0800, Bryan Wu wrote: > > On Mon, Mar 28, 2011 at 6:10 PM, Dechesne, Nicolas > > wrote: > > > > > > > > > On Mon, Mar 28, 2011 at 11:29 AM, Amit Mahajan > > > wrote: > > >> > > >> Hello, > > >> > > >> Is the su

Re: Status of the linaro-2.6.38 kernel

2011-03-28 Thread John Rigby
The rebuilt branch is fine for me. My tree creation methodology is patterned after the Ubuntu kernel which means I rebase to new upstreams each release so I don't mind if my upstreams do as well. John On Sun, Mar 27, 2011 at 10:06 PM, Nicolas Pitre wrote: > Hello everyone, > > As I've been work

Re: Notice: Releases to Cycles

2011-03-28 Thread Dave Martin
On Fri, Mar 25, 2011 at 6:20 PM, Joey Stanford wrote: > Hi, > > Kiko requested that we mass rename Releases to Cycles.  This makes > sense since a release is a point in time event and we operate under a > larger cycle. > > This is now done and a redirect has been put into place.  As you see > refe

Notes & Actions: Linaro Graphics Working Group - Mar 23, 2011

2011-03-28 Thread Alexandros Frantzis
Hi, notes and actions from our Wednesday graphics working group call are available on the wiki: + https://wiki.linaro.org/WorkingGroups/Middleware/Graphics/Notes/2011-03-23 Details about when and where of this meeting can be found here: + https://wiki.linaro.org/WorkingGroups/Middleware/Grap

Re: GFX support in linaro omap4/panda kernel

2011-03-28 Thread Amit Mahajan
On Mon, 2011-03-28 at 18:32 +0800, Bryan Wu wrote: > On Mon, Mar 28, 2011 at 6:10 PM, Dechesne, Nicolas wrote: > > > > > > On Mon, Mar 28, 2011 at 11:29 AM, Amit Mahajan > > wrote: > >> > >> Hello, > >> > >> Is the support for graphics/gfx driver available in linaro kernel? > >> > >> I am interes

Re: GFX support in linaro omap4/panda kernel

2011-03-28 Thread Bryan Wu
On Mon, Mar 28, 2011 at 6:10 PM, Dechesne, Nicolas wrote: > > > On Mon, Mar 28, 2011 at 11:29 AM, Amit Mahajan > wrote: >> >> Hello, >> >> Is the support for graphics/gfx driver available in linaro kernel? >> >> I am interested in booting omap4 port of linaro kernel using some GUI >> filesystem o

Re: GFX support in linaro omap4/panda kernel

2011-03-28 Thread Dechesne, Nicolas
On Mon, Mar 28, 2011 at 11:29 AM, Amit Mahajan wrote: > Hello, > > Is the support for graphics/gfx driver available in linaro kernel? > > I am interested in booting omap4 port of linaro kernel using some GUI > filesystem of linaro. > not sure exactly what you want to do, but TI provides SGX packa

GFX support in linaro omap4/panda kernel

2011-03-28 Thread Amit Mahajan
Hello, Is the support for graphics/gfx driver available in linaro kernel? I am interested in booting omap4 port of linaro kernel using some GUI filesystem of linaro. -- Thanks Amit Mahajan ___ linaro-dev mailing list linaro-dev@lists.linaro.org htt

Re: [powerdebug 32/35] Remove pointless function definitions

2011-03-28 Thread Daniel Lezcano
On 03/28/2011 08:28 AM, Yong Shen wrote: On Sun, Mar 27, 2011 at 5:06 AM, Daniel Lezcanowrote: By moving the functions in the right order in the file, we can get ride of their definitions and we can set them static. Technically, those function names in head files should be declarations, not d