public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] Add support for new Xilinx Versal ACAPs
Date: Wed,  3 Oct 2018 07:57:57 +0200	[thread overview]
Message-ID: <cover.1538546275.git.michal.simek@xilinx.com> (raw)

Xilinx is introducing Versal, an adaptive compute acceleration platform
(ACAP), built on 7nm FinFET process technology. Versal ACAPs combine
Scalar Processing Engines, Adaptable Hardware Engines, and Intelligent
Engines with leading-edge memory and interfacing technologies to deliver
powerful heterogeneous acceleration for any application. The Versal AI
Core series has five devices, offering 128 to 400 AI Engines. The series
includes dual-core Arm Cortexâ„¢-A72 application processors, dual-core Arm
Cortex-R5 real-time processors, 256KB of on-chip memory with ECC, more
than 1,900 DSP engines optimized for high-precision floating point with
low latency.

For more information please look at
https://www.xilinx.com/products/silicon-devices/acap/versal.html

The patch series enables QEMU versal virt platform (xlnx-versal-virt)
where DTB is propagated from QEMU that's why CONFIG_OF_BOARD option is
used.

Thanks,
Michal


Michal Simek (3):
  arm64: versal: Add support for new Xilinx Versal ACAPs
  net: gem: Do not setup any clock for Xilinx SoC Versal
  arm64: versal: Add Xilinx Versal Virtual QEMU board

 Kconfig                                       |  2 +-
 MAINTAINERS                                   |  6 ++
 arch/arm/Kconfig                              | 10 +++
 arch/arm/Makefile                             |  1 +
 arch/arm/mach-versal/Kconfig                  | 44 +++++++++++++
 arch/arm/mach-versal/Makefile                 |  8 +++
 arch/arm/mach-versal/clk.c                    | 30 +++++++++
 arch/arm/mach-versal/cpu.c                    | 83 ++++++++++++++++++++++++
 arch/arm/mach-versal/include/mach/gpio.h      |  6 ++
 arch/arm/mach-versal/include/mach/hardware.h  | 34 ++++++++++
 arch/arm/mach-versal/include/mach/sys_proto.h |  6 ++
 board/xilinx/versal/MAINTAINERS               |  7 +++
 board/xilinx/versal/Makefile                  |  7 +++
 board/xilinx/versal/board.c                   | 81 ++++++++++++++++++++++++
 configs/xilinx_versal_virt_defconfig          | 68 ++++++++++++++++++++
 drivers/mmc/Kconfig                           |  2 +-
 drivers/net/Kconfig                           |  2 +-
 drivers/net/zynq_gem.c                        |  2 +
 drivers/spi/Kconfig                           |  4 +-
 env/Kconfig                                   |  4 +-
 include/configs/xilinx_versal.h               | 91 +++++++++++++++++++++++++++
 21 files changed, 491 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm/mach-versal/Kconfig
 create mode 100644 arch/arm/mach-versal/Makefile
 create mode 100644 arch/arm/mach-versal/clk.c
 create mode 100644 arch/arm/mach-versal/cpu.c
 create mode 100644 arch/arm/mach-versal/include/mach/gpio.h
 create mode 100644 arch/arm/mach-versal/include/mach/hardware.h
 create mode 100644 arch/arm/mach-versal/include/mach/sys_proto.h
 create mode 100644 board/xilinx/versal/MAINTAINERS
 create mode 100644 board/xilinx/versal/Makefile
 create mode 100644 board/xilinx/versal/board.c
 create mode 100644 configs/xilinx_versal_virt_defconfig
 create mode 100644 include/configs/xilinx_versal.h

-- 
1.9.1

             reply	other threads:[~2018-10-03  5:57 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-03  5:57 Michal Simek [this message]
2018-10-03  5:57 ` [U-Boot] [PATCH 1/3] arm64: versal: Add support for new Xilinx Versal ACAPs Michal Simek
2018-10-16 14:23   ` Alexander Graf
2018-10-16 14:51     ` Michal Simek
2018-10-16 14:55       ` Alexander Graf
2018-10-16 14:57         ` Michal Simek
2018-10-16 15:10           ` Alexander Graf
2018-10-17  6:25             ` Michal Simek
2018-10-03  5:57 ` [U-Boot] [PATCH 2/3] net: gem: Do not setup any clock for Xilinx SoC Versal Michal Simek
2018-10-03  5:58 ` [U-Boot] [PATCH 3/3] arm64: versal: Add Xilinx Versal Virtual QEMU board Michal Simek
2018-10-08 14:19 ` [U-Boot] [PATCH 0/3] Add support for new Xilinx Versal ACAPs Michal Simek

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=cover.1538546275.git.michal.simek@xilinx.com \
    --to=michal.simek@xilinx.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox