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>
Showing
- CREDITS 1 addition, 0 deletionsCREDITS
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- Makefile 16 additions, 0 deletionsMakefile
- board/xilinx/ppc405-generic/.gitignore 1 addition, 0 deletionsboard/xilinx/ppc405-generic/.gitignore
- board/xilinx/ppc405-generic/Makefile 60 additions, 0 deletionsboard/xilinx/ppc405-generic/Makefile
- board/xilinx/ppc405-generic/config.mk 25 additions, 0 deletionsboard/xilinx/ppc405-generic/config.mk
- board/xilinx/ppc405-generic/u-boot-ram.lds 134 additions, 0 deletionsboard/xilinx/ppc405-generic/u-boot-ram.lds
- board/xilinx/ppc405-generic/u-boot-rom.lds 144 additions, 0 deletionsboard/xilinx/ppc405-generic/u-boot-rom.lds
- board/xilinx/ppc405-generic/xilinx_ppc405_generic.c 59 additions, 0 deletionsboard/xilinx/ppc405-generic/xilinx_ppc405_generic.c
- board/xilinx/ppc405-generic/xparameters.h 36 additions, 0 deletionsboard/xilinx/ppc405-generic/xparameters.h
- cpu/ppc4xx/start.S 2 additions, 1 deletioncpu/ppc4xx/start.S
- include/configs/xilinx-ppc405-generic.h 58 additions, 0 deletionsinclude/configs/xilinx-ppc405-generic.h
- include/configs/xilinx-ppc405.h 126 additions, 0 deletionsinclude/configs/xilinx-ppc405.h
Loading
Please register or sign in to comment