]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
[PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
authorStefan Roese <sr@denx.de>
Wed, 29 Nov 2006 14:42:37 +0000 (15:42 +0100)
committerStefan Roese <sr@denx.de>
Wed, 29 Nov 2006 15:14:05 +0000 (16:14 +0100)
commit1eac2a71417b6675b11aace72102a2e7fde8f5c6
tree1dacdcee6013a21ed367facd99ff8e546315434d
parent1bdd46832aeb569f5e04b1f20f64318525b6525a
[PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards

This patch adds support for the Prodrive P3M750 (PPC750 & MV64460)
and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are
quite similar and share the same board directory "prodrive/p3mx"
and the same config file "p3mx.h".

Signed-off-by: Stefan Roese <sr@denx.de>
27 files changed:
MAINTAINERS
MAKEALL
Makefile
board/prodrive/p3mx/64460.h [new file with mode: 0644]
board/prodrive/p3mx/Makefile [new file with mode: 0644]
board/prodrive/p3mx/config.mk [new file with mode: 0644]
board/prodrive/p3mx/eth.h [new file with mode: 0644]
board/prodrive/p3mx/misc.S [new file with mode: 0644]
board/prodrive/p3mx/mpsc.c [new file with mode: 0644]
board/prodrive/p3mx/mpsc.h [new file with mode: 0644]
board/prodrive/p3mx/mv_eth.c [new file with mode: 0644]
board/prodrive/p3mx/mv_eth.h [new file with mode: 0644]
board/prodrive/p3mx/mv_regs.h [new file with mode: 0644]
board/prodrive/p3mx/p3mx.c [new file with mode: 0644]
board/prodrive/p3mx/pci.c [new file with mode: 0644]
board/prodrive/p3mx/ppc_error_no.h [new file with mode: 0644]
board/prodrive/p3mx/sdram_init.c [new file with mode: 0644]
board/prodrive/p3mx/serial.c [new file with mode: 0644]
board/prodrive/p3mx/serial.h [new file with mode: 0644]
board/prodrive/p3mx/u-boot.lds [new file with mode: 0644]
cpu/74xx_7xx/cpu.c
cpu/74xx_7xx/cpu_init.c
cpu/74xx_7xx/speed.c
cpu/74xx_7xx/start.S
include/74xx_7xx.h
include/configs/p3mx.h [new file with mode: 0644]
net/eth.c