aboutsummaryrefslogtreecommitdiff
path: root/include/asm-ppc/e300.h
AgeCommit message (Collapse)AuthorFilesLines
2007-07-27[ADS5121] Support for the ADS5121 boardRafal Jaworowski1-0/+1
The following MPC5121e subsystems are supported: - low-level CPU init - NOR Boot Flash (common CFI driver) - DDR SDRAM - FEC - I2C - Watchdog Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> Signed-off-by: Rafal Jaworowski <raj@semihalf.com> Signed-off-by: Jan Wrobel <wrr@semihalf.com>
2007-04-23mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().Scott Wood1-13/+3
Rather than misleadingly define PVR_83xx as the specific type of 83xx being built for, the PVR of each core revision is defined. checkcpu() now prints the core that it detects, rather than aborting if it doesn't find what it thinks it wants. Signed-off-by: Scott Wood <scottwood@freescale.com>
2007-03-02mpc83xx: Add support for the MPC832XEMDS boardDave Liu1-0/+5
This patch supports DUART, ETH3/4 and PCI etc. Signed-off-by: Dave Liu <daveliu@freescale.com>
2006-11-03mpc83xx: Add MPC8360EMDS basic board supportDave Liu1-0/+2
Add support for the Freescale MPC8360EMDS board. Includes DDR, DUART, Local Bus, PCI.
2005-08-01Fix style issues primarily in 85xx and 83xx boards.Jon Loeliger1-2/+2
- C++ comments - Trailing white space - Indentation not by TAB - Excessive amount of empty lines - Trailing empty lines
2005-07-28* Patch by Eran LibertyEran Liberty1-0/+128
Add support for the Freescale MPC8349ADS board.