[U-Boot] [PATCH 0/2] MIPS: Add MIPSfpga u-boot port

Zubair Lutfullah Kakakhel Zubair.Kakakhel at imgtec.com
Wed Jul 27 12:50:59 CEST 2016


MIPSfpga is an FPGA based dev platform by Imagination Technologies Ltd.

DDR is already initialized before u-boot.

And the peripherals supported in the u-boot port are an n16550 uart and
a xilinx ethernet IP (axi_emaclite) which already have drivers in u-boot.

Hence the port is mostly DT + config files and very little C code.

Based on v2016.09-rc1.

Kindly accept these patches in this cycle.

Regards,
ZubairLK

Zubair Lutfullah Kakakhel (2):
  mips: Add MIPSfpga platform support
  mips: xilfpga: Add device tree files

 arch/mips/Kconfig                | 16 ++++++++++
 arch/mips/dts/Makefile           |  1 +
 arch/mips/dts/microAptiv.dtsi    | 21 +++++++++++++
 arch/mips/dts/nexys4ddr.dts      | 62 ++++++++++++++++++++++++++++++++++++
 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 ++++++++++++++++++++++++++++++++++++++++
 11 files changed, 296 insertions(+)
 create mode 100644 arch/mips/dts/microAptiv.dtsi
 create mode 100644 arch/mips/dts/nexys4ddr.dts
 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

-- 
1.9.1



More information about the U-Boot mailing list