public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RFC] Adding support for NI Ettus Research USRP E3XX series
@ 2015-09-03 18:44 Moritz Fischer
  2015-09-03 18:44 ` [U-Boot] [RFC] zynq: Add support for E3xx board Moritz Fischer
  2015-09-03 19:44 ` [U-Boot] [RFC] Adding support for NI Ettus Research USRP E3XX series Marek Vasut
  0 siblings, 2 replies; 6+ messages in thread
From: Moritz Fischer @ 2015-09-03 18:44 UTC (permalink / raw)
  To: u-boot

Hi all,

this patch adds basic support for NI Ettus Research E3XX series
boards. I tagged this RFC because I'm not sure if the boards/xilinx/zynq
subdirectory is the correct place for this, as I'll have some follow up
patches that read the devices EEPROM for ethernet address etc.

Would putting it under boards/ni/zynq be the correct way of integrating it?
While technically a Zynq device there are a lot of custom modifications, that
I wouldn't like to force into board/xilinx/zynq/board.c in my follow up patches.
However duplicating the entire board.c doesn't seem like a good idea neither.

Any suggestions? For future reference do you want me to split out dts etc in a
separate patch?

Thanks for your feedback & suggestions,

Moritz

Moritz Fischer (1):
  zynq: Add support for E3xx board.

 arch/arm/dts/Makefile                             |     3 +-
 arch/arm/dts/zynq-e3xx.dts                        |    35 +
 arch/arm/mach-zynq/Kconfig                        |     4 +
 board/xilinx/zynq/Makefile                        |     2 +
 board/xilinx/zynq/e3xx_hw_platform/ps7_init_gpl.c | 13446 ++++++++++++++++++++
 board/xilinx/zynq/e3xx_hw_platform/ps7_init_gpl.h |   130 +
 configs/zynq_e3xx_defconfig                       |    12 +
 include/configs/zynq_e3xx.h                       |    29 +
 8 files changed, 13660 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/dts/zynq-e3xx.dts
 create mode 100644 board/xilinx/zynq/e3xx_hw_platform/ps7_init_gpl.c
 create mode 100644 board/xilinx/zynq/e3xx_hw_platform/ps7_init_gpl.h
 create mode 100644 configs/zynq_e3xx_defconfig
 create mode 100644 include/configs/zynq_e3xx.h

-- 
2.5.1

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

end of thread, other threads:[~2015-09-03 23:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-03 18:44 [U-Boot] [RFC] Adding support for NI Ettus Research USRP E3XX series Moritz Fischer
2015-09-03 18:44 ` [U-Boot] [RFC] zynq: Add support for E3xx board Moritz Fischer
2015-09-03 22:15   ` Peter Crosthwaite
2015-09-03 23:18   ` Sören Brinkmann
2015-09-03 19:44 ` [U-Boot] [RFC] Adding support for NI Ettus Research USRP E3XX series Marek Vasut
2015-09-03 20:05   ` Marek Vasut

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