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] [PATCH] arm64: Add Xilinx ZynqMP support
Date: Fri, 27 Feb 2015 07:27:04 +0100	[thread overview]
Message-ID: <54F00E38.5050003@monstr.eu> (raw)
In-Reply-To: <37be1350742a9c00eb80b402e602389e47206942.1424764921.git.michal.simek@xilinx.com>

Hi,

On 02/24/2015 09:02 AM, Michal Simek wrote:
> Add basic Xilinx ZynqMP arm64 support.
> Serial and SD is supported.
> It supports emulation platfrom ep108 and QEMU.
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
> 
>  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              | 134 +++++++++++++++++++++++++++
>  15 files changed, 445 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

Any comment on this one?

Thanks,
Michal

-- 
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/20150227/61a5a94d/attachment.sig>

  reply	other threads:[~2015-02-27  6:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-24  8:02 [U-Boot] [PATCH] arm64: Add Xilinx ZynqMP support Michal Simek
2015-02-27  6:27 ` Michal Simek [this message]
2015-02-27 17:13 ` Tom Rini
2015-03-02  7:32   ` Michal Simek
     [not found]   ` <54F4122B.202@xilinx.com>
2015-03-02  8:24     ` Michal Simek
2015-03-02 14:23       ` Tom Rini
2015-03-02 15:07         ` Michal Simek
2015-03-02 17:10           ` Sören Brinkmann
2015-03-02 18:26             ` 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=54F00E38.5050003@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.