From: Luis Araneda <luaraneda@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/2] arm: zynq: add support for the zybo z7 board
Date: Fri, 13 Jul 2018 11:44:54 -0400 [thread overview]
Message-ID: <20180713154456.27425-1-luaraneda@gmail.com> (raw)
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
next reply other threads:[~2018-07-13 15:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-13 15:44 Luis Araneda [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180713154456.27425-1-luaraneda@gmail.com \
--to=luaraneda@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.