mbox

[U-Boot,GIT,PULL] Xilinx ZynqMP

Message ID 54F4A225.3030706@monstr.eu
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://www.denx.de/git/u-boot-microblaze.git xnext/zynqmp

Message

Michal Simek March 2, 2015, 5:47 p.m. UTC
Hi Tom,

please consider to pull this Xilinx ZynqMP platform support to your tree.

Thanks,
Michal

The following changes since commit 1606b34aa50804227806971dbb6b82ea0bf81f55:

  Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2015-02-25 18:14:18 -0500)

are available in the git repository at:


  git://www.denx.de/git/u-boot-microblaze.git xnext/zynqmp

for you to fetch changes up to 84c7204bd18a0051a353c7a6f65a5666e1af9501:

  arm64: Add Xilinx ZynqMP support (2015-03-02 18:41:54 +0100)

----------------------------------------------------------------
Michal Simek (1):
      arm64: Add Xilinx ZynqMP support

 MAINTAINERS                                  |   6 ++++++
 arch/arm/Kconfig                             |   5 +++++
 arch/arm/cpu/armv8/Makefile                  |   1 +
 arch/arm/cpu/armv8/zynqmp/Makefile           |   9 +++++++++
 arch/arm/cpu/armv8/zynqmp/clk.c              |  49 +++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/cpu/armv8/zynqmp/cpu.c              |  28 ++++++++++++++++++++++++++++
 arch/arm/include/asm/arch-zynqmp/clk.h       |  13 +++++++++++++
 arch/arm/include/asm/arch-zynqmp/hardware.h  |  52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/include/asm/arch-zynqmp/sys_proto.h |  15 +++++++++++++++
 board/xilinx/zynqmp/Kconfig                  |  15 +++++++++++++++
 board/xilinx/zynqmp/MAINTAINERS              |   6 ++++++
 board/xilinx/zynqmp/Makefile                 |   8 ++++++++
 board/xilinx/zynqmp/zynqmp.c                 |  90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configs/xilinx_zynqmp_defconfig              |  14 ++++++++++++++
 include/configs/xilinx_zynqmp.h              | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 15 files changed, 442 insertions(+)
 create mode 100644 arch/arm/cpu/armv8/zynqmp/Makefile
 create mode 100644 arch/arm/cpu/armv8/zynqmp/clk.c
 create mode 100644 arch/arm/cpu/armv8/zynqmp/cpu.c
 create mode 100644 arch/arm/include/asm/arch-zynqmp/clk.h
 create mode 100644 arch/arm/include/asm/arch-zynqmp/hardware.h
 create mode 100644 arch/arm/include/asm/arch-zynqmp/sys_proto.h
 create mode 100644 board/xilinx/zynqmp/Kconfig
 create mode 100644 board/xilinx/zynqmp/MAINTAINERS
 create mode 100644 board/xilinx/zynqmp/Makefile
 create mode 100644 board/xilinx/zynqmp/zynqmp.c
 create mode 100644 configs/xilinx_zynqmp_defconfig
 create mode 100644 include/configs/xilinx_zynqmp.h

Comments

Tom Rini March 2, 2015, 6:27 p.m. UTC | #1
On Mon, Mar 02, 2015 at 06:47:17PM +0100, Michal Simek wrote:

> Hi Tom,
> 
> please consider to pull this Xilinx ZynqMP platform support to your tree.
> 
> Thanks,
> Michal
> 
> The following changes since commit 1606b34aa50804227806971dbb6b82ea0bf81f55:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2015-02-25 18:14:18 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://www.denx.de/git/u-boot-microblaze.git xnext/zynqmp
> 
> for you to fetch changes up to 84c7204bd18a0051a353c7a6f65a5666e1af9501:
> 
>   arm64: Add Xilinx ZynqMP support (2015-03-02 18:41:54 +0100)
> 

Applied to u-boot/master, thanks!



> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot