All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Paul Walmsley <paul@pwsan.com>
Cc: arm@kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-omap@vger.kernel.org
Subject: Re: [GIT PULL] make mach-omap2 boot with device tree only for v3.14
Date: Fri, 13 Dec 2013 11:26:23 -0800	[thread overview]
Message-ID: <20131213192622.GI28184@atomide.com> (raw)
In-Reply-To: <20131210230722.GZ13171@atomide.com>

* Tony Lindgren <tony@atomide.com> [131210 15:08]:
> * Tony Lindgren <tony@atomide.com> [131210 11:28]:
> > * Tony Lindgren <tony@atomide.com> [131210 11:00]:
> > > * Paul Walmsley <paul@pwsan.com> [131210 10:47]:
> > > > On Mon, 9 Dec 2013, Tony Lindgren wrote:
> > > > 
> > > > > The following changes since commit f2e2c9d9b4087b74eb9e00d8dfac148354cb0b71:
> > > > > 
> > > > >   ARM: dts: Fix booting for secure omaps (2013-12-06 15:30:43 -0800)
> > > > > 
> > > > > are available in the git repository at:
> > > > > 
> > > > >   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.14/omap3-board-removal-signed
> > > > > 
> > > > > for you to fetch changes up to 736e812636ea72be444b85fa7e92554967459069:
> > > > > 
> > > > >   ARM: OMAP2+: Remove unused platform init code and headers (2013-12-08 14:15:46 -0800)
> > > > 
> > > > The description in Tony's pull request below alludes to what regressions 
> > > > will occur when this is pulled.  But just to state it in terms of what 
> > > > happened on the local testbed here when I tried it:
> > > > 
> > > > - CM-T3517 booting will break since there's no .dts file for it.  Are
> > > >   there other boards that will be affected here too?
> > > 
> > > Yeah the cm-t3770 is on my todo list, but I've left it last as it's my
> > > home router and has been behaving quite nicely.
> > > 
> > > That should then cover:
> > > 
> > > SBC-T3530
> > > http://compulab.co.il/products/sbcs/sbc-t3530/
> > > 
> > > SBC-T3517
> > > http://compulab.co.il/products/sbcs/sbc-t3517/
> > > 
> > > SBC-T3730
> > > http://compulab.co.il/products/sbcs/sbc-t3730/
> > > 
> > > They all seem to have the same baseboard, and the CPU module is
> > > different. So getting the 3530 and 3517 variants working should
> > > be trivial. I don't have 3530 or 3517 variants, so somebody else
> > > will need to do those two.

OK posted a patch for the SBC-T3730 with minimal support also for
SBC-3530 and SBC-3517 that should boot far enough to start adding
more devices. Paul, care to try it on the CM-T3517, the patch is:

[PATCH] ARM: dts: Add support for sbc-3xxx with cm-t3730

Let's hope there's two smsc911x devices also on the 3517 based board,
otherwise it should have a completely separate .dts file.

> > > And Nishant just posted a .dts file for the 3517 craneboard.
> > 
> > And here's a list of other boards we don't have .dts file for if
> > people have these:
> > 
> > board-devkit8000.c		omap3-ldp.dts or omap3-beagle.dts is a good starting point
> 
> Oops, sorry this one we already have covered with omap3-devkit8000.dts.
> And please ignore the multiple comments, they all are pretty close to
> omap3-ldp and omap3-beagle.
> 
> > board-omap3logic.c		omap3-ldp.dts or omap3-beagle.dts is a good starting point
> > board-omap3pandora.c		omap3-ldp.dts or omap3-beagle.dts is a good starting point
> > board-omap3stalker.c
> > board-omap3touchbook.c
> > 
> > For the ones above, omap3-ldp.dts or omap3-beagle.dts are good starting
> > points. There's the DPI display pdata patch too, but it seems we want to
> > wait to see if Tomi gets his display changes done before applying that.
> > 
> > I don't have any of the ones above, so people using those please
> > do the .dts files ASAP.
> > 
> > Or send me those boards with working boot loaders and I'll do them at
> > a rate of one board per day or so.. And then you're stuck with my
> > criteria of "usable" which is usually serial port and NFS root unless
> > I really like the board, mhuwahuaaaahh!
> > 
> > board-ti8168evm.c
> > 
> > I doubt ti8168evm has even worked for a long time.. It's in pretty
> > sorry state unfortunately with missing clock support and missing
> > handle_irq entry in the board-ti8168evm.c.
> > 
> > Regards,
> > 
> > Tony

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] make mach-omap2 boot with device tree only for v3.14
Date: Fri, 13 Dec 2013 11:26:23 -0800	[thread overview]
Message-ID: <20131213192622.GI28184@atomide.com> (raw)
In-Reply-To: <20131210230722.GZ13171@atomide.com>

