]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Generic architecture for xilinx ppc405(v3)
authorRicardo Ribalda Delgado <ricardo.ribalda@uam.es>
Tue, 21 Oct 2008 16:29:46 +0000 (18:29 +0200)
committerStefan Roese <sr@denx.de>
Fri, 24 Oct 2008 15:26:09 +0000 (17:26 +0200)
commit1f4d53260ec6f8f122aed75cce7c757d97a551e0
tree75e9c30cf201633f558369525bf3a7467a3924f7
parent485c00a57fab86f72a3769480c66bf1ca22e1459
ppc4xx: Generic architecture for xilinx ppc405(v3)

As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
ppc440 boards, this patch presents a common architecture for all the
xilinx ppc405 boards.

Any custom xilinx ppc405 board can be added very easily with no code
duplicity.

This patch also adds a simple generic board, that can be used on almost
any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h

This patch is prepared to work with the latest version of EDK (10.1)

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
Signed-off-by: Stefan Roese <sr@denx.de>
13 files changed:
CREDITS
MAINTAINERS
Makefile
board/xilinx/ppc405-generic/.gitignore [new file with mode: 0644]
board/xilinx/ppc405-generic/Makefile [new file with mode: 0644]
board/xilinx/ppc405-generic/config.mk [new file with mode: 0644]
board/xilinx/ppc405-generic/u-boot-ram.lds [new file with mode: 0644]
board/xilinx/ppc405-generic/u-boot-rom.lds [new file with mode: 0644]
board/xilinx/ppc405-generic/xilinx_ppc405_generic.c [new file with mode: 0644]
board/xilinx/ppc405-generic/xparameters.h [new file with mode: 0644]
cpu/ppc4xx/start.S
include/configs/xilinx-ppc405-generic.h [new file with mode: 0644]
include/configs/xilinx-ppc405.h [new file with mode: 0644]