All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT PULL] Xilinx ZynqMP
Date: Mon, 02 Mar 2015 18:47:17 +0100	[thread overview]
Message-ID: <54F4A225.3030706@monstr.eu> (raw)

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



-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150302/38b0aafc/attachment.sig>

             reply	other threads:[~2015-03-02 17:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-02 17:47 Michal Simek [this message]
2015-03-02 18:27 ` [U-Boot] [GIT PULL] Xilinx ZynqMP Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54F4A225.3030706@monstr.eu \
    --to=monstr@monstr.eu \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.