]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc83xx: Add support for the MPC8349E-mITX
authorTimur Tabi <timur@freescale.com>
Wed, 1 Nov 2006 00:44:42 +0000 (18:44 -0600)
committerKim Phillips <kim.phillips@freescale.com>
Sat, 4 Nov 2006 01:42:20 +0000 (19:42 -0600)
commit2ad6b513b31070bd0c003792ed1c3e7f5d740357
treee4d9493e7f6cdc1086a90db4c64bbd265a1acaa6
parent183da6d9b446cc12123455844ad1187e2375626f
mpc83xx: Add support for the MPC8349E-mITX

PREREQUISITE PATCHES:

* This patch can only be applied after the following patches have been applied:

  1) DNX#2006090742000024 "Add support for multiple I2C buses"
  2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
  3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
  4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
  5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"

CHANGELOG:

* Add support for the Freescale MPC8349E-mITX reference design platform.
  The second TSEC (Vitesse 7385 switch) is not supported at this time.

Signed-off-by: Timur Tabi <timur@freescale.com>
17 files changed:
CREDITS
MAINTAINERS
MAKEALL
Makefile
README
board/mpc8349emds/pci.c
board/mpc8349itx/Makefile [new file with mode: 0644]
board/mpc8349itx/config.mk [new file with mode: 0644]
board/mpc8349itx/mpc8349itx.c [new file with mode: 0644]
board/mpc8349itx/pci.c [new file with mode: 0644]
board/mpc8349itx/u-boot.lds [new file with mode: 0644]
cpu/mpc83xx/cpu.c
cpu/mpc83xx/cpu_init.c
cpu/mpc83xx/spd_sdram.c
drivers/tsec.c
include/asm-ppc/immap_83xx.h
include/configs/MPC8349ITX.h [new file with mode: 0644]