Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | m68knommu: enable Timer on coldfire 532x | Greg Ungerer | 2013-04-28 |
| | | | | | | | | | | This patch enables the initial Timer on coldfire 532x systems. Without this, the scheduler will not be triggered and the system hangs, after all sequential code is executed. It should also apply on later kernel versions. Signed-off-by: Christian Gieseler <christiangieseler@yahoo.de> Signed-off-by: Greg Ungerer <gerg@uclinux.org> | ||
* | m68knommu: make ColdFire M532x platform support more v3 generic | Greg Ungerer | 2013-04-28 |
The M532x CPU platform support can be used on more ColdFire CPU families than just the 532x types. So rename and reconfigure it to reflect that. The ColdFire 537x family has virtualy identical internals to the 532x, and so it will be able to share this code when we add support for them. Signed-off-by: Greg Ungerer <gerg@uclinux.org> |