Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Switched davinci_emac Ethernet driver to use newer API | Ben Warren | 2009-06-15 | -0/+12 |
| | | | | | | | | Added CONFIG_NET_MULTI to all Davinci boards Removed all calls to Davinci network driver from board code Added cpu_eth_init() to cpu/arm926ejs/cpu.c Signed-off-by: Ben Warren <biggerbadderben@gmail.com> | |||
* | davinci: display correct clock info | David Brownell | 2009-06-12 | -0/+131 |
Move the clock-rate dumping code into the cpu/.../davinci area where it should have been, enabled by CONFIG_DISPLAY_CPUINFO, updating the format and showing the DSP clock (where relevant). Switch boards to use the cpuinfo() hook for this stuff. Remove a few now-obsolete PLL #defines. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> |