diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2016-07-29 15:11:20 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2016-09-21 14:55:14 +0200 |
commit | ebf2b9e3dff089a9c99e5dc8d7e10b06365e4e46 (patch) | |
tree | 157ecc4b0f703325670acc961179e29f05989f9a /board/imgtec/xilfpga/MAINTAINERS | |
parent | d4e85377e79f52172c1df7469bf7d56ab0a85322 (diff) | |
download | u-boot-ebf2b9e3dff089a9c99e5dc8d7e10b06365e4e46.tar.gz u-boot-ebf2b9e3dff089a9c99e5dc8d7e10b06365e4e46.tar.xz u-boot-ebf2b9e3dff089a9c99e5dc8d7e10b06365e4e46.zip |
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>
Diffstat (limited to 'board/imgtec/xilfpga/MAINTAINERS')
-rw-r--r-- | board/imgtec/xilfpga/MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/imgtec/xilfpga/MAINTAINERS b/board/imgtec/xilfpga/MAINTAINERS new file mode 100644 index 0000000000..aa045325ea --- /dev/null +++ b/board/imgtec/xilfpga/MAINTAINERS @@ -0,0 +1,6 @@ +XILFPGA BOARD +M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> +S: Maintained +F: board/imgtec/xilfpga +F: include/configs/xilfpga.h +F: configs/imgtec_xilfpga_defconfig |