Patches for ppc?

Segher Boessenkool segher at kernel.crashing.org
Wed Aug 22 04:09:43 EST 2007


> So then I get worried, how do I know
> who's plan and schedule include/excludes my board/chip/issue?

The arch/ppc -> arch/powerpc changeover is exceptional for various
reasons.

First, it is a huge change taking multiple years to complete.
Only recently it has been decided when to finally drop arch/ppc
completely; and that's not going to happen until almost a year
from now.

Secondly, it really does change many things at the core.  It
is almost impossible for people without in-depth knowledge of
specific hardware too correctly port support code for that
hardware over those core changes, and certainly impossible to
actually test the ported code.  So the only sane approach was
to only port the hardware support code people _did_ have access
to.  Which isn't to say the other platforms still "in demand"
will be left behind of course, some are still being ported over,
and there is nothing preventing such a port even after arch/ppc
is dead and gone either.

Thirdly, Greg KH is talking more about generic drivers (PCI
device drivers, for example) than about low-level platform code;
at least that's my impression.  The good news is that in the
arch/powerpc world much more of the low-level stuff will be
abstracted away, or at least sanely abstracted at all, so in
the future we won't have all that many problems making even
the biggest core changes anymore.

> I was trying to raise that generic issue, which is why I tried to be
> generic. Didn't mean to gore anyones ox.

Don't worry, you didn't offend anyone as far as I can see :-)

All of the "more generic" stuff (e.g., CPU/SoC support) should
be ported over soon enough (if not, shout); some more specific
stuff (support for some specific board, etc.) you will have to
do yourself, or find someone else to do it for you.  And you can
always ask for help here, we're all very helpful and friendly
here (if you believe that ;-) )


Segher




More information about the Linuxppc-dev mailing list