From: Paul M. <le...@li...> - 2007-07-25 04:10:16
|
On Wed, Jul 25, 2007 at 02:01:40PM +1000, David McCullough wrote: > > Jivin Magnus Damm lays it down ... > > On 7/25/07, David McCullough <Dav...@se...> wrote: > > > > > >Jivin Paul Mundt lays it down ... > > >> On Wed, Jul 25, 2007 at 09:51:22AM +0900, Paul Mundt wrote: > > >> Since we're in the purging mood, perhaps it's also worth looking at some > > >> others: > > >> > > >> - snapgear boards are also unlikely to be revitalized, so that's > > >> probably another good candidate. > > > > > >How bad is it ? I am running 2.6.22 here on the snapgear boards and > > >it seems ok. I can send you some diffs if you want ? > > > > As of 2.6.23-rc1: > > > > The snapgear_defconfig seems to be out of sync with the rest of the > > Kconfig - both SH7751 and SH7751R are defined in the defconfig - this > > leads to that only SH7751 is selected which in turn leads to that > > CONFIG_SH_SECUREEDGE5410 never gets set. So the defconfig doesn't > > select the right board. I sent patches fixing a similar issue on r2d > > this a while ago. > > The CONFIG_SH_SECUREEDGE5410 define can (well used to) handle both > 7751 and 7751R CPU's and the kernel adjusted according to whatever HW it > booted on. > > Is this still possible ? > Yes, though at the moment it just expects 7751R. You can add 7751 to the depends on, though. > Ok, then I guess I need to be on 2.6.23-rc1, where is the git tree I > should clone to make patches against (yes I should check for the doc :-) > You can either use Linus's tree directly or sh-2.6.git: git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git I usually have Linus pull once a week or so, so either one is fine. There are a few things there that will be bound for -rc2 already. In any event, we'll certainly keep the board around now that we know what the intent is, which is usually what these sorts of board removal suggestions aim to stir up :-) |