]> Git Repo - J-u-boot.git/commit - include/configs/imgtec_xilfpga.h
mips: Add MIPSfpga platform support
authorZubair Lutfullah Kakakhel <[email protected]>
Fri, 29 Jul 2016 14:11:20 +0000 (15:11 +0100)
committerDaniel Schwierzeck <[email protected]>
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 <[email protected]>
Reviewed-by: Paul Burton <[email protected]>
Reviewed-by: Daniel Schwierzeck <[email protected]>
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]
This page took 0.03577 seconds and 4 git commands to generate.