Hi All,
For those interested, I have a few things I'd like to focus on for
2.6.25 in regards to the current arch/powerpc 4xx porting effort. Below
is a brief list of drivers in no particular order:
PCI support
USB (440EP(x), etc)
I2C
GPIO
NDFC
RTC
I'd also like to try and get the larger page size patches ported and
merged. If another hugetlbfs type patch shows up, that would be good
too. There is also the HW watchpoint support patch, and of course new
board ports.
At some point we should really be able to have a single vmlinux be
wrapped with different zImage wrappers and .dts files and have it boot
on those various boards just fine. So I'll be looking at accomplishing
that as well. That should make new board ports fairly easy to do.
josh
On Fri, 09 Nov 2007 16:01:41 -0600
Josh Boyer wrote:
Hi All,
For those interested, I have a few things I'd like to focus on for
2.6.25 in regards to the current arch/powerpc 4xx porting effort.
Below is a brief list of drivers in no particular order:
PCI support
I'll look at that stuff once again. maybe it worths to head fir compromise solution in favor of replacing 32/64
ranges parsing func + a bunch of other things in one single step.
USB (440EP(x), etc)
looks like we have code ready for that...
I2C
Stefan's approach seems pretty close
GPIO
NDFC
I'd rather follow platform device wrapper way.. Big NDFC of_device rework can be done anytime later.
RTC
I'd also like to try and get the larger page size patches ported and
merged. If another hugetlbfs type patch shows up, that would be good
too. There is also the HW watchpoint support patch, and of course new
board ports.
At some point we should really be able to have a single vmlinux be
wrapped with different zImage wrappers and .dts files and have it boot
on those various boards just fine. So I'll be looking at
accomplishing that as well. That should make new board ports fairly
easy to do.
just my $0.02...
josh
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev
--
Sincerely, Vitaly
On Sat, 2007-11-10 at 02:48 +0300, Vitaly Bordug wrote:
On Fri, 09 Nov 2007 16:01:41 -0600
Josh Boyer wrote:
quoted
Hi All,
For those interested, I have a few things I'd like to focus on for
2.6.25 in regards to the current arch/powerpc 4xx porting effort.
Below is a brief list of drivers in no particular order:
PCI support
I'll look at that stuff once again. maybe it worths to head fir compromise solution in favor of replacing 32/64
ranges parsing func + a bunch of other things in one single step.
Sure, that's fine. You and Ben were working on it at one point, so I
figured you would look at it again.
quoted
USB (440EP(x), etc)
looks like we have code ready for that...
It's mostly there, yes. Should be pretty easy to get in :).
quoted
I2C
Stefan's approach seems pretty close
Agreed.
quoted
GPIO
NDFC
I'd rather follow platform device wrapper way.. Big NDFC of_device rework can be done anytime later.
I would seriously consider that too.
josh