* Tony Lindgren <tony@atomide.com> [131210 15:08]:
> * Tony Lindgren <tony@atomide.com> [131210 11:28]:
> > * Tony Lindgren <tony@atomide.com> [131210 11:00]:
> > > * Paul Walmsley <paul@pwsan.com> [131210 10:47]:
> > > > On Mon, 9 Dec 2013, Tony Lindgren wrote:
> > > > 
> > > > > The following changes since commit f2e2c9d9b4087b74eb9e00d8dfac148354cb0b71:
> > > > > 
> > > > >   ARM: dts: Fix booting for secure omaps (2013-12-06 15:30:43 -0800)
> > > > > 
> > > > > are available in the git repository at:
> > > > > 
> > > > >   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.14/omap3-board-removal-signed
> > > > > 
> > > > > for you to fetch changes up to 736e812636ea72be444b85fa7e92554967459069:
> > > > > 
> > > > >   ARM: OMAP2+: Remove unused platform init code and headers (2013-12-08 14:15:46 -0800)
> > > > 
> > > > The description in Tony's pull request below alludes to what regressions 
> > > > will occur when this is pulled.  But just to state it in terms of what 
> > > > happened on the local testbed here when I tried it:
> > > > 
> > > > - CM-T3517 booting will break since there's no .dts file for it.  Are
> > > >   there other boards that will be affected here too?
> > > 
> > > Yeah the cm-t3770 is on my todo list, but I've left it last as it's my
> > > home router and has been behaving quite nicely.
> > > 
> > > That should then cover:
> > > 
> > > SBC-T3530
> > > http://compulab.co.il/products/sbcs/sbc-t3530/
> > > 
> > > SBC-T3517
> > > http://compulab.co.il/products/sbcs/sbc-t3517/
> > > 
> > > SBC-T3730
> > > http://compulab.co.il/products/sbcs/sbc-t3730/
> > > 
> > > They all seem to have the same baseboard, and the CPU module is
> > > different. So getting the 3530 and 3517 variants working should
> > > be trivial. I don't have 3530 or 3517 variants, so somebody else
> > > will need to do those two.

OK posted a patch for the SBC-T3730 with minimal support also for
SBC-3530 and SBC-3517 that should boot far enough to start adding
more devices. Paul, care to try it on the CM-T3517, the patch is:

[PATCH] ARM: dts: Add support for sbc-3xxx with cm-t3730

Let's hope there's two smsc911x devices also on the 3517 based board,
otherwise it should have a completely separate .dts file.

> > > And Nishant just posted a .dts file for the 3517 craneboard.
> > 
> > And here's a list of other boards we don't have .dts file for if
> > people have these:
> > 
> > board-devkit8000.c		omap3-ldp.dts or omap3-beagle.dts is a good starting point
> 
> Oops, sorry this one we already have covered with omap3-devkit8000.dts.
> And please ignore the multiple comments, they all are pretty close to
> omap3-ldp and omap3-beagle.
> 
> > board-omap3logic.c		omap3-ldp.dts or omap3-beagle.dts is a good starting point
> > board-omap3pandora.c		omap3-ldp.dts or omap3-beagle.dts is a good starting point
> > board-omap3stalker.c
> > board-omap3touchbook.c
> > 
> > For the ones above, omap3-ldp.dts or omap3-beagle.dts are good starting
> > points. There's the DPI display pdata patch too, but it seems we want to
> > wait to see if Tomi gets his display changes done before applying that.
> > 
> > I don't have any of the ones above, so people using those please
> > do the .dts files ASAP.
> > 
> > Or send me those boards with working boot loaders and I'll do them at
> > a rate of one board per day or so.. And then you're stuck with my
> > criteria of "usable" which is usually serial port and NFS root unless
> > I really like the board, mhuwahuaaaahh!
> > 
> > board-ti8168evm.c
> > 
> > I doubt ti8168evm has even worked for a long time.. It's in pretty
> > sorry state unfortunately with missing clock support and missing
> > handle_irq entry in the board-ti8168evm.c.
> > 
> > Regards,
> > 
> > Tony

  reply	other threads:[~2013-12-13 19:26 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-10  2:42 [GIT PULL] make mach-omap2 boot with device tree only for v3.14 Tony Lindgren
2013-12-10 14:35 ` Russell King - ARM Linux
2013-12-10 14:35   ` Russell King - ARM Linux
2013-12-10 16:01   ` Tony Lindgren
2013-12-10 16:01     ` Tony Lindgren
2013-12-10 16:07     ` Russell King - ARM Linux
2013-12-10 16:07       ` Russell King - ARM Linux
2013-12-10 16:59       ` Tony Lindgren
2013-12-10 16:59         ` Tony Lindgren
2013-12-10 20:36         ` Tony Lindgren
2013-12-10 20:36           ` Tony Lindgren
2013-12-10 18:36     ` Arnd Bergmann
2013-12-10 18:36       ` Arnd Bergmann
2013-12-10 18:43       ` Tony Lindgren
2013-12-10 18:43         ` Tony Lindgren
2013-12-10 18:45 ` Paul Walmsley
2013-12-10 18:45   ` Paul Walmsley
2013-12-10 18:59   ` Tony Lindgren
2013-12-10 18:59     ` Tony Lindgren
2013-12-10 19:08     ` Tony Lindgren
2013-12-10 19:08       ` Tony Lindgren
2013-12-10 19:27     ` Tony Lindgren
2013-12-10 19:27       ` Tony Lindgren
2013-12-10 19:39       ` Arnd Bergmann
2013-12-10 19:39         ` Arnd Bergmann
2013-12-10 19:44         ` Paul Walmsley
2013-12-10 19:44           ` Paul Walmsley
2013-12-10 19:50         ` Tony Lindgren
2013-12-10 19:50           ` Tony Lindgren
2013-12-10 23:07       ` Tony Lindgren
2013-12-10 23:07         ` Tony Lindgren
2013-12-13 19:26         ` Tony Lindgren [this message]
2013-12-13 19:26           ` Tony Lindgren
2013-12-17  7:14           ` Paul Walmsley
2013-12-17  7:14             ` Paul Walmsley
2013-12-17 15:26             ` Tony Lindgren
2013-12-17 15:26               ` Tony Lindgren
2013-12-10 23:56     ` Paul Walmsley
2013-12-10 23:56       ` Paul Walmsley
  -- strict thread matches above, loose matches on Subject: below --
2013-12-10  2:42 Tony Lindgren
2013-12-10  2:42 Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131213192622.GI28184@atomide.com \
    --to=tony@atomide.com \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.