summaryrefslogtreecommitdiff
path: root/include/configs/o2dnt.h
AgeCommit message (Collapse)Author
2007-07-10include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger
Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h used to be included but CONFIG_BOOTP_MASK was not defined. Remove lingering references to CFG_CMD_* symbols. Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-05include/configs: Use new CONFIG_CMD_* in various o* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <jdl@freescale.com>
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-03Code 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-12Support passing of OF flat trees to the kernel.Wolfgang Denk
Patch by Pantelis Antoniou, 04 Sep 2005
2005-08-18Add 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.