All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT PULL] Xilinx changes
Date: Mon, 4 Apr 2016 20:31:06 +0200	[thread overview]
Message-ID: <5702B2EA.4010907@monstr.eu> (raw)

Hi Tom,

please pull these xilinx changes to your branch.

Thanks,
Michal

The following changes since commit 563d8d93585035fa2a0b20190c1008eb625432c4:

  net: phy: Realtek RTL8211B/C PHY ID fix (2016-04-02 19:26:08 -0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-microblaze.git master

for you to fetch changes up to 07654ba1e37e0de2ee3a5983ad510a8c2dd21035:

  ARM64: zynqmp: Enable EFI partition support (2016-04-04 20:28:39 +0200)

----------------------------------------------------------------
Joe Hershberger (1):

Michal Simek (15):
      ARM: zynq: Enable option to overwrite default variables
      ARM: zynq: zybo: Enabling reading MAC address from EEPROM
      ARM: zynq: Fix default ps7_init_gpl.c/h for ZYBO
      microblaze: Read information about timer/interrupts from DT
      microblaze: Remove !OF_CONTROL code for timer and interrupt
      net: axi_emac: Report phy-node error message permanently
      ARM64: zynqmp: Enable FAT write and EXT4 write for USB too
      ARM64: zynqmp: Select SYS_CONFIG_NAME via Kconfig
      ARM64: Move HUSH enabling from board file to defconfig
      ARM64: zynqmp: Read RAM information from DT
      ARM64: zynqmp: Simplify MAINTAINERS file to support more boards
      block: Add support for Ceva sata
      ARM: zynq: Enable FLASH_BAR for microzed and zybo
      ARM: zynq: Add uEnv.txt support
      ARM64: zynqmp: Enable EFI partition support

Siva Durga Prasad Paladugu (8):
      phy: Add phy driver support for xilinx PCS/PMA core
      net: zynq_gem: Add support for SGMII interface
      zynq-common: Enable phy driver for Xilinx PCS/PMA core
      net: xilinx_axi: Use interface type instead of zero
      net: xilinx_axi: Clear Isolate bit if found during phy setup
      net: zynq_gem: Return error incase of invalid phy address
      net: phy: Add SGMII support for TI phy
      net: zynq_gem: Add SGMII support for zynqMP

Soren Brinkmann (1):
      ARM64: zynqmp: Decrease boot delay

 arch/arm/cpu/armv8/zynqmp/Kconfig                 |   15 +-
 arch/arm/mach-zynq/include/mach/sys_proto.h       |    2 +
 arch/microblaze/cpu/interrupts.c                  |   26 ++-
 arch/microblaze/cpu/timer.c                       |   39 +++-
 board/xilinx/microblaze-generic/xparameters.h     |   11 --
 board/xilinx/zynq/board.c                         |   13 ++
 board/xilinx/zynq/zybo_hw_platform/ps7_init_gpl.c | 1581
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------
 board/xilinx/zynq/zybo_hw_platform/ps7_init_gpl.h |    9 +-
 board/xilinx/zynqmp/MAINTAINERS                   |    7 +-
 board/xilinx/zynqmp/zynqmp.c                      |  125 +++++++++++++
 configs/xilinx_zynqmp_ep_defconfig                |    2 +
 configs/zynq_microzed_defconfig                   |    1 +
 configs/zynq_zybo_defconfig                       |    1 +
 drivers/block/Makefile                            |    1 +
 drivers/block/sata_ceva.c                         |  113 +++++++++++
 drivers/net/phy/Makefile                          |    1 +
 drivers/net/phy/phy.c                             |    3 +
 drivers/net/phy/ti.c                              |   39 +++-
 drivers/net/phy/xilinx_phy.c                      |  144 ++++++++++++++
 drivers/net/xilinx_axi_emac.c                     |   24 ++-
 drivers/net/zynq_gem.c                            |   59 ++++--
 include/configs/microblaze-generic.h              |   12 --
 include/configs/xilinx_zynqmp.h                   |   18 +-
 include/configs/xilinx_zynqmp_ep.h                |    5 -
 include/configs/zynq-common.h                     |   29 +++
 include/configs/zynq_zybo.h                       |    3 +
 include/phy.h                                     |    1 +
 27 files changed, 1964 insertions(+), 320 deletions(-)
 create mode 100644 drivers/block/sata_ceva.c
 create mode 100644 drivers/net/phy/xilinx_phy.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: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160404/80969306/attachment.sig>

             reply	other threads:[~2016-04-04 18:31 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-04 18:31 Michal Simek [this message]
2016-04-05  0:01 ` [U-Boot] [GIT PULL] Xilinx changes Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2017-01-11  8:59 Michal Simek
2017-01-11 16:28 ` Tom Rini
2017-01-12  6:42   ` Michal Simek
2017-01-12  7:13     ` Masahiro Yamada
2017-01-12  7:17       ` Michal Simek
2017-01-19  3:20         ` Tom Rini
2016-11-15 17:59 Michal Simek
2016-11-16  0:26 ` Masahiro Yamada
2016-11-16  7:31   ` Michal Simek
2016-11-17 22:14 ` Tom Rini
2016-09-14 11:14 Michal Simek
2016-09-18 18:04 ` Tom Rini
2016-09-19 10:00   ` Michal Simek
2016-09-19 11:13     ` Tom Rini
2016-08-02  6:25 Michal Simek
2016-08-02 17:38 ` Tom Rini
2016-07-22 13:17 Michal Simek
2016-07-23  0:10 ` Tom Rini
2016-06-06  9:26 Michal Simek
2016-06-06 21:27 ` Tom Rini
2016-05-24 11:02 Michal Simek
2016-05-24 11:16 ` Michal Simek
2016-04-13 16:37 Michal Simek
2016-04-13 19:47 ` Tom Rini
2016-01-27 15:42 Michal Simek
2016-01-28 23:18 ` Tom Rini
2016-02-04 13:44   ` Ricardo Ribalda Delgado

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=5702B2EA.4010907@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.