]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
XPedite5370 board support
authorPeter Tyser <ptyser@xes-inc.com>
Wed, 17 Dec 2008 22:36:23 +0000 (16:36 -0600)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Sat, 20 Dec 2008 00:11:49 +0000 (18:11 -0600)
commitccf0fdd02b97323f8caae18d06cc9daeac2f192f
tree80ad510567dc548503dba8daf5554eda328d6baa
parente92739d34e2d6b6aca93b2598248210710897ce8
XPedite5370 board support

Initial support for Extreme Engineering Solutions XPedite5370 -
a MPC8572-based 3U VPX single board computer with a PMC/XMC
site.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15 files changed:
MAINTAINERS
MAKEALL
Makefile
board/xes/common/Makefile [new file with mode: 0644]
board/xes/common/fsl_8572_clk.c [new file with mode: 0644]
board/xes/common/fsl_85xx_ddr.c [new file with mode: 0644]
board/xes/common/fsl_85xx_pci.c [new file with mode: 0644]
board/xes/xpedite5370/Makefile [new file with mode: 0644]
board/xes/xpedite5370/config.mk [new file with mode: 0644]
board/xes/xpedite5370/ddr.c [new file with mode: 0644]
board/xes/xpedite5370/law.c [new file with mode: 0644]
board/xes/xpedite5370/tlb.c [new file with mode: 0644]
board/xes/xpedite5370/u-boot.lds [new file with mode: 0644]
board/xes/xpedite5370/xpedite5370.c [new file with mode: 0644]
include/configs/XPEDITE5370.h [new file with mode: 0644]