public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] arm: zynq: add support for the zybo z7 board
@ 2018-07-13 15:44 Luis Araneda
  2018-07-13 15:44 ` [U-Boot] [PATCH 1/2] arm: zynq: add ps7_init file for zybo z7 Luis Araneda
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Luis Araneda @ 2018-07-13 15:44 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2018-07-21  7:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-13 15:44 [U-Boot] [PATCH 0/2] arm: zynq: add support for the zybo z7 board Luis Araneda
2018-07-13 15:44 ` [U-Boot] [PATCH 1/2] arm: zynq: add ps7_init file for zybo z7 Luis Araneda
2018-07-20 10:41   ` Michal Simek
2018-07-13 15:44 ` [U-Boot] [PATCH 2/2] arm: zynq: add support for the zybo z7 board Luis Araneda
2018-07-20  7:08   ` Michal Simek
2018-07-21  7:30     ` Luis Araneda
2018-07-20  6:43 ` [U-Boot] [PATCH 0/2] " Luis Araneda

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