From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luis Araneda Date: Fri, 13 Jul 2018 11:44:54 -0400 Subject: [U-Boot] [PATCH 0/2] arm: zynq: add support for the zybo z7 board Message-ID: <20180713154456.27425-1-luaraneda@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This series adds support for the Digilent Zybo Z7 board The only think, that I tested, and is not working yet, is reading the MAC address from the OTP region of the SPI flash memory, but I pretend to work on that I decided to split this series in two patches because the first contains the ps7_init_* file generated by Vivado and is ~170 kB. I tried to strip as much as possible from the file (from ~520 kB), but I wanted to preserve Vivado's comments to compare its output on future versions (it might have bugfixes). If the patch doesn't make it to the mailing list, I hope to find another solution, or I'll just simply remove additional content (Vivado's comments) Luis Araneda (2): arm: zynq: add ps7_init file for zybo z7 arm: zynq: add support for the zybo z7 board arch/arm/dts/Makefile | 3 +- arch/arm/dts/zynq-zybo-z7.dts | 91 + board/xilinx/zynq/zynq-zybo-z7/ps7_init_gpl.c | 3959 +++++++++++++++++ configs/zynq_zybo_z7_defconfig | 68 + 4 files changed, 4120 insertions(+), 1 deletion(-) create mode 100644 arch/arm/dts/zynq-zybo-z7.dts create mode 100644 board/xilinx/zynq/zynq-zybo-z7/ps7_init_gpl.c create mode 100644 configs/zynq_zybo_z7_defconfig -- 2.18.0