summaryrefslogtreecommitdiff
path: root/include/configs/TQM834x.h
AgeCommit message (Collapse)Author
2006-11-03mpc83xx: Update 83xx to use fsl_i2c.cTimur Tabi
Update the 83xx tree to use I2C support in drivers/fsl_i2c.c. Delete cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files. Added multiple I2C bus support to fsl_i2c.c. Signed-off-by: Timur Tabi <timur@freescale.com>
2006-11-03mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi
Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx tree matches the other 8xxx trees. Signed-off-by: Timur Tabi <timur@freescale.com>
2006-11-03mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and ↵Timur Tabi
MPC8360EMDS This patch also adds an improved I2C set_speed(), which handles all clock frequencies. Signed-off-by: Timur Tabi <timur@freescale.com>
2006-11-03mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for itTimur Tabi
2006-11-03mpc83xx: Unified TQM834x variable names with 83xx and consolidated macrosTanya Jiang
Unified TQM834x variable names with 83xx and consolidated macro in preparation for the 8360 and other upcoming 83xx devices. Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
2006-10-28Enable commandline editing and hush shell on all TQM boards.Wolfgang Denk
2006-08-18Fix TQM834x hang.Rafal Jaworowski
2006-02-10Enable address translation on MPC83xxKumar Gala
Patch by Kumar Gala, 10 Feb 2006
2006-01-11Make System IO Config Registers board configurable on MPC83xxKumar Gala
Patch by Kumar Gala, 11 Jan 2006
2005-12-04Code cleanup, especially MIPS for GCC 4.xWolfgang Denk
2005-12-01Adjust TQM834x PHY addresses for latest hardware revision.Wolfgang Denk
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-17Add PCI support for the TQM834x board.Rafal Jaworowski
2005-10-12Fix TQM834x config file, set correct value for CFG_IMMRBAR.Marian Balakowicz
2005-10-11Added support for TQM834x boards.Marian Balakowicz