]> git.ipfire.org Git - people/ms/u-boot.git/commit
mips: Add MIPSfpga platform support
authorZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Fri, 29 Jul 2016 14:11:20 +0000 (15:11 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 21 Sep 2016 12:55:14 +0000 (14:55 +0200)
commitebf2b9e3dff089a9c99e5dc8d7e10b06365e4e46
tree157ecc4b0f703325670acc961179e29f05989f9a
parentd4e85377e79f52172c1df7469bf7d56ab0a85322
mips: Add MIPSfpga platform support

MIPSfpga is an FPGA based dev platform.

In a nutshell, its a microAptiv cpu core with lots of Xilinx IP blocks

The FPGA dev board used is the Nexys4DDR board by Digilent.

For more information, check the Readme file in board/imgtec/xilfpga

Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Reviewed-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/Kconfig
board/imgtec/xilfpga/Kconfig [new file with mode: 0644]
board/imgtec/xilfpga/MAINTAINERS [new file with mode: 0644]
board/imgtec/xilfpga/Makefile [new file with mode: 0644]
board/imgtec/xilfpga/README [new file with mode: 0644]
board/imgtec/xilfpga/xilfpga.c [new file with mode: 0644]
configs/imgtec_xilfpga_defconfig [new file with mode: 0644]
include/configs/imgtec_xilfpga.h [new file with mode: 0644]