[U-Boot] [PATCH_v2 2/2] mips: Add MIPSfpga platform support

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Sun Jul 31 14:29:28 CEST 2016



Am 29.07.2016 um 16:11 schrieb Zubair Lutfullah Kakakhel:
> 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 at imgtec.com>
> Reviewed-by: Paul Burton <paul.burton at imgtec.com>
> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
> 
> ---
> V1 -> V2
> 
> - Added Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
> - Removed select SYS_MIPS_CACHE_INIT_RAM_LOAD in Kconfig for Target XILFPGA
> - Used CONFIG_SYS_SDRAM_SIZE in xilfpga.c instead of 128*1024*1024
> ---
>  arch/mips/Kconfig                | 15 +++++++++
>  board/imgtec/xilfpga/Kconfig     | 15 +++++++++
>  board/imgtec/xilfpga/MAINTAINERS |  6 ++++
>  board/imgtec/xilfpga/Makefile    |  7 +++++
>  board/imgtec/xilfpga/README      | 55 ++++++++++++++++++++++++++++++++
>  board/imgtec/xilfpga/xilfpga.c   | 20 ++++++++++++
>  configs/imgtec_xilfpga_defconfig | 25 +++++++++++++++
>  include/configs/imgtec_xilfpga.h | 68 ++++++++++++++++++++++++++++++++++++++++
>  8 files changed, 211 insertions(+)
>  create mode 100644 board/imgtec/xilfpga/Kconfig
>  create mode 100644 board/imgtec/xilfpga/MAINTAINERS
>  create mode 100644 board/imgtec/xilfpga/Makefile
>  create mode 100644 board/imgtec/xilfpga/README
>  create mode 100644 board/imgtec/xilfpga/xilfpga.c
>  create mode 100644 configs/imgtec_xilfpga_defconfig
>  create mode 100644 include/configs/imgtec_xilfpga.h
> 

applied to u-boot-mips/next, thanks

-- 
- Daniel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160731/c5520cf1/attachment.sig>


More information about the U-Boot mailing list