[U-Boot] [RFC] Adding support for NI Ettus Research USRP E3XX series
Moritz Fischer
moritz.fischer at ettus.com
Thu Sep 3 20:44:00 CEST 2015
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
More information about the U-Boot
mailing list