All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] xilinx: zynqmp: Support foreign vendor boards
@ 2022-06-08 16:20 Stefan Herbrechtsmeier
  2022-06-08 16:20 ` [PATCH 01/10] firmware: firmware-zynqmp: Check if rx channel dev pointer is valid Stefan Herbrechtsmeier
                   ` (10 more replies)
  0 siblings, 11 replies; 28+ messages in thread
From: Stefan Herbrechtsmeier @ 2022-06-08 16:20 UTC (permalink / raw)
  To: u-boot, Michal Simek
  Cc: Stefan Herbrechtsmeier, Adrian Fiergolski, Ashok Reddy Soma,
	Jaehoon Chung, T Karthik Reddy

From: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>

At the moment the xilinx zynqmp soc is only supported by xilinx vendor
boards. Rework the xilinx zynqmp board code to support reuse by foreign
vendor boards.


Stefan Herbrechtsmeier (10):
  firmware: firmware-zynqmp: Check if rx channel dev pointer is valid
  firmware: firmware-zynqmp: Probe driver before use
  soc: xilinx: zynqmp: Add machine identification support
  xilinx: zynqmp: Use soc machine function to get silicon idcode name
  xilinx: cpuinfo: Print soc machine
  xilinx: common: Separate display cpu info function
  xilinx: zynqmp: make spi flash support optional
  tools: zynqmp_psu_init_minimize: Remove low level uart settings
  tools: zynqmp_psu_init_minimize: Add serdes_illcalib forward
    declaration
  xilinx: zynqmp: Support vendor specific board_init

 board/xilinx/common/Makefile       |   3 +
 board/xilinx/common/board.c        |  30 +--
 board/xilinx/common/board.h        |   2 +
 board/xilinx/common/cpu-info.c     |  35 ++++
 board/xilinx/zynqmp/zynqmp.c       | 291 ++---------------------------
 drivers/firmware/firmware-zynqmp.c |  20 +-
 drivers/soc/soc_xilinx_zynqmp.c    | 289 +++++++++++++++++++++++++++-
 tools/zynqmp_psu_init_minimize.sh  |  22 +++
 8 files changed, 390 insertions(+), 302 deletions(-)
 create mode 100644 board/xilinx/common/cpu-info.c

-- 
2.30.2


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

end of thread, other threads:[~2022-06-20 13:53 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 16:20 [PATCH 00/10] xilinx: zynqmp: Support foreign vendor boards Stefan Herbrechtsmeier
2022-06-08 16:20 ` [PATCH 01/10] firmware: firmware-zynqmp: Check if rx channel dev pointer is valid Stefan Herbrechtsmeier
2022-06-08 16:20 ` [PATCH 02/10] firmware: firmware-zynqmp: Probe driver before use Stefan Herbrechtsmeier
2022-06-16 14:22   ` Michal Simek
2022-06-20  6:40     ` Stefan Herbrechtsmeier
2022-06-20  6:51       ` Michal Simek
2022-06-20  9:33         ` Stefan Herbrechtsmeier
2022-06-08 16:20 ` [PATCH 03/10] soc: xilinx: zynqmp: Add machine identification support Stefan Herbrechtsmeier
2022-06-17 10:41   ` Michal Simek
2022-06-20  9:16     ` Stefan Herbrechtsmeier
2022-06-08 16:20 ` [PATCH 04/10] xilinx: zynqmp: Use soc machine function to get silicon idcode name Stefan Herbrechtsmeier
2022-06-17 10:41   ` Michal Simek
2022-06-08 16:20 ` [PATCH 05/10] xilinx: cpuinfo: Print soc machine Stefan Herbrechtsmeier
2022-06-08 16:20 ` [PATCH 06/10] xilinx: common: Separate display cpu info function Stefan Herbrechtsmeier
2022-06-08 16:20 ` [PATCH 07/10] xilinx: zynqmp: make spi flash support optional Stefan Herbrechtsmeier
2022-06-08 16:20 ` [PATCH 08/10] tools: zynqmp_psu_init_minimize: Remove low level uart settings Stefan Herbrechtsmeier
2022-06-08 16:20 ` [PATCH 09/10] tools: zynqmp_psu_init_minimize: Add serdes_illcalib forward declaration Stefan Herbrechtsmeier
2022-06-16 15:13   ` Michal Simek
2022-06-20  7:07     ` Stefan Herbrechtsmeier
2022-06-20  7:18       ` Michal Simek
2022-06-20 13:38         ` Stefan Herbrechtsmeier
2022-06-20 13:53           ` Michal Simek
2022-06-08 16:20 ` [PATCH 10/10] xilinx: zynqmp: Support vendor specific board_init Stefan Herbrechtsmeier
2022-06-16 15:12   ` Michal Simek
2022-06-20  6:48     ` Stefan Herbrechtsmeier
2022-06-20  6:53       ` Michal Simek
2022-06-20  9:36         ` Stefan Herbrechtsmeier
2022-06-17 11:06 ` [PATCH 00/10] xilinx: zynqmp: Support foreign vendor boards Michal Simek

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.