RE: [x-loader] Re: [PATCH 2/3] xloader-panda / new patchset sent to x-loader list

2011-02-09 Thread Anand Gadiyar
Nishanth Menon wrote: > > Andy Green wrote, on 02/09/2011 06:26 PM: > > > > I didn't see it on the x-loader list yet but that may be because I > > couldn't figure out how to join the x-loader google list with the > > linaro.org address and it's held in moderation. > http://groups.google.com/support

Display support for Pandaboard

2011-02-09 Thread Anand Gadiyar
Hi all, Per Nicolas' request, I've compiled a list of all patchsets needed to get functional display on the Pandaboard. There are 35 patches in all, over 6 series, plus one patch for the board file to enable the DVI support. I've set up two branches (against v2.6.38-rc4, and against the head of l

RE: [PATCH 1/3] xloader-panda-add-0map4-gpio-base.patch

2011-02-08 Thread Anand Gadiyar
Loďc Minier wrote: > On Tue, Feb 08, 2011, Anand Gadiyar wrote: > > - Currently supported boards are: > > - OMAP3 EVM > > - Beagle and BeagleXM > > - Overo (35xx and 37xx) > > - Pandaboard > > - OMAP4 Blaze (currently, Pandaboard MLO works, but I ne

RE: [PATCH 1/3] xloader-panda-add-0map4-gpio-base.patch

2011-02-08 Thread Anand Gadiyar
Andy Green wrote: > > On 02/08/11 10:25, Somebody in the thread at some point said: > > andy, why don't you send this series to the xloader ML instead? is that > > supposed to be taken upstream or in a linaro version of xloader? > > Hi Nicolas - > > Well, from an outside perspective xloader is a bi

RE: Panda Board power supplies

2011-02-02 Thread Anand Gadiyar
Loďc Minier wrote: > On Wed, Feb 02, 2011, Joey Stanford wrote: > > This is the part: > > > http://search.digikey.com/scripts/DkSearch/dksus.dll?Pname?Name=T1075-P5P- ND > > Was > > http://search.digikey.com/scripts/DkSearch/dksus.dll?Pname?Name=T377-P5P-N D > the original part? if yes, note tha

Re: omap4 panda ehci failure

2010-11-23 Thread Anand Gadiyar
On 23 November 2010 22:17, John Rigby wrote: > > On Tue, Nov 23, 2010 at 9:12 AM, Anand Gadiyar > wrote: > > On 23 November 2010 11:38, John Rigby wrote: > > I'll see if I can rebase against linux-linaro-2.6.36 and send a pull > > request. > > There

Re: omap4 panda ehci failure

2010-11-23 Thread Anand Gadiyar
On 23 November 2010 21:42, Anand Gadiyar wrote: > On 23 November 2010 11:38, John Rigby wrote: > >> All omap4 experts, >> >> I have a packaged kernel for omap3/omap4 that boots to a shell prompt >> on a Panda and a Beagle XM. One problem on Panda is that I have

Re: omap4 panda ehci failure

2010-11-23 Thread Anand Gadiyar
On 23 November 2010 11:38, John Rigby wrote: > All omap4 experts, > > I have a packaged kernel for omap3/omap4 that boots to a shell prompt > on a Panda and a Beagle XM. One problem on Panda is that I have not > network. When I looked at the dmesg I noticed that the ehci driver > failed to init

Re: New problem with BeagleBoard

2010-11-22 Thread Anand Gadiyar
On 22 November 2010 19:22, Dave Martin wrote: > On Sun, Nov 21, 2010 at 10:21 AM, Ira Rosen wrote: > > Hi, > > > > After working fine for a while, the board crashed during the weekend, > > and I am getting the following error: > > > > Texas Instruments X-Loader 1.4.4ss (Sep 30 2010 - 14:44:32) >

Re: New problem with BeagleBoard

2010-11-22 Thread Anand Gadiyar
On 22 November 2010 17:12, Ira Rosen wrote: > Hi, > > On 22 November 2010 12:04, Pawel Moll wrote: > >> Texas Instruments X-Loader 1.4.4ss (Sep 30 2010 - 14:44:32) > >> Beagle xM Rev A > >> Reading boot sector > >> not there > >> u-boot.bin not found or blank nand contents - attempting serial b

Re: new Linaro kernel branch available: linux-linaro-2.6.36

2010-11-11 Thread Anand Gadiyar
On 11/11/2010 4:55 PM, Dave Martin wrote: > Hi, > > On Thu, Nov 11, 2010 at 5:59 AM, Nicolas Pitre > wrote: >> Now that the Linaro release is shipping with a 2.6.35 kernel, we need to >> move forward. I therefore created a linux-linaro-2.6.36 tree which >> contains the v2.6.36 core code but wit

Re: new Linaro kernel branch available: linux-linaro-2.6.36

2010-11-11 Thread Anand Gadiyar
On 11/11/2010 11:29 AM, Nicolas Pitre wrote: > Now that the Linaro release is shipping with a 2.6.35 kernel, we need to > move forward. I therefore created a linux-linaro-2.6.36 tree which > contains the v2.6.36 core code but with the latest ARM specific pieces > from mainline. > > This branch

Re: Pull request for OMAP3/4 fixes

2010-11-08 Thread Anand Gadiyar
On 11/8/2010 11:19 PM, John Rigby wrote: I pulled this into packaged kernel and built it. With my existing config with is based on the OMAP4 Ubuntu kernel it gets to here: [0.686676] audit: initializing netlink socket (disabled) [0.692352] type=2000 audit(1.257:1): initialized [0.77

Pull request for OMAP3/4 fixes

2010-11-08 Thread Anand Gadiyar
rsatile Express: add support for local timers on CA9X4 daughterboard"" are available in the git repository at: git://dev.omapzoom.org/pub/scm/anand/linux-omap-usb.git omap-fixes-for-linaro Anand Gadiyar (1): USB: musb: Kill board specific pinmux from driver file Benoit Cousson (

Re: Pull request (v2) for OMAP4 Pandaboard support

2010-11-04 Thread Anand Gadiyar
On 11/4/2010 2:45 AM, John Rigby wrote: Anand, What kernel config should I use? Thanks for working on this. I had a custom config based on the omap3_defconfig. I notice now that with plain old omap3_defconfig, as also with omap_4430sdp_defconfig, there're a couple of build breaks. I'll se