powerpc405 versus powerpc440

Grant Likely grant.likely at secretlab.ca
Wed Sep 17 19:25:28 EST 2008


On Thu, Sep 04, 2008 at 11:07:25AM -0400, Josh Boyer wrote:
> On Thu, Sep 04, 2008 at 09:28:01AM -0400, Wood, Robert (GE EntSol, Intelligent Platforms) wrote:
> >We are migrating to the Xilinx Virtex 5 devices and that means migrating
> >our embedded software from the PowerPC405 to PowerPC440.
> >
> >Are there any gotchas we should be aware of, or will this be simple case
> >of S/W migration :-)
> 
> Erm.  405 and 440 have entirely different MMUs.  405 has real-mode, and 440
> is BookE and therefore has the MMU always on.
> 
> That is mostly an impact to the kernel itself and not to userspace.  But it
> can be annoying if you aren't used to dealing with BookE style CPUs.

As Josh said, the MMUs are entirely different, but it is mostly isolated
to impacting the kernel.  The mainline kernel already has basic support
for the Virtex5 440 in the latest release.  Also, the xilinx git server
(git.xilinx.com) has a tree with drivers for a bunch of the xilinx
devices that aren't quite ready for mainline yet.

g.



More information about the Linuxppc-embedded mailing list