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, git@xilinx.com
Cc: Adrian Fiergolski <adrian.fiergolski@fastree3d.com>,
	Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>,
	Bharat Gooty <bharat.gooty@broadcom.com>,
	Ilias Apalodimas <ilias.apalodimas@linaro.org>,
	Jorge Ramirez-Ortiz <jorge@foundries.io>,
	Michal Simek <monstr@monstr.eu>,
	Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>,
	Simon Glass <sjg@chromium.org>,
	T Karthik Reddy <t.karthik.reddy@xilinx.com>
Subject: [PATCH 0/4] xilinx: Add SoC Xilinx driver for zynqmp & versal
Date: Tue, 10 Aug 2021 15:45:01 +0200	[thread overview]
Message-ID: <cover.1628603101.git.michal.simek@xilinx.com> (raw)

Hi,

This patch series adds support for SoC Xilinx driver to get SoC family
and revision. Print SoC info using print_cpuinfo() at booting stage.

Thanks,
Michal


T Karthik Reddy (4):
  soc: xilinx: zynqmp: Add soc_xilinx_zynqmp driver
  soc: xilinx: versal: Add soc_xilinx_versal driver
  xilinx: common: Add function to print SoC info
  xilinx: Enable config to display cpuinfo

 MAINTAINERS                                  |  2 +
 arch/arm/Kconfig                             |  2 +
 arch/arm/mach-versal/cpu.c                   |  5 ++
 arch/arm/mach-versal/include/mach/hardware.h |  4 +
 arch/arm/mach-zynqmp/cpu.c                   |  5 ++
 arch/arm/mach-zynqmp/include/mach/hardware.h |  3 +
 board/xilinx/common/board.c                  | 26 +++++++
 configs/xilinx_versal_virt_defconfig         |  2 +-
 configs/xilinx_zynqmp_virt_defconfig         |  2 +-
 drivers/soc/Kconfig                          | 16 ++++
 drivers/soc/Makefile                         |  2 +
 drivers/soc/soc_xilinx_versal.c              | 76 +++++++++++++++++++
 drivers/soc/soc_xilinx_zynqmp.c              | 78 ++++++++++++++++++++
 13 files changed, 221 insertions(+), 2 deletions(-)
 create mode 100644 drivers/soc/soc_xilinx_versal.c
 create mode 100644 drivers/soc/soc_xilinx_zynqmp.c

-- 
2.32.0


             reply	other threads:[~2021-08-10 13:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-10 13:45 Michal Simek [this message]
2021-08-10 13:45 ` [PATCH 1/4] soc: xilinx: zynqmp: Add soc_xilinx_zynqmp driver Michal Simek
2021-08-10 13:45 ` [PATCH 2/4] soc: xilinx: versal: Add soc_xilinx_versal driver Michal Simek
2021-08-10 13:45 ` [PATCH 3/4] xilinx: common: Add function to print SoC info Michal Simek
2021-08-10 13:45 ` [PATCH 4/4] xilinx: Enable config to display cpuinfo Michal Simek
2021-08-23  6:51 ` [PATCH 0/4] xilinx: Add SoC Xilinx driver for zynqmp & versal 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.1628603101.git.michal.simek@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=adrian.fiergolski@fastree3d.com \
    --cc=ashok.reddy.soma@xilinx.com \
    --cc=bharat.gooty@broadcom.com \
    --cc=git@xilinx.com \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jorge@foundries.io \
    --cc=monstr@monstr.eu \
    --cc=rayagonda.kokatanur@broadcom.com \
    --cc=sjg@chromium.org \
    --cc=t.karthik.reddy@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