]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc8308_p1m: support for MPC8308 P1M board
authorIlya Yanok <yanok@emcraft.com>
Fri, 17 Sep 2010 21:41:50 +0000 (23:41 +0200)
committerWolfgang Denk <wd@denx.de>
Thu, 23 Sep 2010 19:14:17 +0000 (21:14 +0200)
commitbc8f8c2614c8e104a66198633d8d765b720ed907
tree00c64db6f31b47d41526cbf51f90cf93553e706e
parent65ea758939a7bcbc87fe1c1bd816a98176bc2a9b
mpc8308_p1m: support for MPC8308 P1M board

This patch provides support for MPC8308 P1M board with the following
set of features:
 Dual UART is supported
 NOR flash is supported
 Both TSEC Ethernet controllers are supported
 PCI Express initialization is supported
 Both I2C controllers are supported

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
MAINTAINERS
board/mpc8308_p1m/Makefile [new file with mode: 0644]
board/mpc8308_p1m/config.mk [new file with mode: 0644]
board/mpc8308_p1m/mpc8308_p1m.c [new file with mode: 0644]
board/mpc8308_p1m/sdram.c [new file with mode: 0644]
boards.cfg
include/configs/mpc8308_p1m.h [new file with mode: 0644]