[U-Boot] [GIT PULL] Xilinx changes

Hi Tom,
please pull these changes to your tree. It is converting ZynqMP targets to use distro boot options. I am still waiting for Marek to apply one USB DWC3 patch to fix usb support on ZynqMP.
Thanks, Michal
The following changes since commit b2f1858455e99a91aeafe59ac73c6c047106d5e8:
arm: lib: fix push/pop-section directives (2016-06-03 15:14:11 -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 59e880560f49827458b82345bb5ccfb7cb93af8c:
ARM64: zynqmp: Extend malloc space before relocation (2016-06-06 11:23:41 +0200)
---------------------------------------------------------------- Alexander Graf (1): ARM64: zynqmp: Remove CONFIG_BOOTP_SERVERIP
Michal Simek (14): ARM64: zynqmp: Enable CMD_NAND via Kconfig microblaze: Select compilation flags via Kconfig microblaze: Add option to pass cpu version number microblaze: Move MSR instruction selection to Kconfig ARM64: zynqmp: Enable Vitesse and RealTek ethernet phys ARM64: zynqmp: Add debug uart for zc1751-dc2 ARM64: zynqmp: Add support for zc1751-dc4 ARM64: zynqmp: Extend page_table_size ARM64: zynq: Fix boot.bin generation for Zynq and ZynqMP env: Setup GD_FLG_ENV_DEFAULT flag when default environment are used ARM64: zynqmp: Enable support for SPL FIT images ARM64: zynqmp: Enable AHCI when CONFIG_SATA_CEVA is defined ARM64: zynqmp: Add support for standard distro boot commands ARM64: zynqmp: Extend malloc space before relocation
Siva Durga Prasad Paladugu (1): mtd: nand: arasan_nfc: Correct nand ecc initialization
arch/arm/cpu/armv8/zynqmp/cpu.c | 5 ++++ arch/arm/dts/Makefile | 1 + arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts | 212 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/microblaze/include/asm/asm.h | 2 +- board/xilinx/microblaze-generic/Kconfig | 24 ++++++++++++++++++ board/xilinx/microblaze-generic/config.mk | 24 ++++++++++-------- board/xilinx/microblaze-generic/xparameters.h | 1 - board/xilinx/zynqmp/zynqmp.c | 34 +++++++++++++++++++------ common/env_common.c | 1 + configs/microblaze-generic_defconfig | 4 +++ configs/xilinx_zynqmp_ep_defconfig | 4 ++- configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 2 ++ configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig | 8 ++++++ configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig | 43 ++++++++++++++++++++++++++++++++ configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig | 2 ++ configs/xilinx_zynqmp_zcu102_defconfig | 2 ++ configs/xilinx_zynqmp_zcu102_revB_defconfig | 2 ++ drivers/mtd/nand/arasan_nfc.c | 18 +++++++------- include/asm-generic/global_data.h | 1 + include/configs/xilinx_zynqmp.h | 66 +++++++++++++++++++++++++++++++++++-------------- include/configs/xilinx_zynqmp_ep.h | 7 ------ include/configs/xilinx_zynqmp_zc1751_xm015_dc1.h | 7 ------ include/configs/xilinx_zynqmp_zc1751_xm016_dc2.h | 7 ------ include/configs/xilinx_zynqmp_zc1751_xm018_dc4.h | 17 +++++++++++++ include/configs/xilinx_zynqmp_zc1751_xm019_dc5.h | 7 ------ include/configs/xilinx_zynqmp_zcu102.h | 8 ------ scripts/Makefile.spl | 7 ++---- 27 files changed, 428 insertions(+), 88 deletions(-) create mode 100644 arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts create mode 100644 configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig create mode 100644 include/configs/xilinx_zynqmp_zc1751_xm018_dc4.h

On Mon, Jun 06, 2016 at 11:26:53AM +0200, Michal Simek wrote:
Hi Tom,
please pull these changes to your tree. It is converting ZynqMP targets to use distro boot options. I am still waiting for Marek to apply one USB DWC3 patch to fix usb support on ZynqMP.
Thanks, Michal
The following changes since commit b2f1858455e99a91aeafe59ac73c6c047106d5e8:
arm: lib: fix push/pop-section directives (2016-06-03 15:14:11 -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 59e880560f49827458b82345bb5ccfb7cb93af8c:
ARM64: zynqmp: Extend malloc space before relocation (2016-06-06 11:23:41 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Michal Simek
-
Tom Rini