Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-26 | Timer: Remove reset_timer_masked() | Graeme Russ | |
In some circumstances, reset_timer_masked() was called be timer_init() in order to perform architecture specific timer initialisation. In such cases, the required code in reset_timer_masked() has been moved into timer_init() | |||
2011-07-26 | Timer: Remove reset_timer() for non-Nios2 arches | Graeme Russ | |
2011-07-26 | Timer: Remove set_timer completely | Graeme Russ | |
2011-02-21 | ARM: Add Support for Marvell Pantheon Familiy SoCs | Lei Wen | |
Pantheon Family processors are highly integrated SoCs based on Sheeva_88SV331x-v5 PJ1 cpu core. Ref: http://www.marvell.com/products/processors/communications/marvell_pantheon_910_920_pb.pdf SoC versions Supported: 1) PANTHEON920 (TD) 2) PANTHEON910 (TTC) Signed-off-by: Lei Wen <leiwen@marvell.com> |