From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT PULL] Zynq changes
Date: Thu, 19 Nov 2015 15:09:59 +0100 [thread overview]
Message-ID: <564DD837.4090404@monstr.eu> (raw)
Hi Tom,
please pull these changes to your tree. Network patches have been Ack by
Joe. mkimage, mii patches were reviewed by you.
There is one problem with U-Boot SPL for Zynq because one patch break it
(not compilation)
"board_init: Change the logic to setup malloc_base"
(sha1: 9ac4fc82071ce346e3885118242ff45d22f69b82)
There is also one compilation warning from gem driver. I will send the
patch to fix it.
Thanks,
Michal
The following changes since commit 736d1746fb7b8f7cd70657a4a72db2b6bd8de40e:
itest: add missing break statements to evalexp() (2015-11-18 15:29:00
-0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git zynq
for you to fetch changes up to bdaeb8f23c6d5d11829072baaf0c0fe37c09f26a:
common: mii: Do not allow to exceed max phy limit (2015-11-19 14:03:05
+0100)
----------------------------------------------------------------
Edgar E. Iglesias (2):
net: phy: Add support for Texas Instruments DP83867
net: zynq: Disable secondary queues
Michal Simek (17):
zynqmp: mp: Add support for booting R5 from any address
ARM: zynq: Choose boot image based on OF_SEPARATE macro
ARM64: zynqmp: Enable TI phy by default
net: zynq: Add debug message to phyread/phywrite
net: zynq: Add support for different PHY interface types
net: zynq: Extend register description with offsets
net: zynq: Fix clearing statistic
net: zynq: Allocate BD_SPACE in connection to RX_BUF
net: zynq: Setup BD when structures are filled
net: zynq: Do not report TX underrun
net: zynq: Add dummy packet to fix packet duplication issue
net: zynq: Wait till packet is sent
net: zynq: Fix mdc clock division setting for 100Mbit/s
net: zynq: Remove unused MDCCLKDIV2 macro
net: zynq: Fix MDC setting for zynq
zynq: sdhci: Define max clock by macro
common: mii: Do not allow to exceed max phy limit
Nathan Rossi (2):
tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage
ARM: zynq: Add target for building bootable SPL image for Zynq
Makefile | 3 +++
arch/arm/cpu/armv8/zynqmp/mp.c | 38 ++++++++++++++++++++++++++---
common/cmd_mii.c | 5 ++++
common/image.c | 1 +
drivers/mmc/zynq_sdhci.c | 2 +-
drivers/net/phy/Makefile | 1 +
drivers/net/phy/phy.c | 3 +++
drivers/net/phy/ti.c | 200
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/net/zynq_gem.c | 143
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------
include/configs/xilinx_zynqmp.h | 4 +++
include/configs/xilinx_zynqmp_ep.h | 1 +
include/configs/zynq-common.h | 3 ++-
include/image.h | 3 ++-
include/phy.h | 1 +
scripts/Makefile.spl | 11 +++++++++
tools/Makefile | 1 +
tools/zynqimage.c | 257
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
17 files changed, 638 insertions(+), 39 deletions(-)
create mode 100644 drivers/net/phy/ti.c
create mode 100644 tools/zynqimage.c
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151119/cc5892f4/attachment.sig>
next reply other threads:[~2015-11-19 14:09 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-19 14:09 Michal Simek [this message]
2015-11-19 22:07 ` [U-Boot] [GIT PULL] Zynq changes Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2015-12-07 9:19 Michal Simek
2015-12-07 19:06 ` Tom Rini
2015-11-04 14:48 Michal Simek
2015-11-04 22:03 ` Tom Rini
2015-08-19 10:02 Michal Simek
2015-08-20 16:35 ` Tom Rini
2015-07-28 13:41 Michal Simek
2015-07-28 13:43 ` Michal Simek
2015-07-28 15:37 ` Tom Rini
2015-07-28 18:29 ` Michal Simek
2015-05-25 9:17 Michal Simek
2015-05-26 17:36 ` Tom Rini
2015-04-29 9:45 Michal Simek
2015-04-29 14:28 ` Tom Rini
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=564DD837.4090404@monstr.eu \
--to=monstr@monstr.eu \
--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.