mbox

[U-Boot,GIT,PULL] Xilinx changes

Message ID c346bc5a-3c82-314d-d2c4-ac6524d9fcb3@monstr.eu
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Michal Simek Aug. 2, 2016, 6:25 a.m. UTC
Hi Tom,

please pull these patches to your tree. There are two critical
patches. One dm-pre-reloc which get ZynqMP boards back to live.
And the second about stack pointer init.

Thanks,
Michal


The following changes since commit 26fb8db0f4d1e7c118b5e8f3a8849f359b91c166:

  Merge git://git.denx.de/u-boot-rockchip (2016-07-31 20:31:13 -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 28559d4c93de5039f851eea6d1404305d3ad0825:

  ARM64: zynqmp: Do not enable DM_MMC by default (2016-08-02 07:19:09 +0200)

----------------------------------------------------------------
Michal Simek (5):
      ARM64: zynqmp: Add u-boot,dm-pre-reloc to clk nodes
      ARM64: zynqmp: Wire up PSCI reset
      xilinx: Sync defconfigs with the latest Kconfig layout
      ARM64: zynqmp: Define config USB_STORAGE through defconfig
      ARM64: zynqmp: Do not enable DM_MMC by default

Soren Brinkmann (1):
      ARM64: zynqmp: Fix stack pointer initialization

 arch/arm/Kconfig                                 |  3 ---
 arch/arm/dts/zynqmp-clk.dtsi                     |  1 +
 arch/arm/dts/zynqmp-ep108-clk.dtsi               |  1 +
 board/xilinx/zynqmp/zynqmp.c                     |  5 +++++
 configs/microblaze-generic_defconfig             |  4 ++--
 configs/xilinx_zynqmp_ep_defconfig               | 11 +++++++----
 configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 11 +++++++----
 configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig | 11 +++++++----
 configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig |  8 +++++---
 configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig |  8 +++++---
 configs/xilinx_zynqmp_zcu102_defconfig           |  9 ++++++---
 configs/xilinx_zynqmp_zcu102_revB_defconfig      |  9 ++++++---
 configs/zynq_microzed_defconfig                  |  6 ++----
 configs/zynq_picozed_defconfig                   |  6 ++----
 configs/zynq_zc702_defconfig                     |  5 ++---
 configs/zynq_zc706_defconfig                     |  5 ++---
 configs/zynq_zc770_xm010_defconfig               |  3 +--
 configs/zynq_zc770_xm011_defconfig               |  3 +--
 configs/zynq_zc770_xm012_defconfig               |  1 -
 configs/zynq_zc770_xm013_defconfig               |  3 +--
 configs/zynq_zed_defconfig                       |  6 ++----
 configs/zynq_zybo_defconfig                      |  5 ++---
 include/configs/xilinx_zynqmp.h                  |  4 ++--
 23 files changed, 69 insertions(+), 59 deletions(-)

Comments

Tom Rini Aug. 2, 2016, 5:38 p.m. UTC | #1
On Tue, Aug 02, 2016 at 08:25:04AM +0200, Michal Simek wrote:

> Hi Tom,
> 
> please pull these patches to your tree. There are two critical
> patches. One dm-pre-reloc which get ZynqMP boards back to live.
> And the second about stack pointer init.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit 26fb8db0f4d1e7c118b5e8f3a8849f359b91c166:
> 
>   Merge git://git.denx.de/u-boot-rockchip (2016-07-31 20:31:13 -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 28559d4c93de5039f851eea6d1404305d3ad0825:
> 
>   ARM64: zynqmp: Do not enable DM_MMC by default (2016-08-02 07:19:09 +0200)
> 

Applied to u-boot/master, thanks!