summaryrefslogtreecommitdiff
path: root/include/configs/o2dnt.h
AgeCommit message (Collapse)Author
2007-05-27MPC5xxx: Change names of defines related to IPB and PCI clocks.Bartlomiej Sieka
Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining them does not cause PCI or IPB clocks to run at the specified speed. Instead, they configure divisors used to calculate said clocks. This patch renames the defines according to their real function. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2005-12-06Change port configuration for O2DNT (CODEC1 on PSC1)Marian Balakowicz
2005-12-04Code cleanup, especially MIPS for GCC 4.xWolfgang Denk
2005-11-27Increase IPB and PCI clocks for O2DNT board.Marian Balakowicz
2005-11-20Change all '$(...)' variable references into '${...}'Wolfgang Denk
which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
2005-10-28Add support for multiple PHYs.Marian Balakowicz
2005-10-13Support passing of OF flat trees to the kernel.Wolfgang Denk
Patch by Pantelis Antoniou, 04 Sep 2005
2005-08-19Add new board specific commands for TQM5200/STK52XXWolfgang Denk
- Sound commands (beep, wav, sound) - Test commands (led, can, backlight, rs232) Patch by Martin Krause, 02 May 2005
2005-08-16Disable SNTP for O2DNT board.
2005-08-16CONFIG_PCI_SCAN_SHOW disabled for O2DNT.
2005-08-12FRAM memory access optimization.
2005-08-11O2DNT FRAM write delay disabled.
2005-08-11O2DNT: added hardware flash protect support, macros cleanup.
2005-08-09O2DNT platform specific code.