[U-Boot] [GIT PULL] Xilinx changes

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

On Mon, Apr 04, 2016 at 08:31:06PM +0200, Michal Simek wrote:
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)
Applied to u-boot/master, thanks!
participants (2)
-
Michal Simek
-
Tom Rini