public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] MIPS: Add MIPSfpga u-boot port
@ 2016-07-27 10:50 Zubair Lutfullah Kakakhel
  2016-07-27 10:51 ` [U-Boot] [PATCH 1/2] mips: Add MIPSfpga platform support Zubair Lutfullah Kakakhel
  2016-07-27 10:51 ` [U-Boot] [PATCH 2/2] mips: xilfpga: Add device tree files Zubair Lutfullah Kakakhel
  0 siblings, 2 replies; 7+ messages in thread
From: Zubair Lutfullah Kakakhel @ 2016-07-27 10:50 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-07-29  9:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-27 10:50 [U-Boot] [PATCH 0/2] MIPS: Add MIPSfpga u-boot port Zubair Lutfullah Kakakhel
2016-07-27 10:51 ` [U-Boot] [PATCH 1/2] mips: Add MIPSfpga platform support Zubair Lutfullah Kakakhel
2016-07-27 12:13   ` Daniel Schwierzeck
2016-07-29  9:31     ` Zubair Lutfullah Kakakhel
2016-07-27 10:51 ` [U-Boot] [PATCH 2/2] mips: xilfpga: Add device tree files Zubair Lutfullah Kakakhel
2016-07-27 12:02   ` Daniel Schwierzeck
2016-07-29  9:32     ` Zubair Lutfullah Kakakhel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox