[U-Boot] [GIT PULL] Xilinx changes for v2018.11

Hi Tom,
please pull these changes to your tree. Travis build looks good. https://travis-ci.org/michalsimek/u-boot/builds/433924161
Both net patches are acked by Joe.
Thanks, Michal
The following changes since commit 284b27cf81da10d55070a49ee8b739f71377a4fb:
Merge branch 'master' of git://git.denx.de/u-boot-mips (2018-09-23 15:14:12 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git tags/xilinx-for-v2018.11
for you to fetch changes up to 3888c8d1979289efe685fe29276aed4d4b685975:
net: zynq_gem: Add support for fixed-link phy (2018-09-27 07:59:26 +0200)
---------------------------------------------------------------- Xilinx changes for v2018.11
- Handle BOARD_LATE_INIT via Kconfig
SPL: - Enable GZIP for all partitions types(not only for kernel)
ZynqMP: - Rearrange pmufw version handling - Support newer PMUFW with improved fpga load sequence
Zynq: - Cleanup config file - Simplify zybo config by enabling option via Kconfig
net: - Fix gems max-speed property reading - Enable support for fixed-link phys
---------------------------------------------------------------- Luis Araneda (1): arm: zynq: zybo: migrate CONFIG_DISPLAY to defconfig
Michal Simek (4): arm64: zynqmp: Handle CONFIG_BOARD_LATE_INIT via Kconfig arm: zynq: Remove useless comments from config file spl: fit: Enable GZIP compression also for no kernel partitions net: zynq_gem: Add support for fixed-link phy
Siva Durga Prasad Paladugu (4): arm64: zynqmp: Move PM version related macros to .h arm64: zynqmp: Return pmufw version for zynqmp_pmufw_version() fpga: zynqmp: Modify PL bitstream loading sequence net: zynq_gem: Fix reading of max-speed property
arch/arm/Kconfig | 4 ++-- arch/arm/cpu/armv8/zynqmp/cpu.c | 40 +++++++++++++++------------------------- arch/arm/include/asm/arch-zynqmp/sys_proto.h | 17 ++++++++++++++++- board/xilinx/zynqmp/zynqmp.c | 11 ++++++++++- common/Kconfig | 2 +- common/spl/spl_fit.c | 5 +---- configs/xilinx_zynqmp_mini_emmc0_defconfig | 1 + configs/xilinx_zynqmp_mini_emmc1_defconfig | 1 + configs/xilinx_zynqmp_mini_nand_defconfig | 1 + configs/xilinx_zynqmp_mini_qspi_defconfig | 1 + configs/zynq_cse_nand_defconfig | 1 + configs/zynq_cse_nor_defconfig | 1 + configs/zynq_cse_qspi_defconfig | 1 + configs/zynq_zybo_defconfig | 1 + drivers/fpga/zynqmppl.c | 35 +++++++++++++++++++++++++---------- drivers/net/zynq_gem.c | 16 +++++++++------- include/configs/xilinx_zynqmp_mini.h | 1 - include/configs/zynq-common.h | 8 -------- include/configs/zynq_cse.h | 1 - include/configs/zynq_zybo.h | 2 -- 20 files changed, 87 insertions(+), 63 deletions(-)

On Thu, Sep 27, 2018 at 12:43:34PM +0200, Michal Simek wrote:
Hi Tom,
please pull these changes to your tree. Travis build looks good. https://travis-ci.org/michalsimek/u-boot/builds/433924161
Both net patches are acked by Joe.
Thanks, Michal
The following changes since commit 284b27cf81da10d55070a49ee8b739f71377a4fb:
Merge branch 'master' of git://git.denx.de/u-boot-mips (2018-09-23 15:14:12 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git tags/xilinx-for-v2018.11
for you to fetch changes up to 3888c8d1979289efe685fe29276aed4d4b685975:
net: zynq_gem: Add support for fixed-link phy (2018-09-27 07:59:26 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Michal Simek
-
Tom Rini