Wrong. The ColdFire's run the same ISA as the m68k family. They are just a reimplemtation of the their ISA. Go look at the code under arch/m68knommu in the 2.6 linux source. You will find my name next to all the ColdFire bits.
I added support for ColdFire processors to Linux years ago. This won't be new. It was added to Linus kernels in the 2.5 series, and is fully supported in the 2.6 kernels for all the older ColdFire parts (5206, 5249, 5272, 5282, 5307, 5407). Ofcourse the older parts did not have an MMU.
Look under the arch/m68knommu branch for all the architecture support...
Wrong. The ColdFire's run the same ISA as the m68k family. They are just a reimplemtation of the their ISA. Go look at the code under arch/m68knommu in the 2.6 linux source. You will find my name next to all the ColdFire bits.
I added support for ColdFire processors to Linux years ago. This won't be new. It was added to Linus kernels in the 2.5 series, and is fully supported in the 2.6 kernels for all the older ColdFire parts (5206, 5249, 5272, 5282, 5307, 5407). Ofcourse the older parts did not have an MMU.
Look under the arch/m68knommu branch for all the architecture support...