Re: [PATCH v6 3/3] clk: basic clock hardware types

2012-03-12 Thread Matt Sealey
ay units having the exact same need which could be implemented using the clock API rather than opencoded inside the framebuffer drivers, but whether anyone actually cares about that is another matter entirely...) -- Matt Sealey Product Development Analyst, Genesi USA, Inc. On Sat, Mar 10, 2012 a

Re: trouble building linux-linaro-3.0-2011.08-0

2012-02-21 Thread Matt Sealey
disk space will be used. Do you want to continue [Y/n]? Marcin: Why is gcc-4.6-arm-linux-gnueabi-base a dependency of gcc 4.4? -- Matt Sealey Product Development Analyst, Genesi USA, Inc. On Tue, Feb 21, 2012 at 10:44 AM, Matt Sealey wrote: > Oh just an FYI, after installing

Re: trouble building linux-linaro-3.0-2011.08-0

2012-02-21 Thread Matt Sealey
same error happening. My binutils hasn't changed (2.21.53.20110810 from hrw), it just never happened with 4.4 before until I changed my symlinks and then put them back, what on earth is going on here? :( -- Matt Sealey Product Development Analyst, Genesi USA, Inc. On Tue, Feb 21, 2012 a

Re: trouble building linux-linaro-3.0-2011.08-0

2012-02-21 Thread Matt Sealey
On Tue, Feb 21, 2012 at 1:03 AM, Marcin Juszkiewicz wrote: > W dniu 21.02.2012 04:37, Matt Sealey pisze: > > >> I'm kind of languishing in gcc 4.4 hell right now and would quite like >> an updated toolchain for 4.6.2 or thereabouts (synced with the 2012.12 >> Linar

Re: trouble building linux-linaro-3.0-2011.08-0

2012-02-20 Thread Matt Sealey
r2,cpsr' arch/arm/boot/compressed/head.S:134: Error: selected processor does not support requested special purpose register -- `mrs r2,cpsr' arch/arm/boot/compressed/head.S:136: Error: selected processor does not support requested special purpose register -- `msr cpsr_c,r2&#x

Re: Linus being annoyed by the ARM kernel code

2011-04-03 Thread Matt Sealey
en you are forced to think of device trees anyway.. We are going to have to deal with at least one firmware update for every "ported" platform. Can we try and keep it to at most one firmware update for the sake of all our customers? :) -- Matt Sealey Product Development Analyst, Genesi

Re: Sound hardware device specifics for Linaro dev boards

2011-04-03 Thread Matt Sealey
in shell? All I can figure is some environment variable is being stripped when I enter a shell.. Pulseaudio is definitely running.. (outputting over HDMI via a Yamaha 5.1 receiver, the boot sound is loud, and pulse is handling audio mixing..) Jason, what was the trick? :D -- Matt Sealey Prod

Re: Libraries with NEON backends

2011-03-30 Thread Matt Sealey
I forgot btw: the true solution here is adapt zlib so that the functions are pluggable and the appropriate calls are made at the appropriate times based on HW capabilities. Then throw it at mainline, they may accept it. -- Matt Sealey Product Development Analyst, Genesi USA, Inc. On Wed

Re: Libraries with NEON backends

2011-03-30 Thread Matt Sealey
ers do not understand the difference here between GL and GLES. As well as making new packages (libturboz in some other repo), it will have to be automated or automatically educating users to understand why they need this package and why, in fact in some cases, they may not actually need it. -- Matt Se

Re: Efikamx bootloader help

2011-03-10 Thread Matt Sealey
f flash). Older U-Boots (like ours) padded u-boot.bin but newer U-Boots (mainline right now) do not, so the offset you flash to can either be 0 (ours, if you're dding to an SD card, seek=1 skip=1 bs=1024) or 1024 (skip=1 bs=1024 I think) That's pretty much the down low of it.. -- Matt Se

Re: Efikamx bootloader help

2011-03-10 Thread Matt Sealey
owing which model it is is ONLY relevant to U-Boot itself). -- Matt Sealey Product Development Analyst, Genesi USA, Inc. 2011/2/8 Eric Miao : > On Thu, Feb 3, 2011 at 6:44 AM, Loïc Minier wrote: >> On Wed, Feb 02, 2011, Per Förlin wrote: >>> I made a new attempt bringing up my

Re: mx51 efikamx

2011-02-05 Thread Matt Sealey
as this is quite possibly the "most working". -- Matt Sealey Product Development Analyst, Genesi USA, Inc. On Sat, Feb 5, 2011 at 3:10 PM, Per Forlin wrote: > On 5 February 2011 01:24, Matt Sealey wrote: >> To be frank, *absolutely do not touch U-Boot*. Linaro does not of

Re: mx51 efikamx

2011-02-04 Thread Matt Sealey
a git repository or commit of a Linaro branch I can look at to confirm what you're running. -- Matt Sealey Product Development Analyst, Genesi USA, Inc. On Fri, Feb 4, 2011 at 4:58 PM, Per Forlin wrote: > Hi, > > I am trying to boot my efikamx netbook with the Linaro 37 kernel. I

Re: Efikamx bootloader help

2011-01-19 Thread Matt Sealey
Okay we can make an SD card that will force a U-Boot update and power down easily.. -- Matt Sealey Product Development Analyst, Genesi USA, Inc. On Wed, Jan 19, 2011 at 4:37 AM, Per Forlin wrote: > Hi Matt, > > On 18 January 2011 15:03, Matt Sealey wrote: >> >> IN THEO

Re: Efikamx bootloader help

2011-01-18 Thread Matt Sealey
system (yank AC with no battery) or it will be halfway through a flash update and NOR will be invalid again. If we're at the point we're having more trouble at this point please give me a nudge and I'll create a solution for rescues that will suit your exact situation. I am curious, ho

Re: Freescale Linux BSP review

2010-12-21 Thread Matt Sealey
Okay I hereby refrain from legal comments. In any case, this code has passed legal at Freescale and AMD *AND* Qualcomm. It would not be GPL if it has not been vetted (and it took them a year to get to this point). -- Matt Sealey Product Development Analyst, Genesi USA, Inc. On Tue, Dec 21

Re: Freescale Linux BSP review

2010-12-21 Thread Matt Sealey
is problem trying to get a texture from the DSP to the GPU to render it to a texture and came up with an awful (closed source :) method of ioctls and so on to achieve it. I had an idea to solve it using DRM and GEM but it's been shot down in concept now... what's the point? It'll never get into mainline. -- Matt Sealey Product Development Analyst, Genesi USA, Inc. ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: Freescale Linux BSP review

2010-12-20 Thread Matt Sealey
On Mon, Dec 20, 2010 at 11:17 AM, Jerome Glisse wrote: > On Mon, Dec 20, 2010 at 11:18 AM, Matt Sealey wrote: >> On Mon, Dec 13, 2010 at 9:18 AM, Arnd Bergmann wrote: >>> On Monday 13 December 2010, Jammy Zhou wrote: >>>> On Mon, Dec 13, 2010 at 4:45

Re: Freescale Linux BSP review

2010-12-20 Thread Matt Sealey
enesi has done). It is my understanding that Freescale/AMD and Qualcomm maintain seperate forks of the driver and do not cooperate on development, and in any case, Linaro does not include Qualcomm anyway, therefore it is also to my understanding that this discussion is also beyond Linaro's remit