public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/4] xilinx: Add SoC Xilinx driver for zynqmp & versal
@ 2021-08-10 13:45 Michal Simek
  2021-08-10 13:45 ` [PATCH 1/4] soc: xilinx: zynqmp: Add soc_xilinx_zynqmp driver Michal Simek
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Michal Simek @ 2021-08-10 13:45 UTC (permalink / raw)
  To: u-boot, git
  Cc: Adrian Fiergolski, Ashok Reddy Soma, Bharat Gooty,
	Ilias Apalodimas, Jorge Ramirez-Ortiz, Michal Simek,
	Rayagonda Kokatanur, Simon Glass, T Karthik Reddy

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-08-23  6:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-10 13:45 [PATCH 0/4] xilinx: Add SoC Xilinx driver for zynqmp & versal Michal Simek
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox