[U-Boot-Users] [GIT PULL] Add support for the mpc832xemds board
Kim Phillips
kim.phillips at freescale.com
Thu Dec 14 23:54:01 CET 2006
Wolfgang,
Please pull the following changes that add MPC832xEMDS board support:
Dave Liu (4):
Fix the UEC driver bug of QE
streamline the 83xx immr head file
Add support for the MPC832XEMDS board
Add the MPC832XEMDS board readme
They are found in the git repository at:
http://opensource.freescale.com/pub/scm/u-boot-83xx.git mpc83xx
Makefile | 24 +
board/mpc832xemds/Makefile | 50 +
board/mpc832xemds/config.mk | 28 +
board/mpc832xemds/mpc832xemds.c | 176 ++++
board/mpc832xemds/pci.c | 313 +++++++
board/mpc832xemds/u-boot.lds | 123 +++
board/tqm834x/tqm834x.c | 4 +-
cpu/mpc83xx/cpu.c | 16 +
cpu/mpc83xx/cpu_init.c | 13 +-
cpu/mpc83xx/qe_io.c | 2 +-
cpu/mpc83xx/speed.c | 53 +-
doc/README.mpc832xemds | 124 +++
drivers/qe/qe.h | 2 +-
drivers/qe/uec.c | 25 +-
include/asm-ppc/e300.h | 5 +
include/asm-ppc/immap_83xx.h | 1958 ++++++---------------------------------
include/asm-ppc/immap_qe.h | 6 +
include/configs/MPC832XEMDS.h | 629 +++++++++++++
include/mpc83xx.h | 1280 ++++++++++++++++++--------
19 files changed, 2735 insertions(+), 2096 deletions(-)
create mode 100644 board/mpc832xemds/Makefile
create mode 100644 board/mpc832xemds/config.mk
create mode 100644 board/mpc832xemds/mpc832xemds.c
create mode 100644 board/mpc832xemds/pci.c
create mode 100644 board/mpc832xemds/u-boot.lds
create mode 100644 doc/README.mpc832xemds
create mode 100644 include/configs/MPC832XEMDS.h
Thanks, Kim
p.s. please consider somehow raising the 40KB post limit so that we may post patches such as these to the list for easier review by all.
p.p.s. please advise whether the u-boot patches mailing list is working for you or not, and whether patches should continue to be submitted there.
More information about the U-Boot
mailing list