Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-14 | 85xx, 86xx: Determine I2C clock frequencies and store in global_data | Timur Tabi | |
Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx. Update the get_clocks() function in 85xx and 86xx to determine the I2C clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk. Signed-off-by: Timur Tabi <timur@freescale.com> | |||
2007-11-18 | Fix compiler warnings for PPC systems. Update CHANGELOG. | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2007-09-15 | Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2006-08-22 | General indent and whitespace cleanups. | Jon Loeliger | |
2006-07-31 | Move get_board_sys_clk to board directory | Haiying Wang | |
2006-07-28 | Fix 8641HPCN pollution | John Traill | |
2006-06-07 | Fix a get_board_sys_clk() use-before-def warning. | Jon Loeliger | |
Signed-off-by: Jon Loeliger <jdl@jdl.com> | |||
2006-05-31 | Review cleanups. | Jon Loeliger | |
Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2006-04-27 | Cleanup whitespaces and style issues. | Jon Loeliger | |
Removed //-style comments. Use 80-column lines. Remove trailing whitespace. Remove dead code and debug cruft. | |||
2006-04-26 | Initial support for MPC8641 HPCN board. | Jon Loeliger | |